#E59292

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

Shades of Sweet Pink #E59292

Tints of Sweet Pink #E59292

Color information

#E59292 (or 0xE59292) is unknown color: approx Sweet Pink. HEX triplet: E5, 92 and 92. RGB value is (229,146,146). Sum of RGB (Red+Green+Blue) = 229+146+146=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E59292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59292 is #1A6D6D. Grayscale: #AAAAAA. Windows color (decimal): -1731950 or 9605861. OLE color: 9605861.

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

Color convert

RGB229146146-
CMYK00.360.360.10
HSL61.48%73.53%-
HSV(B)36.24%89.8%-
XYZ47.7839.2932.26-
YUV170.82114169.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.95%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=43.95%
G=28.02%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914614600.360.360.10061.4873.53
HexE5929202424A03d4a
Octal3452222220444412075112
Binary1110010110010010100100100100100100100101001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59292; }

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

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

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

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

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

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

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

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