#EA0984

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

Shades of Deep Pink #EA0984

Tints of Deep Pink #EA0984

Color information

#EA0984 (or 0xEA0984) is unknown color: approx Deep Pink. HEX triplet: EA, 09 and 84. RGB value is (234,9,132). Sum of RGB (Red+Green+Blue) = 234+9+132=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0984 is #15F67B. Grayscale: #5A5A5A. Windows color (decimal): -1439356 or 8653290. OLE color: 8653290.

HSL color Cylindrical-coordinate representation of color #EA0984: hue angle of 327.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0984 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB2349132-
CMYK00.960.440.08
HSL327.2º92.59%47.65%-
HSV(B)327.2º96.15%91.76%-
XYZ38.1919.3523.55-
YUV90.3151.54230.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.4%
GREEN value IS 9 (3.91% from 255) = 2.4%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=62.4%
G=2.4%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234913200.960.440.08327.292.5947.65
HexEA9840602C81475d30
Octal352112040140541050713560
Binary111010101001100001000110000010110010001010001111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0984; }

 p { color: rgb(234,9,132); }

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

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

 a { background-color: rgb(234,9,132); }

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

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

 span { border-color: rgb(234,9,132); }

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