Shades of Shocking #E490CB
Tints of Shocking #E490CB
RGB
CMYK
RGB Variations
Color information
#E490CB (or 0xE490CB) is known color: Shocking. HEX triplet: E4, 90 and CB. RGB value is (228,144,203). Sum of RGB (Red+Green+Blue) = 228+144+203=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E490CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E490CB is #1B6F34. Grayscale: #AFAFAF. Windows color (decimal): -1797941 or 13340900. OLE color: 13340900.
HSL color Cylindrical-coordinate representation of color #E490CB: hue angle of 317.86º 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 #E490CB is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 144 | 203 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.11 |
| HSL | 317.86º | 0.61% | 0.73% | - |
| HSV(B) | 317.86º | 0.37% | 0.89% | - |
| XYZ | 52.75 | 40.75 | 61.59 | - |
| YUV | 175.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 144 | 203 | 0 | 0.37 | 0.11 | 0.11 | 317.86 | 0.61 | 0.73 |
| Hex | E4 | 90 | CB | 0 | 25 | B | B | 13E | 3D | 49 |
| Octal | 344 | 220 | 313 | 0 | 45 | 13 | 13 | 476 | 75 | 111 |
| Binary | 11100100 | 10010000 | 11001011 | 0 | 100101 | 1011 | 1011 | 100111110 | 111101 | 1001001 |
Color Harmonies of #E490CB
Complementary color
Monochromatic Colors of #E490CB
Black with #E490CB
Text Example
Text Example
White with #E490CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E490CB; }
p { color: rgb(228,144,203); }
H1.HeaderClassName
{
color: #E490CB;
}
.AnyTagClassName
{
color: #E490CB;
}
</style>
background-color css
<style>
a { background-color: #E490CB; }
a { background-color: rgb(228,144,203); }
div.DivClassName
{
background-color: #E490CB;
}
.BgClassName
{
background-color: #E490CB;
}
</style>
border-color css
<style>
span { border-color: #E490CB; }
span { border-color: rgb(228,144,203); }
td.TdClassName
{
border-color: #E490CB;
}
.TagClassName
{
border-color: #E490CB;
}
</style>