Shades of Sweet Pink #E5958E
Tints of Sweet Pink #E5958E
RGB
CMYK
RGB Variations
Color information
#E5958E (or 0xE5958E) is known color: Sweet Pink. HEX triplet: E5, 95 and 8E. RGB value is (229,149,142). Sum of RGB (Red+Green+Blue) = 229+149+142=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5958E is #1A6A71. Grayscale: #ACACAC. Windows color (decimal): -1731186 or 9344485. OLE color: 9344485.
HSL color Cylindrical-coordinate representation of color #E5958E: hue angle of 4.83º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5958E is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 142 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.10 |
| HSL | 4.83º | 0.63% | 0.73% | - |
| HSV(B) | 4.83º | 0.38% | 0.9% | - |
| XYZ | 47.94 | 40.11 | 30.81 | - |
| YUV | 172.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 142 | 0 | 0.35 | 0.38 | 0.10 | 4.83 | 0.63 | 0.73 |
| Hex | E5 | 95 | 8E | 0 | 23 | 26 | A | 5 | 3F | 49 |
| Octal | 345 | 225 | 216 | 0 | 43 | 46 | 12 | 5 | 77 | 111 |
| Binary | 11100101 | 10010101 | 10001110 | 0 | 100011 | 100110 | 1010 | 101 | 111111 | 1001001 |
Color Harmonies of #E5958E
Complementary color
Monochromatic Colors of #E5958E
Black with #E5958E
Text Example
Text Example
White with #E5958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5958E; }
p { color: rgb(229,149,142); }
H1.HeaderClassName
{
color: #E5958E;
}
.AnyTagClassName
{
color: #E5958E;
}
</style>
background-color css
<style>
a { background-color: #E5958E; }
a { background-color: rgb(229,149,142); }
div.DivClassName
{
background-color: #E5958E;
}
.BgClassName
{
background-color: #E5958E;
}
</style>
border-color css
<style>
span { border-color: #E5958E; }
span { border-color: rgb(229,149,142); }
td.TdClassName
{
border-color: #E5958E;
}
.TagClassName
{
border-color: #E5958E;
}
</style>