#EB5A78

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

Shades of Dark Pink #EB5A78

Tints of Dark Pink #EB5A78

Color information

#EB5A78 (or 0xEB5A78) is unknown color: approx Dark Pink. HEX triplet: EB, 5A and 78. RGB value is (235,90,120). Sum of RGB (Red+Green+Blue) = 235+90+120=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A78 is #14A587. Grayscale: #888888. Windows color (decimal): -1353096 or 7887595. OLE color: 7887595.

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

Color convert

RGB23590120-
CMYK00.620.490.08
HSL347.59º78.38%63.73%-
HSV(B)347.59º61.7%92.16%-
XYZ41.3126.3320.67-
YUV136.78118.54198.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.81%
GREEN value IS 90 (35.55% from 255) = 20.22%
BLUE value IS 120 (47.27% from 255) = 26.97%
R=52.81%
G=20.22%
B=26.97%

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
Decimal2359012000.620.490.08347.5978.3863.73
HexEB5A7803E31815c4e40
Octal3531321700766110534116100
Binary11101011101101011110000111110110001100010101110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A78; }

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

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

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

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

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

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

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

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