#EA178E

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

Shades of Deep Pink #EA178E

Tints of Deep Pink #EA178E

Color information

#EA178E (or 0xEA178E) is unknown color: approx Deep Pink. HEX triplet: EA, 17 and 8E. RGB value is (234,23,142). Sum of RGB (Red+Green+Blue) = 234+23+142=399 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.65% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 234 - color contains mainly: red. Hex color #EA178E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA178E is #15E871. Grayscale: #636363. Windows color (decimal): -1435762 or 9312234. OLE color: 9312234.

HSL color Cylindrical-coordinate representation of color #EA178E: hue angle of 326.16º 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 #EA178E is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB23423142-
CMYK00.900.390.08
HSL326.16º83.4%50.39%-
HSV(B)326.16º90.17%91.76%-
XYZ39.1220.0627.4-
YUV99.66151.9223.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.65%
GREEN value IS 23 (9.38% from 255) = 5.76%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=58.65%
G=5.76%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342314200.900.390.08326.1683.450.39
HexEA178E05A2781465332
Octal352272160132471050612362
Binary1110101010111100011100101101010011110001010001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA178E; }

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

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

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

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

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

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

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

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