Shades of Sweet Pink #EE9F96
Tints of Sweet Pink #EE9F96
RGB
CMYK
RGB Variations
Color information
#EE9F96 (or 0xEE9F96) is known color: Sweet Pink. HEX triplet: EE, 9F and 96. RGB value is (238,159,150). Sum of RGB (Red+Green+Blue) = 238+159+150=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9F96 is #116069. Grayscale: #B5B5B5. Windows color (decimal): -1138794 or 9871342. OLE color: 9871342.
HSL color Cylindrical-coordinate representation of color #EE9F96: hue angle of 6.14º 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 #EE9F96 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 159 | 150 | - |
CMYK | 0 | 0.33 | 0.37 | 0.07 |
HSL | 6.14º | 0.72% | 0.76% | - |
HSV(B) | 6.14º | 0.37% | 0.93% | - |
XYZ | 53.16 | 45.18 | 34.77 | - |
YUV | 181.6 | 110.17 | 168.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 159 | 150 | 0 | 0.33 | 0.37 | 0.07 | 6.14 | 0.72 | 0.76 |
Hex | EE | 9F | 96 | 0 | 21 | 25 | 7 | 6 | 48 | 4C |
Octal | 356 | 237 | 226 | 0 | 41 | 45 | 7 | 6 | 110 | 114 |
Binary | 11101110 | 10011111 | 10010110 | 0 | 100001 | 100101 | 111 | 110 | 1001000 | 1001100 |
Color Harmonies of #EE9F96
Complementary color
Monochromatic Colors of #EE9F96
Black with #EE9F96
Text Example
Text Example
White with #EE9F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9F96; }
p { color: rgb(238,159,150); }
H1.HeaderClassName
{
color: #EE9F96;
}
.AnyTagClassName
{
color: #EE9F96;
}
</style>
background-color css
<style>
a { background-color: #EE9F96; }
a { background-color: rgb(238,159,150); }
div.DivClassName
{
background-color: #EE9F96;
}
.BgClassName
{
background-color: #EE9F96;
}
</style>
border-color css
<style>
span { border-color: #EE9F96; }
span { border-color: rgb(238,159,150); }
td.TdClassName
{
border-color: #EE9F96;
}
.TagClassName
{
border-color: #EE9F96;
}
</style>