Shades of Shocking #E090C5
Tints of Shocking #E090C5
RGB
CMYK
RGB Variations
Color information
#E090C5 (or 0xE090C5) is known color: Shocking. HEX triplet: E0, 90 and C5. RGB value is (224,144,197). Sum of RGB (Red+Green+Blue) = 224+144+197=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E090C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E090C5 is #1F6F3A. Grayscale: #ADADAD. Windows color (decimal): -2060091 or 12947680. OLE color: 12947680.
HSL color Cylindrical-coordinate representation of color #E090C5: hue angle of 320.25º degrees, saturation: 0.56, 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 #E090C5 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 197 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.12 |
| HSL | 320.25º | 0.56% | 0.72% | - |
| HSV(B) | 320.25º | 0.36% | 0.88% | - |
| XYZ | 50.79 | 39.83 | 57.83 | - |
| YUV | 173.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 197 | 0 | 0.36 | 0.12 | 0.12 | 320.25 | 0.56 | 0.72 |
| Hex | E0 | 90 | C5 | 0 | 24 | C | C | 140 | 38 | 48 |
| Octal | 340 | 220 | 305 | 0 | 44 | 14 | 14 | 500 | 70 | 110 |
| Binary | 11100000 | 10010000 | 11000101 | 0 | 100100 | 1100 | 1100 | 101000000 | 111000 | 1001000 |
Color Harmonies of #E090C5
Complementary color
Monochromatic Colors of #E090C5
Black with #E090C5
Text Example
Text Example
White with #E090C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090C5; }
p { color: rgb(224,144,197); }
H1.HeaderClassName
{
color: #E090C5;
}
.AnyTagClassName
{
color: #E090C5;
}
</style>
background-color css
<style>
a { background-color: #E090C5; }
a { background-color: rgb(224,144,197); }
div.DivClassName
{
background-color: #E090C5;
}
.BgClassName
{
background-color: #E090C5;
}
</style>
border-color css
<style>
span { border-color: #E090C5; }
span { border-color: rgb(224,144,197); }
td.TdClassName
{
border-color: #E090C5;
}
.TagClassName
{
border-color: #E090C5;
}
</style>