#EB5476

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

Shades of Dark Pink #EB5476

Tints of Dark Pink #EB5476

Color information

#EB5476 (or 0xEB5476) is unknown color: approx Dark Pink. HEX triplet: EB, 54 and 76. RGB value is (235,84,118). Sum of RGB (Red+Green+Blue) = 235+84+118=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5476 is #14AB89. Grayscale: #858585. Windows color (decimal): -1354634 or 7754987. OLE color: 7754987.

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

Color convert

RGB23584118-
CMYK00.640.500.08
HSL346.49º79.06%62.55%-
HSV(B)346.49º64.26%92.16%-
XYZ40.725.3119.88-
YUV133.02119.53200.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.78%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=53.78%
G=19.22%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358411800.640.500.08346.4979.0662.55
HexEB547604032815a4f3f
Octal3531241660100621053211777
Binary11101011101010011101100100000011001010001010110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5476; }

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

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

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

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

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

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

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

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