#EA617C

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

Shades of Dark Pink #EA617C

Tints of Dark Pink #EA617C

Color information

#EA617C (or 0xEA617C) is unknown color: approx Dark Pink. HEX triplet: EA, 61 and 7C. RGB value is (234,97,124). Sum of RGB (Red+Green+Blue) = 234+97+124=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA617C is #159E83. Grayscale: #8D8D8D. Windows color (decimal): -1416836 or 8151530. OLE color: 8151530.

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

Color convert

RGB23497124-
CMYK00.590.470.08
HSL348.18º76.54%64.9%-
HSV(B)348.18º58.55%91.76%-
XYZ41.8427.522.17-
YUV141.04118.39194.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.43%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=51.43%
G=21.32%
B=27.25%

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
Decimal2349712400.590.470.08348.1876.5464.9
HexEA617C03B2F815c4d41
Octal3521411740735710534115101
Binary11101010110000111111000111011101111100010101110010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA617C; }

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

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

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

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

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

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

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

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