Shades of Shocking #E490C9
Tints of Shocking #E490C9
RGB
CMYK
RGB Variations
Color information
#E490C9 (or 0xE490C9) is known color: Shocking. HEX triplet: E4, 90 and C9. RGB value is (228,144,201). Sum of RGB (Red+Green+Blue) = 228+144+201=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 228 - color contains mainly: red. Hex color #E490C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490C9 is #1B6F36. Grayscale: #AFAFAF. Windows color (decimal): -1797943 or 13209828. OLE color: 13209828.
HSL color Cylindrical-coordinate representation of color #E490C9: hue angle of 319.29º 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 #E490C9 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 201 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.11 |
| HSL | 319.29º | 0.61% | 0.73% | - |
| HSV(B) | 319.29º | 0.37% | 0.89% | - |
| XYZ | 52.51 | 40.66 | 60.34 | - |
| YUV | 175.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 201 | 0 | 0.37 | 0.12 | 0.11 | 319.29 | 0.61 | 0.73 |
| Hex | E4 | 90 | C9 | 0 | 25 | C | B | 13F | 3D | 49 |
| Octal | 344 | 220 | 311 | 0 | 45 | 14 | 13 | 477 | 75 | 111 |
| Binary | 11100100 | 10010000 | 11001001 | 0 | 100101 | 1100 | 1011 | 100111111 | 111101 | 1001001 |
Color Harmonies of #E490C9
Complementary color
Monochromatic Colors of #E490C9
Black with #E490C9
Text Example
Text Example
White with #E490C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490C9; }
p { color: rgb(228,144,201); }
H1.HeaderClassName
{
color: #E490C9;
}
.AnyTagClassName
{
color: #E490C9;
}
</style>
background-color css
<style>
a { background-color: #E490C9; }
a { background-color: rgb(228,144,201); }
div.DivClassName
{
background-color: #E490C9;
}
.BgClassName
{
background-color: #E490C9;
}
</style>
border-color css
<style>
span { border-color: #E490C9; }
span { border-color: rgb(228,144,201); }
td.TdClassName
{
border-color: #E490C9;
}
.TagClassName
{
border-color: #E490C9;
}
</style>