Shades of Sweet Pink #E59291
Tints of Sweet Pink #E59291
RGB
CMYK
RGB Variations
Color information
#E59291 (or 0xE59291) is known color: 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
| RGB | 229 | 146 | 145 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.10 |
| HSL | 0.71º | 0.62% | 0.73% | - |
| HSV(B) | 0.71º | 0.37% | 0.9% | - |
| XYZ | 47.7 | 39.26 | 31.85 | - |
| YUV | 170.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 146 | 145 | 0 | 0.36 | 0.37 | 0.10 | 0.71 | 0.62 | 0.73 |
| Hex | E5 | 92 | 91 | 0 | 24 | 25 | A | 1 | 3E | 49 |
| Octal | 345 | 222 | 221 | 0 | 44 | 45 | 12 | 1 | 76 | 111 |
| Binary | 11100101 | 10010010 | 10010001 | 0 | 100100 | 100101 | 1010 | 1 | 111110 | 1001001 |
Color Harmonies of #E59291
Complementary color
Monochromatic Colors of #E59291
Black with #E59291
Text Example
Text Example
White with #E59291
Text Example
Text Example
HTML Codes & Css Web 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>