Shades of Shocking #E09CCA
Tints of Shocking #E09CCA
RGB
CMYK
RGB Variations
Color information
#E09CCA (or 0xE09CCA) is known color: Shocking. HEX triplet: E0, 9C and CA. RGB value is (224,156,202). Sum of RGB (Red+Green+Blue) = 224+156+202=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CCA is #1F6335. Grayscale: #B5B5B5. Windows color (decimal): -2057014 or 13278432. OLE color: 13278432.
HSL color Cylindrical-coordinate representation of color #E09CCA: hue angle of 319.41º 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 #E09CCA is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 202 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.12 |
| HSL | 319.41º | 0.52% | 0.75% | - |
| HSV(B) | 319.41º | 0.3% | 0.88% | - |
| XYZ | 53.29 | 43.89 | 61.54 | - |
| YUV | 181.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 202 | 0 | 0.30 | 0.10 | 0.12 | 319.41 | 0.52 | 0.75 |
| Hex | E0 | 9C | CA | 0 | 1E | A | C | 13F | 34 | 4B |
| Octal | 340 | 234 | 312 | 0 | 36 | 12 | 14 | 477 | 64 | 113 |
| Binary | 11100000 | 10011100 | 11001010 | 0 | 11110 | 1010 | 1100 | 100111111 | 110100 | 1001011 |
Color Harmonies of #E09CCA
Complementary color
Monochromatic Colors of #E09CCA
Black with #E09CCA
Text Example
Text Example
White with #E09CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09CCA; }
p { color: rgb(224,156,202); }
H1.HeaderClassName
{
color: #E09CCA;
}
.AnyTagClassName
{
color: #E09CCA;
}
</style>
background-color css
<style>
a { background-color: #E09CCA; }
a { background-color: rgb(224,156,202); }
div.DivClassName
{
background-color: #E09CCA;
}
.BgClassName
{
background-color: #E09CCA;
}
</style>
border-color css
<style>
span { border-color: #E09CCA; }
span { border-color: rgb(224,156,202); }
td.TdClassName
{
border-color: #E09CCA;
}
.TagClassName
{
border-color: #E09CCA;
}
</style>