Shades of Shocking #E491CE
Tints of Shocking #E491CE
RGB
CMYK
RGB Variations
Color information
#E491CE (or 0xE491CE) is known color: Shocking. HEX triplet: E4, 91 and CE. RGB value is (228,145,206). Sum of RGB (Red+Green+Blue) = 228+145+206=579 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.38% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 228 - color contains mainly: red. Hex color #E491CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E491CE is #1B6E31. Grayscale: #B0B0B0. Windows color (decimal): -1797682 or 13537764. OLE color: 13537764.
HSL color Cylindrical-coordinate representation of color #E491CE: hue angle of 315.9º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E491CE is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 145 | 206 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.11 |
| HSL | 315.9º | 0.61% | 0.73% | - |
| HSV(B) | 315.9º | 0.36% | 0.89% | - |
| XYZ | 53.26 | 41.2 | 63.54 | - |
| YUV | 176.77 | 144.5 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 145 | 206 | 0 | 0.36 | 0.10 | 0.11 | 315.9 | 0.61 | 0.73 |
| Hex | E4 | 91 | CE | 0 | 24 | A | B | 13C | 3D | 49 |
| Octal | 344 | 221 | 316 | 0 | 44 | 12 | 13 | 474 | 75 | 111 |
| Binary | 11100100 | 10010001 | 11001110 | 0 | 100100 | 1010 | 1011 | 100111100 | 111101 | 1001001 |
Color Harmonies of #E491CE
Complementary color
Monochromatic Colors of #E491CE
Black with #E491CE
Text Example
Text Example
White with #E491CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E491CE; }
p { color: rgb(228,145,206); }
H1.HeaderClassName
{
color: #E491CE;
}
.AnyTagClassName
{
color: #E491CE;
}
</style>
background-color css
<style>
a { background-color: #E491CE; }
a { background-color: rgb(228,145,206); }
div.DivClassName
{
background-color: #E491CE;
}
.BgClassName
{
background-color: #E491CE;
}
</style>
border-color css
<style>
span { border-color: #E491CE; }
span { border-color: rgb(228,145,206); }
td.TdClassName
{
border-color: #E491CE;
}
.TagClassName
{
border-color: #E491CE;
}
</style>