Shades of Shocking #E190CD
Tints of Shocking #E190CD
RGB
CMYK
RGB Variations
Color information
#E190CD (or 0xE190CD) is known color: Shocking. HEX triplet: E1, 90 and CD. RGB value is (225,144,205). Sum of RGB (Red+Green+Blue) = 225+144+205=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E190CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190CD is #1E6F32. Grayscale: #AFAFAF. Windows color (decimal): -1994547 or 13471969. OLE color: 13471969.
HSL color Cylindrical-coordinate representation of color #E190CD: hue angle of 314.81º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190CD is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 205 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.12 |
| HSL | 314.81º | 0.57% | 0.72% | - |
| HSV(B) | 314.81º | 0.36% | 0.88% | - |
| XYZ | 52.04 | 40.36 | 62.81 | - |
| YUV | 175.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 205 | 0 | 0.36 | 0.09 | 0.12 | 314.81 | 0.57 | 0.72 |
| Hex | E1 | 90 | CD | 0 | 24 | 9 | C | 13B | 39 | 48 |
| Octal | 341 | 220 | 315 | 0 | 44 | 11 | 14 | 473 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11001101 | 0 | 100100 | 1001 | 1100 | 100111011 | 111001 | 1001000 |
Color Harmonies of #E190CD
Complementary color
Monochromatic Colors of #E190CD
Black with #E190CD
Text Example
Text Example
White with #E190CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190CD; }
p { color: rgb(225,144,205); }
H1.HeaderClassName
{
color: #E190CD;
}
.AnyTagClassName
{
color: #E190CD;
}
</style>
background-color css
<style>
a { background-color: #E190CD; }
a { background-color: rgb(225,144,205); }
div.DivClassName
{
background-color: #E190CD;
}
.BgClassName
{
background-color: #E190CD;
}
</style>
border-color css
<style>
span { border-color: #E190CD; }
span { border-color: rgb(225,144,205); }
td.TdClassName
{
border-color: #E190CD;
}
.TagClassName
{
border-color: #E190CD;
}
</style>