Shades of Shocking #EE9DD0
Tints of Shocking #EE9DD0
RGB
CMYK
RGB Variations
Color information
#EE9DD0 (or 0xEE9DD0) is known color: Shocking. HEX triplet: EE, 9D and D0. RGB value is (238,157,208). Sum of RGB (Red+Green+Blue) = 238+157+208=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9DD0 is #11622F. Grayscale: #BABABA. Windows color (decimal): -1139248 or 13671918. OLE color: 13671918.
HSL color Cylindrical-coordinate representation of color #EE9DD0: hue angle of 322.22º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9DD0 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 208 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.07 |
| HSL | 322.22º | 0.7% | 0.77% | - |
| HSV(B) | 322.22º | 0.34% | 0.93% | - |
| XYZ | 58.7 | 46.85 | 65.62 | - |
| YUV | 187.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 208 | 0 | 0.34 | 0.13 | 0.07 | 322.22 | 0.7 | 0.77 |
| Hex | EE | 9D | D0 | 0 | 22 | D | 7 | 142 | 46 | 4D |
| Octal | 356 | 235 | 320 | 0 | 42 | 15 | 7 | 502 | 106 | 115 |
| Binary | 11101110 | 10011101 | 11010000 | 0 | 100010 | 1101 | 111 | 101000010 | 1000110 | 1001101 |
Color Harmonies of #EE9DD0
Complementary color
Monochromatic Colors of #EE9DD0
Black with #EE9DD0
Text Example
Text Example
White with #EE9DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DD0; }
p { color: rgb(238,157,208); }
H1.HeaderClassName
{
color: #EE9DD0;
}
.AnyTagClassName
{
color: #EE9DD0;
}
</style>
background-color css
<style>
a { background-color: #EE9DD0; }
a { background-color: rgb(238,157,208); }
div.DivClassName
{
background-color: #EE9DD0;
}
.BgClassName
{
background-color: #EE9DD0;
}
</style>
border-color css
<style>
span { border-color: #EE9DD0; }
span { border-color: rgb(238,157,208); }
td.TdClassName
{
border-color: #EE9DD0;
}
.TagClassName
{
border-color: #EE9DD0;
}
</style>