#E55476

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

Shades of Dark Pink #E55476

Tints of Dark Pink #E55476

Color information

#E55476 (or 0xE55476) is unknown color: approx Dark Pink. HEX triplet: E5, 54 and 76. RGB value is (229,84,118). Sum of RGB (Red+Green+Blue) = 229+84+118=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E55476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55476 is #1AAB89. Grayscale: #838383. Windows color (decimal): -1747850 or 7754981. OLE color: 7754981.

HSL color Cylindrical-coordinate representation of color #E55476: hue angle of 345.93º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55476 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB22984118-
CMYK00.630.480.10
HSL345.93º73.6%61.37%-
HSV(B)345.93º63.32%89.8%-
XYZ38.7524.3119.79-
YUV131.23120.54197.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.13%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=53.13%
G=19.49%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298411800.630.480.10345.9373.661.37
HexE5547603F30A15a4a3d
Octal345124166077601253211275
Binary1110010110101001110110011111111000010101010110101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55476; }

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

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

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

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

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

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

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

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