#EA617D

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

Shades of Dark Pink #EA617D

Tints of Dark Pink #EA617D

Color information

#EA617D (or 0xEA617D) is unknown color: approx Dark Pink. HEX triplet: EA, 61 and 7D. RGB value is (234,97,125). Sum of RGB (Red+Green+Blue) = 234+97+125=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA617D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA617D is #159E82. Grayscale: #8D8D8D. Windows color (decimal): -1416835 or 8217066. OLE color: 8217066.

HSL color Cylindrical-coordinate representation of color #EA617D: hue angle of 347.74º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA617D is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB23497125-
CMYK00.590.470.08
HSL347.74º76.54%64.9%-
HSV(B)347.74º58.55%91.76%-
XYZ41.9127.5222.51-
YUV141.16118.89194.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=51.32%
G=21.27%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349712500.590.470.08347.7476.5464.9
HexEA617D03B2F815c4d41
Octal3521411750735710534115101
Binary11101010110000111111010111011101111100010101110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA617D; }

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

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

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

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

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

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

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

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