Shades of Sweet Pink #EE9C96
Tints of Sweet Pink #EE9C96
RGB
CMYK
RGB Variations
Color information
#EE9C96 (or 0xEE9C96) is known color: Sweet Pink. HEX triplet: EE, 9C and 96. RGB value is (238,156,150). Sum of RGB (Red+Green+Blue) = 238+156+150=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9C96 is #116369. Grayscale: #B3B3B3. Windows color (decimal): -1139562 or 9870574. OLE color: 9870574.
HSL color Cylindrical-coordinate representation of color #EE9C96: hue angle of 4.09º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9C96 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 150 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.07 |
| HSL | 4.09º | 0.72% | 0.76% | - |
| HSV(B) | 4.09º | 0.37% | 0.93% | - |
| XYZ | 52.65 | 44.16 | 34.6 | - |
| YUV | 179.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 150 | 0 | 0.34 | 0.37 | 0.07 | 4.09 | 0.72 | 0.76 |
| Hex | EE | 9C | 96 | 0 | 22 | 25 | 7 | 4 | 48 | 4C |
| Octal | 356 | 234 | 226 | 0 | 42 | 45 | 7 | 4 | 110 | 114 |
| Binary | 11101110 | 10011100 | 10010110 | 0 | 100010 | 100101 | 111 | 100 | 1001000 | 1001100 |
Color Harmonies of #EE9C96
Complementary color
Monochromatic Colors of #EE9C96
Black with #EE9C96
Text Example
Text Example
White with #EE9C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C96; }
p { color: rgb(238,156,150); }
H1.HeaderClassName
{
color: #EE9C96;
}
.AnyTagClassName
{
color: #EE9C96;
}
</style>
background-color css
<style>
a { background-color: #EE9C96; }
a { background-color: rgb(238,156,150); }
div.DivClassName
{
background-color: #EE9C96;
}
.BgClassName
{
background-color: #EE9C96;
}
</style>
border-color css
<style>
span { border-color: #EE9C96; }
span { border-color: rgb(238,156,150); }
td.TdClassName
{
border-color: #EE9C96;
}
.TagClassName
{
border-color: #EE9C96;
}
</style>