Shades of Shocking #E08FC9
Tints of Shocking #E08FC9
RGB
CMYK
RGB Variations
Color information
#E08FC9 (or 0xE08FC9) is known color: Shocking. HEX triplet: E0, 8F and C9. RGB value is (224,143,201). Sum of RGB (Red+Green+Blue) = 224+143+201=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FC9 is #1F7036. Grayscale: #ADADAD. Windows color (decimal): -2060343 or 13209568. OLE color: 13209568.
HSL color Cylindrical-coordinate representation of color #E08FC9: hue angle of 317.04º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E08FC9 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 201 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.12 |
| HSL | 317.04º | 0.57% | 0.72% | - |
| HSV(B) | 317.04º | 0.36% | 0.88% | - |
| XYZ | 51.11 | 39.71 | 60.23 | - |
| YUV | 173.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 201 | 0 | 0.36 | 0.10 | 0.12 | 317.04 | 0.57 | 0.72 |
| Hex | E0 | 8F | C9 | 0 | 24 | A | C | 13D | 39 | 48 |
| Octal | 340 | 217 | 311 | 0 | 44 | 12 | 14 | 475 | 71 | 110 |
| Binary | 11100000 | 10001111 | 11001001 | 0 | 100100 | 1010 | 1100 | 100111101 | 111001 | 1001000 |
Color Harmonies of #E08FC9
Complementary color
Monochromatic Colors of #E08FC9
Black with #E08FC9
Text Example
Text Example
White with #E08FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FC9; }
p { color: rgb(224,143,201); }
H1.HeaderClassName
{
color: #E08FC9;
}
.AnyTagClassName
{
color: #E08FC9;
}
</style>
background-color css
<style>
a { background-color: #E08FC9; }
a { background-color: rgb(224,143,201); }
div.DivClassName
{
background-color: #E08FC9;
}
.BgClassName
{
background-color: #E08FC9;
}
</style>
border-color css
<style>
span { border-color: #E08FC9; }
span { border-color: rgb(224,143,201); }
td.TdClassName
{
border-color: #E08FC9;
}
.TagClassName
{
border-color: #E08FC9;
}
</style>