Shades of Sweet Pink #E99996
Tints of Sweet Pink #E99996
RGB
CMYK
RGB Variations
Color information
#E99996 (or 0xE99996) is known color: Sweet Pink. HEX triplet: E9, 99 and 96. RGB value is (233,153,150). Sum of RGB (Red+Green+Blue) = 233+153+150=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E99996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99996 is #166669. Grayscale: #B0B0B0. Windows color (decimal): -1468010 or 9869801. OLE color: 9869801.
HSL color Cylindrical-coordinate representation of color #E99996: hue angle of 2.17º 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 #E99996 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 150 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.09 |
| HSL | 2.17º | 0.65% | 0.75% | - |
| HSV(B) | 2.17º | 0.36% | 0.91% | - |
| XYZ | 50.5 | 42.31 | 34.36 | - |
| YUV | 176.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 150 | 0 | 0.34 | 0.36 | 0.09 | 2.17 | 0.65 | 0.75 |
| Hex | E9 | 99 | 96 | 0 | 22 | 24 | 9 | 2 | 41 | 4B |
| Octal | 351 | 231 | 226 | 0 | 42 | 44 | 11 | 2 | 101 | 113 |
| Binary | 11101001 | 10011001 | 10010110 | 0 | 100010 | 100100 | 1001 | 10 | 1000001 | 1001011 |
Color Harmonies of #E99996
Complementary color
Monochromatic Colors of #E99996
Black with #E99996
Text Example
Text Example
White with #E99996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99996; }
p { color: rgb(233,153,150); }
H1.HeaderClassName
{
color: #E99996;
}
.AnyTagClassName
{
color: #E99996;
}
</style>
background-color css
<style>
a { background-color: #E99996; }
a { background-color: rgb(233,153,150); }
div.DivClassName
{
background-color: #E99996;
}
.BgClassName
{
background-color: #E99996;
}
</style>
border-color css
<style>
span { border-color: #E99996; }
span { border-color: rgb(233,153,150); }
td.TdClassName
{
border-color: #E99996;
}
.TagClassName
{
border-color: #E99996;
}
</style>