#EA0D7D

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

Shades of Deep Pink #EA0D7D

Tints of Deep Pink #EA0D7D

Color information

#EA0D7D (or 0xEA0D7D) is unknown color: approx Deep Pink. HEX triplet: EA, 0D and 7D. RGB value is (234,13,125). Sum of RGB (Red+Green+Blue) = 234+13+125=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0D7D is #15F282. Grayscale: #5B5B5B. Windows color (decimal): -1438339 or 8195562. OLE color: 8195562.

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

Color convert

RGB23413125-
CMYK00.940.470.08
HSL329.59º89.47%48.43%-
HSV(B)329.59º94.44%91.76%-
XYZ37.7819.2621.13-
YUV91.85146.72229.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.90%
GREEN value IS 13 (5.47% from 255) = 3.49%
BLUE value IS 125 (49.22% from 255) = 33.60%
R=62.90%
G=3.49%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341312500.940.470.08329.5989.4748.43
HexEAD7D05E2F814a5930
Octal352151750136571051213160
Binary11101010110111111010101111010111110001010010101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0D7D; }

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

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

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

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

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

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

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

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