Shades of Sweet Pink #E9958E
Tints of Sweet Pink #E9958E
RGB
CMYK
RGB Variations
Color information
#E9958E (or 0xE9958E) is known color: Sweet Pink. HEX triplet: E9, 95 and 8E. RGB value is (233,149,142). Sum of RGB (Red+Green+Blue) = 233+149+142=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E9958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9958E is #166A71. Grayscale: #ADADAD. Windows color (decimal): -1469042 or 9344489. OLE color: 9344489.
HSL color Cylindrical-coordinate representation of color #E9958E: hue angle of 4.62º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9958E is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 149 | 142 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.09 |
| HSL | 4.62º | 0.67% | 0.74% | - |
| HSV(B) | 4.62º | 0.39% | 0.91% | - |
| XYZ | 49.23 | 40.77 | 30.87 | - |
| YUV | 173.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 149 | 142 | 0 | 0.36 | 0.39 | 0.09 | 4.62 | 0.67 | 0.74 |
| Hex | E9 | 95 | 8E | 0 | 24 | 27 | 9 | 5 | 43 | 4A |
| Octal | 351 | 225 | 216 | 0 | 44 | 47 | 11 | 5 | 103 | 112 |
| Binary | 11101001 | 10010101 | 10001110 | 0 | 100100 | 100111 | 1001 | 101 | 1000011 | 1001010 |
Color Harmonies of #E9958E
Complementary color
Monochromatic Colors of #E9958E
Black with #E9958E
Text Example
Text Example
White with #E9958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9958E; }
p { color: rgb(233,149,142); }
H1.HeaderClassName
{
color: #E9958E;
}
.AnyTagClassName
{
color: #E9958E;
}
</style>
background-color css
<style>
a { background-color: #E9958E; }
a { background-color: rgb(233,149,142); }
div.DivClassName
{
background-color: #E9958E;
}
.BgClassName
{
background-color: #E9958E;
}
</style>
border-color css
<style>
span { border-color: #E9958E; }
span { border-color: rgb(233,149,142); }
td.TdClassName
{
border-color: #E9958E;
}
.TagClassName
{
border-color: #E9958E;
}
</style>