#EB5478

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

Shades of Dark Pink #EB5478

Tints of Dark Pink #EB5478

Color information

#EB5478 (or 0xEB5478) is unknown color: approx Dark Pink. HEX triplet: EB, 54 and 78. RGB value is (235,84,120). Sum of RGB (Red+Green+Blue) = 235+84+120=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5478 is #14AB87. Grayscale: #858585. Windows color (decimal): -1354632 or 7886059. OLE color: 7886059.

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

Color convert

RGB23584120-
CMYK00.640.490.08
HSL345.7º79.06%62.55%-
HSV(B)345.7º64.26%92.16%-
XYZ40.8225.3620.51-
YUV133.25120.53200.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.53%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 120 (47.27% from 255) = 27.33%
R=53.53%
G=19.13%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358412000.640.490.08345.779.0662.55
HexEB547804031815a4f3f
Octal3531241700100611053211777
Binary11101011101010011110000100000011000110001010110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5478; }

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

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

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

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

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

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

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

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