Shades of Shocking #E290CD
Tints of Shocking #E290CD
RGB
CMYK
RGB Variations
Color information
#E290CD (or 0xE290CD) is known color: Shocking. HEX triplet: E2, 90 and CD. RGB value is (226,144,205). Sum of RGB (Red+Green+Blue) = 226+144+205=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E290CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E290CD is #1D6F32. Grayscale: #AFAFAF. Windows color (decimal): -1929011 or 13471970. OLE color: 13471970.
HSL color Cylindrical-coordinate representation of color #E290CD: hue angle of 315.37º degrees, saturation: 0.59, 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 #E290CD is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 144 | 205 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.11 |
| HSL | 315.37º | 0.59% | 0.73% | - |
| HSV(B) | 315.37º | 0.36% | 0.89% | - |
| XYZ | 52.36 | 40.52 | 62.82 | - |
| YUV | 175.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 144 | 205 | 0 | 0.36 | 0.09 | 0.11 | 315.37 | 0.59 | 0.73 |
| Hex | E2 | 90 | CD | 0 | 24 | 9 | B | 13B | 3B | 49 |
| Octal | 342 | 220 | 315 | 0 | 44 | 11 | 13 | 473 | 73 | 111 |
| Binary | 11100010 | 10010000 | 11001101 | 0 | 100100 | 1001 | 1011 | 100111011 | 111011 | 1001001 |
Color Harmonies of #E290CD
Complementary color
Monochromatic Colors of #E290CD
Black with #E290CD
Text Example
Text Example
White with #E290CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E290CD; }
p { color: rgb(226,144,205); }
H1.HeaderClassName
{
color: #E290CD;
}
.AnyTagClassName
{
color: #E290CD;
}
</style>
background-color css
<style>
a { background-color: #E290CD; }
a { background-color: rgb(226,144,205); }
div.DivClassName
{
background-color: #E290CD;
}
.BgClassName
{
background-color: #E290CD;
}
</style>
border-color css
<style>
span { border-color: #E290CD; }
span { border-color: rgb(226,144,205); }
td.TdClassName
{
border-color: #E290CD;
}
.TagClassName
{
border-color: #E290CD;
}
</style>