#E59291

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

Shades of Sweet Pink #E59291

Tints of Sweet Pink #E59291

Color information

#E59291 (or 0xE59291) is unknown color: approx Sweet Pink. HEX triplet: E5, 92 and 91. RGB value is (229,146,145). Sum of RGB (Red+Green+Blue) = 229+146+145=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E59291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59291 is #1A6D6E. Grayscale: #AAAAAA. Windows color (decimal): -1731951 or 9540325. OLE color: 9540325.

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

Color convert

RGB229146145-
CMYK00.360.370.10
HSL0.71º61.76%73.33%-
HSV(B)0.71º36.68%89.8%-
XYZ47.739.2631.85-
YUV170.7113.5169.58-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=44.04%
G=28.08%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914614500.360.370.100.7161.7673.33
HexE5929102425A13e49
Octal3452222210444512176111
Binary1110010110010010100100010100100100101101011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59291; }

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

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

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

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

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

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

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

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