#E55882

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

Shades of Dark Pink #E55882

Tints of Dark Pink #E55882

Color information

#E55882 (or 0xE55882) is unknown color: approx Dark Pink. HEX triplet: E5, 58 and 82. RGB value is (229,88,130). Sum of RGB (Red+Green+Blue) = 229+88+130=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E55882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55882 is #1AA77D. Grayscale: #868686. Windows color (decimal): -1746814 or 8542437. OLE color: 8542437.

HSL color Cylindrical-coordinate representation of color #E55882: hue angle of 342.13º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55882 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB22988130-
CMYK00.620.430.10
HSL342.13º73.06%62.16%-
HSV(B)342.13º61.57%89.8%-
XYZ39.8325.2523.89-
YUV134.95125.21195.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.23%
GREEN value IS 88 (34.77% from 255) = 19.69%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=51.23%
G=19.69%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298813000.620.430.10342.1373.0662.16
HexE5588203E2BA156493e
Octal345130202076531252611176
Binary11100101101100010000010011111010101110101010101101001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55882; }

 p { color: rgb(229,88,130); }

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

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

 a { background-color: rgb(229,88,130); }

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

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

 span { border-color: rgb(229,88,130); }

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