Shades of Shocking #EE9CC3
Tints of Shocking #EE9CC3
RGB
CMYK
RGB Variations
Color information
#EE9CC3 (or 0xEE9CC3) is known color: Shocking. HEX triplet: EE, 9C and C3. RGB value is (238,156,195). Sum of RGB (Red+Green+Blue) = 238+156+195=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9CC3 is #11633C. Grayscale: #B8B8B8. Windows color (decimal): -1139517 or 12819694. OLE color: 12819694.
HSL color Cylindrical-coordinate representation of color #EE9CC3: hue angle of 331.46º 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 #EE9CC3 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 195 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.07 |
| HSL | 331.46º | 0.71% | 0.77% | - |
| HSV(B) | 331.46º | 0.34% | 0.93% | - |
| XYZ | 57 | 45.89 | 57.48 | - |
| YUV | 184.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 195 | 0 | 0.34 | 0.18 | 0.07 | 331.46 | 0.71 | 0.77 |
| Hex | EE | 9C | C3 | 0 | 22 | 12 | 7 | 14B | 47 | 4D |
| Octal | 356 | 234 | 303 | 0 | 42 | 22 | 7 | 513 | 107 | 115 |
| Binary | 11101110 | 10011100 | 11000011 | 0 | 100010 | 10010 | 111 | 101001011 | 1000111 | 1001101 |
Color Harmonies of #EE9CC3
Complementary color
Monochromatic Colors of #EE9CC3
Black with #EE9CC3
Text Example
Text Example
White with #EE9CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CC3; }
p { color: rgb(238,156,195); }
H1.HeaderClassName
{
color: #EE9CC3;
}
.AnyTagClassName
{
color: #EE9CC3;
}
</style>
background-color css
<style>
a { background-color: #EE9CC3; }
a { background-color: rgb(238,156,195); }
div.DivClassName
{
background-color: #EE9CC3;
}
.BgClassName
{
background-color: #EE9CC3;
}
</style>
border-color css
<style>
span { border-color: #EE9CC3; }
span { border-color: rgb(238,156,195); }
td.TdClassName
{
border-color: #EE9CC3;
}
.TagClassName
{
border-color: #EE9CC3;
}
</style>