Shades of Sweet Pink #E99D96
Tints of Sweet Pink #E99D96
RGB
CMYK
RGB Variations
Color information
#E99D96 (or 0xE99D96) is known color: Sweet Pink. HEX triplet: E9, 9D and 96. RGB value is (233,157,150). Sum of RGB (Red+Green+Blue) = 233+157+150=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99D96 is #166269. Grayscale: #B3B3B3. Windows color (decimal): -1466986 or 9870825. OLE color: 9870825.
HSL color Cylindrical-coordinate representation of color #E99D96: hue angle of 5.06º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E99D96 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 150 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.09 |
| HSL | 5.06º | 0.65% | 0.75% | - |
| HSV(B) | 5.06º | 0.36% | 0.91% | - |
| XYZ | 51.17 | 43.64 | 34.58 | - |
| YUV | 178.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 150 | 0 | 0.33 | 0.36 | 0.09 | 5.06 | 0.65 | 0.75 |
| Hex | E9 | 9D | 96 | 0 | 21 | 24 | 9 | 5 | 41 | 4B |
| Octal | 351 | 235 | 226 | 0 | 41 | 44 | 11 | 5 | 101 | 113 |
| Binary | 11101001 | 10011101 | 10010110 | 0 | 100001 | 100100 | 1001 | 101 | 1000001 | 1001011 |
Color Harmonies of #E99D96
Complementary color
Monochromatic Colors of #E99D96
Black with #E99D96
Text Example
Text Example
White with #E99D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D96; }
p { color: rgb(233,157,150); }
H1.HeaderClassName
{
color: #E99D96;
}
.AnyTagClassName
{
color: #E99D96;
}
</style>
background-color css
<style>
a { background-color: #E99D96; }
a { background-color: rgb(233,157,150); }
div.DivClassName
{
background-color: #E99D96;
}
.BgClassName
{
background-color: #E99D96;
}
</style>
border-color css
<style>
span { border-color: #E99D96; }
span { border-color: rgb(233,157,150); }
td.TdClassName
{
border-color: #E99D96;
}
.TagClassName
{
border-color: #E99D96;
}
</style>