#e55592

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

Shades of Dark Pink #E55592

Tints of Dark Pink #E55592

Color information

#E55592 (or 0xE55592) is unknown color: approx Dark Pink. HEX triplet: E5, 55 and 92. RGB value is (229,85,146). Sum of RGB (Red+Green+Blue) = 229+85+146=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E55592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55592 is #1AAA6D. Grayscale: #868686. Windows color (decimal): -1747566 or 9590245. OLE color: 9590245.

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

Color convert

RGB22985146-
CMYK00.630.360.10
HSL334.58º73.47%61.57%-
HSV(B)334.58º62.88%89.8%-
XYZ40.7525.2329.92-
YUV135.01134.21195.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.78%
GREEN value IS 85 (33.59% from 255) = 18.48%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=49.78%
G=18.48%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298514600.630.360.10334.5873.4761.57
HexE5559203F24A14f493e
Octal345125222077441251711176
Binary11100101101010110010010011111110010010101010011111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55592; }

 p { color: rgb(229,85,146); }

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

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

 a { background-color: rgb(229,85,146); }

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

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

 span { border-color: rgb(229,85,146); }

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