#EA0D85

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

Shades of Deep Pink #EA0D85

Tints of Deep Pink #EA0D85

Color information

#EA0D85 (or 0xEA0D85) is unknown color: approx Deep Pink. HEX triplet: EA, 0D and 85. RGB value is (234,13,133). Sum of RGB (Red+Green+Blue) = 234+13+133=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D85 is #15F27A. Grayscale: #5C5C5C. Windows color (decimal): -1438331 or 8719850. OLE color: 8719850.

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

Color convert

RGB23413133-
CMYK00.940.430.08
HSL327.42º89.47%48.43%-
HSV(B)327.42º94.44%91.76%-
XYZ38.3119.4723.93-
YUV92.76150.72228.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.58%
GREEN value IS 13 (5.47% from 255) = 3.42%
BLUE value IS 133 (52.34% from 255) = 35%
R=61.58%
G=3.42%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341313300.940.430.08327.4289.4748.43
HexEAD8505E2B81475930
Octal352152050136531050713160
Binary111010101101100001010101111010101110001010001111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0D85; }

 p { color: rgb(234,13,133); }

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

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

 a { background-color: rgb(234,13,133); }

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

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

 span { border-color: rgb(234,13,133); }

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