Shades of Shocking #E890CC
Tints of Shocking #E890CC
RGB
CMYK
RGB Variations
Color information
#E890CC (or 0xE890CC) is known color: Shocking. HEX triplet: E8, 90 and CC. RGB value is (232,144,204). Sum of RGB (Red+Green+Blue) = 232+144+204=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E890CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890CC is #176F33. Grayscale: #B1B1B1. Windows color (decimal): -1535796 or 13406440. OLE color: 13406440.
HSL color Cylindrical-coordinate representation of color #E890CC: hue angle of 319.09º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E890CC is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 204 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.09 |
| HSL | 319.09º | 0.66% | 0.74% | - |
| HSV(B) | 319.09º | 0.38% | 0.91% | - |
| XYZ | 54.15 | 41.46 | 62.28 | - |
| YUV | 177.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 204 | 0 | 0.38 | 0.12 | 0.09 | 319.09 | 0.66 | 0.74 |
| Hex | E8 | 90 | CC | 0 | 26 | C | 9 | 13F | 42 | 4A |
| Octal | 350 | 220 | 314 | 0 | 46 | 14 | 11 | 477 | 102 | 112 |
| Binary | 11101000 | 10010000 | 11001100 | 0 | 100110 | 1100 | 1001 | 100111111 | 1000010 | 1001010 |
Color Harmonies of #E890CC
Complementary color
Monochromatic Colors of #E890CC
Black with #E890CC
Text Example
Text Example
White with #E890CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890CC; }
p { color: rgb(232,144,204); }
H1.HeaderClassName
{
color: #E890CC;
}
.AnyTagClassName
{
color: #E890CC;
}
</style>
background-color css
<style>
a { background-color: #E890CC; }
a { background-color: rgb(232,144,204); }
div.DivClassName
{
background-color: #E890CC;
}
.BgClassName
{
background-color: #E890CC;
}
</style>
border-color css
<style>
span { border-color: #E890CC; }
span { border-color: rgb(232,144,204); }
td.TdClassName
{
border-color: #E890CC;
}
.TagClassName
{
border-color: #E890CC;
}
</style>