Shades of Sweet Pink #E8958B
Tints of Sweet Pink #E8958B
RGB
CMYK
RGB Variations
Color information
#E8958B (or 0xE8958B) is known color: Sweet Pink. HEX triplet: E8, 95 and 8B. RGB value is (232,149,139). Sum of RGB (Red+Green+Blue) = 232+149+139=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8958B is #176A74. Grayscale: #ACACAC. Windows color (decimal): -1534581 or 9147880. OLE color: 9147880.
HSL color Cylindrical-coordinate representation of color #E8958B: hue angle of 6.45º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E8958B is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 149 | 139 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.09 |
| HSL | 6.45º | 0.67% | 0.73% | - |
| HSV(B) | 6.45º | 0.4% | 0.91% | - |
| XYZ | 48.69 | 40.51 | 29.68 | - |
| YUV | 172.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 139 | 0 | 0.36 | 0.40 | 0.09 | 6.45 | 0.67 | 0.73 |
| Hex | E8 | 95 | 8B | 0 | 24 | 28 | 9 | 6 | 43 | 49 |
| Octal | 350 | 225 | 213 | 0 | 44 | 50 | 11 | 6 | 103 | 111 |
| Binary | 11101000 | 10010101 | 10001011 | 0 | 100100 | 101000 | 1001 | 110 | 1000011 | 1001001 |
Color Harmonies of #E8958B
Complementary color
Monochromatic Colors of #E8958B
Black with #E8958B
Text Example
Text Example
White with #E8958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8958B; }
p { color: rgb(232,149,139); }
H1.HeaderClassName
{
color: #E8958B;
}
.AnyTagClassName
{
color: #E8958B;
}
</style>
background-color css
<style>
a { background-color: #E8958B; }
a { background-color: rgb(232,149,139); }
div.DivClassName
{
background-color: #E8958B;
}
.BgClassName
{
background-color: #E8958B;
}
</style>
border-color css
<style>
span { border-color: #E8958B; }
span { border-color: rgb(232,149,139); }
td.TdClassName
{
border-color: #E8958B;
}
.TagClassName
{
border-color: #E8958B;
}
</style>