Shades of Shocking #E08FCC
Tints of Shocking #E08FCC
RGB
CMYK
RGB Variations
Color information
#E08FCC (or 0xE08FCC) is known color: Shocking. HEX triplet: E0, 8F and CC. RGB value is (224,143,204). Sum of RGB (Red+Green+Blue) = 224+143+204=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08FCC is #1F7033. Grayscale: #AEAEAE. Windows color (decimal): -2060340 or 13406176. OLE color: 13406176.
HSL color Cylindrical-coordinate representation of color #E08FCC: hue angle of 314.81º 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 #E08FCC is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 204 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.12 |
| HSL | 314.81º | 0.57% | 0.72% | - |
| HSV(B) | 314.81º | 0.36% | 0.88% | - |
| XYZ | 51.46 | 39.85 | 62.11 | - |
| YUV | 174.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 204 | 0 | 0.36 | 0.09 | 0.12 | 314.81 | 0.57 | 0.72 |
| Hex | E0 | 8F | CC | 0 | 24 | 9 | C | 13B | 39 | 48 |
| Octal | 340 | 217 | 314 | 0 | 44 | 11 | 14 | 473 | 71 | 110 |
| Binary | 11100000 | 10001111 | 11001100 | 0 | 100100 | 1001 | 1100 | 100111011 | 111001 | 1001000 |
Color Harmonies of #E08FCC
Complementary color
Monochromatic Colors of #E08FCC
Black with #E08FCC
Text Example
Text Example
White with #E08FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FCC; }
p { color: rgb(224,143,204); }
H1.HeaderClassName
{
color: #E08FCC;
}
.AnyTagClassName
{
color: #E08FCC;
}
</style>
background-color css
<style>
a { background-color: #E08FCC; }
a { background-color: rgb(224,143,204); }
div.DivClassName
{
background-color: #E08FCC;
}
.BgClassName
{
background-color: #E08FCC;
}
</style>
border-color css
<style>
span { border-color: #E08FCC; }
span { border-color: rgb(224,143,204); }
td.TdClassName
{
border-color: #E08FCC;
}
.TagClassName
{
border-color: #E08FCC;
}
</style>