Shades of Sweet Pink #EE9A8D
Tints of Sweet Pink #EE9A8D
RGB
CMYK
RGB Variations
Color information
#EE9A8D (or 0xEE9A8D) is known color: Sweet Pink. HEX triplet: EE, 9A and 8D. RGB value is (238,154,141). Sum of RGB (Red+Green+Blue) = 238+154+141=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9A8D is #116572. Grayscale: #B1B1B1. Windows color (decimal): -1140083 or 9280238. OLE color: 9280238.
HSL color Cylindrical-coordinate representation of color #EE9A8D: hue angle of 8.04º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE9A8D is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 141 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.07 |
| HSL | 8.04º | 0.74% | 0.74% | - |
| HSV(B) | 8.04º | 0.41% | 0.93% | - |
| XYZ | 51.62 | 43.21 | 30.82 | - |
| YUV | 177.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 141 | 0 | 0.35 | 0.41 | 0.07 | 8.04 | 0.74 | 0.74 |
| Hex | EE | 9A | 8D | 0 | 23 | 29 | 7 | 8 | 4A | 4A |
| Octal | 356 | 232 | 215 | 0 | 43 | 51 | 7 | 10 | 112 | 112 |
| Binary | 11101110 | 10011010 | 10001101 | 0 | 100011 | 101001 | 111 | 1000 | 1001010 | 1001010 |
Color Harmonies of #EE9A8D
Complementary color
Monochromatic Colors of #EE9A8D
Black with #EE9A8D
Text Example
Text Example
White with #EE9A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A8D; }
p { color: rgb(238,154,141); }
H1.HeaderClassName
{
color: #EE9A8D;
}
.AnyTagClassName
{
color: #EE9A8D;
}
</style>
background-color css
<style>
a { background-color: #EE9A8D; }
a { background-color: rgb(238,154,141); }
div.DivClassName
{
background-color: #EE9A8D;
}
.BgClassName
{
background-color: #EE9A8D;
}
</style>
border-color css
<style>
span { border-color: #EE9A8D; }
span { border-color: rgb(238,154,141); }
td.TdClassName
{
border-color: #EE9A8D;
}
.TagClassName
{
border-color: #EE9A8D;
}
</style>