Shades of Sweet Pink #E59592
Tints of Sweet Pink #E59592
RGB
CMYK
RGB Variations
Color information
#E59592 (or 0xE59592) is known color: Sweet Pink. HEX triplet: E5, 95 and 92. RGB value is (229,149,146). Sum of RGB (Red+Green+Blue) = 229+149+146=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E59592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59592 is #1A6A6D. Grayscale: #ACACAC. Windows color (decimal): -1731182 or 9606629. OLE color: 9606629.
HSL color Cylindrical-coordinate representation of color #E59592: hue angle of 2.17º 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 #E59592 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 146 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.10 |
| HSL | 2.17º | 0.61% | 0.74% | - |
| HSV(B) | 2.17º | 0.36% | 0.9% | - |
| XYZ | 48.25 | 40.23 | 32.42 | - |
| YUV | 172.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 146 | 0 | 0.35 | 0.36 | 0.10 | 2.17 | 0.61 | 0.74 |
| Hex | E5 | 95 | 92 | 0 | 23 | 24 | A | 2 | 3D | 4A |
| Octal | 345 | 225 | 222 | 0 | 43 | 44 | 12 | 2 | 75 | 112 |
| Binary | 11100101 | 10010101 | 10010010 | 0 | 100011 | 100100 | 1010 | 10 | 111101 | 1001010 |
Color Harmonies of #E59592
Complementary color
Monochromatic Colors of #E59592
Black with #E59592
Text Example
Text Example
White with #E59592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59592; }
p { color: rgb(229,149,146); }
H1.HeaderClassName
{
color: #E59592;
}
.AnyTagClassName
{
color: #E59592;
}
</style>
background-color css
<style>
a { background-color: #E59592; }
a { background-color: rgb(229,149,146); }
div.DivClassName
{
background-color: #E59592;
}
.BgClassName
{
background-color: #E59592;
}
</style>
border-color css
<style>
span { border-color: #E59592; }
span { border-color: rgb(229,149,146); }
td.TdClassName
{
border-color: #E59592;
}
.TagClassName
{
border-color: #E59592;
}
</style>