Shades of Shocking #E09CCC
Tints of Shocking #E09CCC
RGB
CMYK
RGB Variations
Color information
#E09CCC (or 0xE09CCC) is known color: Shocking. HEX triplet: E0, 9C and CC. RGB value is (224,156,204). Sum of RGB (Red+Green+Blue) = 224+156+204=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CCC is #1F6333. Grayscale: #B5B5B5. Windows color (decimal): -2057012 or 13409504. OLE color: 13409504.
HSL color Cylindrical-coordinate representation of color #E09CCC: hue angle of 317.65º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09CCC is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 204 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.12 |
| HSL | 317.65º | 0.52% | 0.75% | - |
| HSV(B) | 317.65º | 0.3% | 0.88% | - |
| XYZ | 53.53 | 43.98 | 62.8 | - |
| YUV | 181.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 204 | 0 | 0.30 | 0.09 | 0.12 | 317.65 | 0.52 | 0.75 |
| Hex | E0 | 9C | CC | 0 | 1E | 9 | C | 13E | 34 | 4B |
| Octal | 340 | 234 | 314 | 0 | 36 | 11 | 14 | 476 | 64 | 113 |
| Binary | 11100000 | 10011100 | 11001100 | 0 | 11110 | 1001 | 1100 | 100111110 | 110100 | 1001011 |
Color Harmonies of #E09CCC
Complementary color
Monochromatic Colors of #E09CCC
Black with #E09CCC
Text Example
Text Example
White with #E09CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CCC; }
p { color: rgb(224,156,204); }
H1.HeaderClassName
{
color: #E09CCC;
}
.AnyTagClassName
{
color: #E09CCC;
}
</style>
background-color css
<style>
a { background-color: #E09CCC; }
a { background-color: rgb(224,156,204); }
div.DivClassName
{
background-color: #E09CCC;
}
.BgClassName
{
background-color: #E09CCC;
}
</style>
border-color css
<style>
span { border-color: #E09CCC; }
span { border-color: rgb(224,156,204); }
td.TdClassName
{
border-color: #E09CCC;
}
.TagClassName
{
border-color: #E09CCC;
}
</style>