Shades of Sweet Pink #E5958A
Tints of Sweet Pink #E5958A
RGB
CMYK
RGB Variations
Color information
#E5958A (or 0xE5958A) is known color: Sweet Pink. HEX triplet: E5, 95 and 8A. RGB value is (229,149,138). Sum of RGB (Red+Green+Blue) = 229+149+138=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5958A is #1A6A75. Grayscale: #ABABAB. Windows color (decimal): -1731190 or 9082341. OLE color: 9082341.
HSL color Cylindrical-coordinate representation of color #E5958A: hue angle of 7.25º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5958A is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 149 | 138 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.10 |
| HSL | 7.25º | 0.64% | 0.72% | - |
| HSV(B) | 7.25º | 0.4% | 0.9% | - |
| XYZ | 47.65 | 39.99 | 29.25 | - |
| YUV | 171.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 149 | 138 | 0 | 0.35 | 0.40 | 0.10 | 7.25 | 0.64 | 0.72 |
| Hex | E5 | 95 | 8A | 0 | 23 | 28 | A | 7 | 40 | 48 |
| Octal | 345 | 225 | 212 | 0 | 43 | 50 | 12 | 7 | 100 | 110 |
| Binary | 11100101 | 10010101 | 10001010 | 0 | 100011 | 101000 | 1010 | 111 | 1000000 | 1001000 |
Color Harmonies of #E5958A
Complementary color
Monochromatic Colors of #E5958A
Black with #E5958A
Text Example
Text Example
White with #E5958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5958A; }
p { color: rgb(229,149,138); }
H1.HeaderClassName
{
color: #E5958A;
}
.AnyTagClassName
{
color: #E5958A;
}
</style>
background-color css
<style>
a { background-color: #E5958A; }
a { background-color: rgb(229,149,138); }
div.DivClassName
{
background-color: #E5958A;
}
.BgClassName
{
background-color: #E5958A;
}
</style>
border-color css
<style>
span { border-color: #E5958A; }
span { border-color: rgb(229,149,138); }
td.TdClassName
{
border-color: #E5958A;
}
.TagClassName
{
border-color: #E5958A;
}
</style>