#EA1794

Color #EA1794 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EA1794

Tints of Deep Pink #EA1794

Color information

#EA1794 (or 0xEA1794) is unknown color: approx Deep Pink. HEX triplet: EA, 17 and 94. RGB value is (234,23,148). Sum of RGB (Red+Green+Blue) = 234+23+148=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1794 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1794 is #15E86B. Grayscale: #646464. Windows color (decimal): -1435756 or 9705450. OLE color: 9705450.

HSL color Cylindrical-coordinate representation of color #EA1794: hue angle of 324.45º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1794 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB23423148-
CMYK00.900.370.08
HSL324.45º83.4%50.39%-
HSV(B)324.45º90.17%91.76%-
XYZ39.5820.2429.84-
YUV100.34154.9223.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 57.78%
GREEN value IS 23 (9.38% from 255) = 5.68%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=57.78%
G=5.68%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342314800.900.370.08324.4583.450.39
HexEA179405A2581445332
Octal352272240132451050412362
Binary1110101010111100101000101101010010110001010001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1794; }

 p { color: rgb(234,23,148); }

 H1.HeaderClassName
 {
   color: #EA1794;
 }
 .AnyTagClassName
 {
   color: #EA1794;
 }
</style>
background-color css

<style>
 a { background-color: #EA1794; }

 a { background-color: rgb(234,23,148); }

 div.DivClassName
 {
   background-color: #EA1794;
 }
 .BgClassName
 {
   background-color: #EA1794;
 }
</style>
border-color css

<style>
 span { border-color: #EA1794; }

 span { border-color: rgb(234,23,148); }

 td.TdClassName
 {
   border-color: #EA1794;
 }
 .TagClassName
 {
   border-color: #EA1794;
 }
</style>