#EA189C

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

Shades of Deep Pink #EA189C

Tints of Deep Pink #EA189C

Color information

#EA189C (or 0xEA189C) is unknown color: approx Deep Pink. HEX triplet: EA, 18 and 9C. RGB value is (234,24,156). Sum of RGB (Red+Green+Blue) = 234+24+156=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA189C is #15E763. Grayscale: #656565. Windows color (decimal): -1435492 or 10229994. OLE color: 10229994.

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

Color convert

RGB23424156-
CMYK00.900.330.08
HSL322.29º83.33%50.59%-
HSV(B)322.29º89.74%91.76%-
XYZ40.2620.5533.3-
YUV101.84158.57222.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.52%
GREEN value IS 24 (9.77% from 255) = 5.80%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=56.52%
G=5.80%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342415600.900.330.08322.2983.3350.59
HexEA189C05A2181425333
Octal352302340132411050212363
Binary1110101011000100111000101101010000110001010000101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA189C; }

 p { color: rgb(234,24,156); }

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

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

 a { background-color: rgb(234,24,156); }

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

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

 span { border-color: rgb(234,24,156); }

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