Shades of Shocking #E490CE
Tints of Shocking #E490CE
RGB
CMYK
RGB Variations
Color information
#E490CE (or 0xE490CE) is known color: Shocking. HEX triplet: E4, 90 and CE. RGB value is (228,144,206). Sum of RGB (Red+Green+Blue) = 228+144+206=578 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.45% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 228 - color contains mainly: red. Hex color #E490CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490CE is #1B6F31. Grayscale: #B0B0B0. Windows color (decimal): -1797938 or 13537508. OLE color: 13537508.
HSL color Cylindrical-coordinate representation of color #E490CE: hue angle of 315.71º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E490CE is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 206 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.11 |
| HSL | 315.71º | 0.61% | 0.73% | - |
| HSV(B) | 315.71º | 0.37% | 0.89% | - |
| XYZ | 53.11 | 40.9 | 63.49 | - |
| YUV | 176.18 | 144.83 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 206 | 0 | 0.37 | 0.10 | 0.11 | 315.71 | 0.61 | 0.73 |
| Hex | E4 | 90 | CE | 0 | 25 | A | B | 13C | 3D | 49 |
| Octal | 344 | 220 | 316 | 0 | 45 | 12 | 13 | 474 | 75 | 111 |
| Binary | 11100100 | 10010000 | 11001110 | 0 | 100101 | 1010 | 1011 | 100111100 | 111101 | 1001001 |
Color Harmonies of #E490CE
Complementary color
Monochromatic Colors of #E490CE
Black with #E490CE
Text Example
Text Example
White with #E490CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490CE; }
p { color: rgb(228,144,206); }
H1.HeaderClassName
{
color: #E490CE;
}
.AnyTagClassName
{
color: #E490CE;
}
</style>
background-color css
<style>
a { background-color: #E490CE; }
a { background-color: rgb(228,144,206); }
div.DivClassName
{
background-color: #E490CE;
}
.BgClassName
{
background-color: #E490CE;
}
</style>
border-color css
<style>
span { border-color: #E490CE; }
span { border-color: rgb(228,144,206); }
td.TdClassName
{
border-color: #E490CE;
}
.TagClassName
{
border-color: #E490CE;
}
</style>