Color Hex Logo

#e601c1 Color Hex

#E601C1
(230,1,193)
0 Favorites   0 Comments

Color spaces of #e601c1

RGB 2301193
HSL0.860.990.45
HSV310°100°90°
CMYK 0.001.000.16   0.10
XYZ42.269620.695052.2187
Yxy20.69500.36700.1797
Hunter Lab45.491886.2464-36.2131
CIE-Lab52.614185.9009-38.2495

#e601c1 color RGB value is (230,1,193).

#e601c1 hex color red value is 230, green value is 1 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #e601c1 hue: 0.86 , saturation: 0.99 and the lightness value of e601c1 is 0.45.

The process color (four color CMYK) of #e601c1 color hex is 0.00, 1.00, 0.16, 0.10. Web safe color of #e601c1 is #ff00cc. Color #e601c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000001 11000001
Octal 346 1 301
Decimal 230 1 193
Hex E6 1 C1

RGB Percentages of Color #e601c1

%54.25
%0.24
%45.52

CMYK Percentages of Color #e601c1

%0
%100
%16
%10

Triadic Colors of #e601c1

#e601c1 #c1e601 #01c1e6

Analogous Colors of #e601c1

#e601c1 #e6014e #9901e6

Monochromatic Colors of #e601c1

#e601c1

Complementary Color

#e601c1 #01e626

#e601c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e601c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e601c1 Color CSS Codes

.mybgcolor {background-color:#e601c1; } 
.myforecolor {color:#e601c1; }
.mybordercolor {border:3px solid #e601c1; }

#e601c1 Text Font Color

<p style="color:#e601c1">Text here</p>

This sample text font color is #e601c1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e601c1 Background Color

<div style="background-color:#e601c1">
Div content here</div>

This div background color is #e601c1


#e601c1 Border Color

<div style="border:3px solid #e601c1">
Div here</div>

This div border color is #e601c1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,1,193, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e601c1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e601c1;
  -webkit-box-shadow: 1px 1px 3px 2px #e601c1;
  box-shadow:         1px 1px 3px 2px #e601c1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,1,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e601c1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e601c1;
  -webkit-box-shadow: 1px 1px 3px 2px #e601c1;
  box-shadow:         1px 1px 3px 2px #e601c1;">
Div content here</div>

This div box has shadow with color #e601c1


Comments

No comments written yet.

Please login to write comment.