Shades of Shocking #E08CC9
Tints of Shocking #E08CC9
RGB
CMYK
RGB Variations
Color information
#E08CC9 (or 0xE08CC9) is known color: Shocking. HEX triplet: E0, 8C and C9. RGB value is (224,140,201). Sum of RGB (Red+Green+Blue) = 224+140+201=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CC9 is #1F7336. Grayscale: #ABABAB. Windows color (decimal): -2061111 or 13208800. OLE color: 13208800.
HSL color Cylindrical-coordinate representation of color #E08CC9: hue angle of 316.43º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08CC9 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 201 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.12 |
| HSL | 316.43º | 0.58% | 0.71% | - |
| HSV(B) | 316.43º | 0.38% | 0.88% | - |
| XYZ | 50.66 | 38.82 | 60.08 | - |
| YUV | 172.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 201 | 0 | 0.38 | 0.10 | 0.12 | 316.43 | 0.58 | 0.71 |
| Hex | E0 | 8C | C9 | 0 | 26 | A | C | 13C | 3A | 47 |
| Octal | 340 | 214 | 311 | 0 | 46 | 12 | 14 | 474 | 72 | 107 |
| Binary | 11100000 | 10001100 | 11001001 | 0 | 100110 | 1010 | 1100 | 100111100 | 111010 | 1000111 |
Color Harmonies of #E08CC9
Complementary color
Monochromatic Colors of #E08CC9
Black with #E08CC9
Text Example
Text Example
White with #E08CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08CC9; }
p { color: rgb(224,140,201); }
H1.HeaderClassName
{
color: #E08CC9;
}
.AnyTagClassName
{
color: #E08CC9;
}
</style>
background-color css
<style>
a { background-color: #E08CC9; }
a { background-color: rgb(224,140,201); }
div.DivClassName
{
background-color: #E08CC9;
}
.BgClassName
{
background-color: #E08CC9;
}
</style>
border-color css
<style>
span { border-color: #E08CC9; }
span { border-color: rgb(224,140,201); }
td.TdClassName
{
border-color: #E08CC9;
}
.TagClassName
{
border-color: #E08CC9;
}
</style>