Shades of Shocking #E890CE
Tints of Shocking #E890CE
RGB
CMYK
RGB Variations
Color information
#E890CE (or 0xE890CE) is known color: Shocking. HEX triplet: E8, 90 and CE. RGB value is (232,144,206). Sum of RGB (Red+Green+Blue) = 232+144+206=582 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.86% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 232 - color contains mainly: red. Hex color #E890CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E890CE is #176F31. Grayscale: #B1B1B1. Windows color (decimal): -1535794 or 13537512. OLE color: 13537512.
HSL color Cylindrical-coordinate representation of color #E890CE: hue angle of 317.73º 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 #E890CE is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 206 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.09 |
| HSL | 317.73º | 0.66% | 0.74% | - |
| HSV(B) | 317.73º | 0.38% | 0.91% | - |
| XYZ | 54.39 | 41.56 | 63.55 | - |
| YUV | 177.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 206 | 0 | 0.38 | 0.11 | 0.09 | 317.73 | 0.66 | 0.74 |
| Hex | E8 | 90 | CE | 0 | 26 | B | 9 | 13E | 42 | 4A |
| Octal | 350 | 220 | 316 | 0 | 46 | 13 | 11 | 476 | 102 | 112 |
| Binary | 11101000 | 10010000 | 11001110 | 0 | 100110 | 1011 | 1001 | 100111110 | 1000010 | 1001010 |
Color Harmonies of #E890CE
Complementary color
Monochromatic Colors of #E890CE
Black with #E890CE
Text Example
Text Example
White with #E890CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890CE; }
p { color: rgb(232,144,206); }
H1.HeaderClassName
{
color: #E890CE;
}
.AnyTagClassName
{
color: #E890CE;
}
</style>
background-color css
<style>
a { background-color: #E890CE; }
a { background-color: rgb(232,144,206); }
div.DivClassName
{
background-color: #E890CE;
}
.BgClassName
{
background-color: #E890CE;
}
</style>
border-color css
<style>
span { border-color: #E890CE; }
span { border-color: rgb(232,144,206); }
td.TdClassName
{
border-color: #E890CE;
}
.TagClassName
{
border-color: #E890CE;
}
</style>