#EA5079

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

Shades of Dark Pink #EA5079

Tints of Dark Pink #EA5079

Color information

#EA5079 (or 0xEA5079) is unknown color: approx Dark Pink. HEX triplet: EA, 50 and 79. RGB value is (234,80,121). Sum of RGB (Red+Green+Blue) = 234+80+121=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5079 is #15AF86. Grayscale: #828282. Windows color (decimal): -1421191 or 7950570. OLE color: 7950570.

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

Color convert

RGB23480121-
CMYK00.660.480.08
HSL344.03º78.57%61.57%-
HSV(B)344.03º65.81%91.76%-
XYZ40.2524.6120.72-
YUV130.72122.52201.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.79%
GREEN value IS 80 (31.64% from 255) = 18.39%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=53.79%
G=18.39%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348012100.660.480.08344.0378.5761.57
HexEA50790423081584f3e
Octal3521201710102601053011776
Binary11101010101000011110010100001011000010001010110001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5079; }

 p { color: rgb(234,80,121); }

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

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

 a { background-color: rgb(234,80,121); }

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

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

 span { border-color: rgb(234,80,121); }

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