Shades of Sweet Pink #EE9A8E
Tints of Sweet Pink #EE9A8E
RGB
CMYK
RGB Variations
Color information
#EE9A8E (or 0xEE9A8E) is known color: Sweet Pink. HEX triplet: EE, 9A and 8E. RGB value is (238,154,142). Sum of RGB (Red+Green+Blue) = 238+154+142=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9A8E is #116571. Grayscale: #B1B1B1. Windows color (decimal): -1140082 or 9345774. OLE color: 9345774.
HSL color Cylindrical-coordinate representation of color #EE9A8E: hue angle of 7.5º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE9A8E is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 142 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.07 |
| HSL | 7.5º | 0.74% | 0.75% | - |
| HSV(B) | 7.5º | 0.4% | 0.93% | - |
| XYZ | 51.7 | 43.24 | 31.21 | - |
| YUV | 177.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 142 | 0 | 0.35 | 0.40 | 0.07 | 7.5 | 0.74 | 0.75 |
| Hex | EE | 9A | 8E | 0 | 23 | 28 | 7 | 8 | 4A | 4B |
| Octal | 356 | 232 | 216 | 0 | 43 | 50 | 7 | 10 | 112 | 113 |
| Binary | 11101110 | 10011010 | 10001110 | 0 | 100011 | 101000 | 111 | 1000 | 1001010 | 1001011 |
Color Harmonies of #EE9A8E
Complementary color
Monochromatic Colors of #EE9A8E
Black with #EE9A8E
Text Example
Text Example
White with #EE9A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A8E; }
p { color: rgb(238,154,142); }
H1.HeaderClassName
{
color: #EE9A8E;
}
.AnyTagClassName
{
color: #EE9A8E;
}
</style>
background-color css
<style>
a { background-color: #EE9A8E; }
a { background-color: rgb(238,154,142); }
div.DivClassName
{
background-color: #EE9A8E;
}
.BgClassName
{
background-color: #EE9A8E;
}
</style>
border-color css
<style>
span { border-color: #EE9A8E; }
span { border-color: rgb(238,154,142); }
td.TdClassName
{
border-color: #EE9A8E;
}
.TagClassName
{
border-color: #EE9A8E;
}
</style>