Shades of Sweet Pink #EE9086
Tints of Sweet Pink #EE9086
RGB
CMYK
RGB Variations
Color information
#EE9086 (or 0xEE9086) is known color: Sweet Pink. HEX triplet: EE, 90 and 86. RGB value is (238,144,134). Sum of RGB (Red+Green+Blue) = 238+144+134=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9086 is #116F79. Grayscale: #ABABAB. Windows color (decimal): -1142650 or 8818926. OLE color: 8818926.
HSL color Cylindrical-coordinate representation of color #EE9086: hue angle of 5.77º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE9086 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 134 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.07 |
| HSL | 5.77º | 0.75% | 0.73% | - |
| HSV(B) | 5.77º | 0.44% | 0.93% | - |
| XYZ | 49.54 | 39.84 | 27.63 | - |
| YUV | 170.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 134 | 0 | 0.39 | 0.44 | 0.07 | 5.77 | 0.75 | 0.73 |
| Hex | EE | 90 | 86 | 0 | 27 | 2C | 7 | 6 | 4B | 49 |
| Octal | 356 | 220 | 206 | 0 | 47 | 54 | 7 | 6 | 113 | 111 |
| Binary | 11101110 | 10010000 | 10000110 | 0 | 100111 | 101100 | 111 | 110 | 1001011 | 1001001 |
Color Harmonies of #EE9086
Complementary color
Monochromatic Colors of #EE9086
Black with #EE9086
Text Example
Text Example
White with #EE9086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9086; }
p { color: rgb(238,144,134); }
H1.HeaderClassName
{
color: #EE9086;
}
.AnyTagClassName
{
color: #EE9086;
}
</style>
background-color css
<style>
a { background-color: #EE9086; }
a { background-color: rgb(238,144,134); }
div.DivClassName
{
background-color: #EE9086;
}
.BgClassName
{
background-color: #EE9086;
}
</style>
border-color css
<style>
span { border-color: #EE9086; }
span { border-color: rgb(238,144,134); }
td.TdClassName
{
border-color: #EE9086;
}
.TagClassName
{
border-color: #EE9086;
}
</style>