Shades of Shocking #EE9CCF
Tints of Shocking #EE9CCF
RGB
CMYK
RGB Variations
Color information
#EE9CCF (or 0xEE9CCF) is known color: Shocking. HEX triplet: EE, 9C and CF. RGB value is (238,156,207). Sum of RGB (Red+Green+Blue) = 238+156+207=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9CCF is #116330. Grayscale: #BABABA. Windows color (decimal): -1139505 or 13606126. OLE color: 13606126.
HSL color Cylindrical-coordinate representation of color #EE9CCF: hue angle of 322.68º degrees, saturation: 0.71, 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 #EE9CCF is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 207 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.07 |
| HSL | 322.68º | 0.71% | 0.77% | - |
| HSV(B) | 322.68º | 0.34% | 0.93% | - |
| XYZ | 58.41 | 46.46 | 64.92 | - |
| YUV | 186.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 207 | 0 | 0.34 | 0.13 | 0.07 | 322.68 | 0.71 | 0.77 |
| Hex | EE | 9C | CF | 0 | 22 | D | 7 | 143 | 47 | 4D |
| Octal | 356 | 234 | 317 | 0 | 42 | 15 | 7 | 503 | 107 | 115 |
| Binary | 11101110 | 10011100 | 11001111 | 0 | 100010 | 1101 | 111 | 101000011 | 1000111 | 1001101 |
Color Harmonies of #EE9CCF
Complementary color
Monochromatic Colors of #EE9CCF
Black with #EE9CCF
Text Example
Text Example
White with #EE9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CCF; }
p { color: rgb(238,156,207); }
H1.HeaderClassName
{
color: #EE9CCF;
}
.AnyTagClassName
{
color: #EE9CCF;
}
</style>
background-color css
<style>
a { background-color: #EE9CCF; }
a { background-color: rgb(238,156,207); }
div.DivClassName
{
background-color: #EE9CCF;
}
.BgClassName
{
background-color: #EE9CCF;
}
</style>
border-color css
<style>
span { border-color: #EE9CCF; }
span { border-color: rgb(238,156,207); }
td.TdClassName
{
border-color: #EE9CCF;
}
.TagClassName
{
border-color: #EE9CCF;
}
</style>