#EB5A79

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

Shades of Dark Pink #EB5A79

Tints of Dark Pink #EB5A79

Color information

#EB5A79 (or 0xEB5A79) is unknown color: approx Dark Pink. HEX triplet: EB, 5A and 79. RGB value is (235,90,121). Sum of RGB (Red+Green+Blue) = 235+90+121=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A79 is #14A586. Grayscale: #888888. Windows color (decimal): -1353095 or 7953131. OLE color: 7953131.

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

Color convert

RGB23590121-
CMYK00.620.490.08
HSL347.17º78.38%63.73%-
HSV(B)347.17º61.7%92.16%-
XYZ41.3726.3521-
YUV136.89119.04197.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.69%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=52.69%
G=20.18%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359012100.620.490.08347.1778.3863.73
HexEB5A7903E31815b4e40
Octal3531321710766110533116100
Binary11101011101101011110010111110110001100010101101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A79; }

 p { color: rgb(235,90,121); }

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

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

 a { background-color: rgb(235,90,121); }

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

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

 span { border-color: rgb(235,90,121); }

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