Shades of Shocking #E990CD
Tints of Shocking #E990CD
RGB
CMYK
RGB Variations
Color information
#E990CD (or 0xE990CD) is known color: Shocking. HEX triplet: E9, 90 and CD. RGB value is (233,144,205). Sum of RGB (Red+Green+Blue) = 233+144+205=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E990CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990CD is #166F32. Grayscale: #B1B1B1. Windows color (decimal): -1470259 or 13471977. OLE color: 13471977.
HSL color Cylindrical-coordinate representation of color #E990CD: hue angle of 318.88º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990CD is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 205 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.09 |
| HSL | 318.88º | 0.67% | 0.74% | - |
| HSV(B) | 318.88º | 0.38% | 0.91% | - |
| XYZ | 54.6 | 41.68 | 62.92 | - |
| YUV | 177.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 205 | 0 | 0.38 | 0.12 | 0.09 | 318.88 | 0.67 | 0.74 |
| Hex | E9 | 90 | CD | 0 | 26 | C | 9 | 13F | 43 | 4A |
| Octal | 351 | 220 | 315 | 0 | 46 | 14 | 11 | 477 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11001101 | 0 | 100110 | 1100 | 1001 | 100111111 | 1000011 | 1001010 |
Color Harmonies of #E990CD
Complementary color
Monochromatic Colors of #E990CD
Black with #E990CD
Text Example
Text Example
White with #E990CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990CD; }
p { color: rgb(233,144,205); }
H1.HeaderClassName
{
color: #E990CD;
}
.AnyTagClassName
{
color: #E990CD;
}
</style>
background-color css
<style>
a { background-color: #E990CD; }
a { background-color: rgb(233,144,205); }
div.DivClassName
{
background-color: #E990CD;
}
.BgClassName
{
background-color: #E990CD;
}
</style>
border-color css
<style>
span { border-color: #E990CD; }
span { border-color: rgb(233,144,205); }
td.TdClassName
{
border-color: #E990CD;
}
.TagClassName
{
border-color: #E990CD;
}
</style>