Shades of Shocking #E390C3
Tints of Shocking #E390C3
RGB
CMYK
RGB Variations
Color information
#E390C3 (or 0xE390C3) is known color: Shocking. HEX triplet: E3, 90 and C3. RGB value is (227,144,195). Sum of RGB (Red+Green+Blue) = 227+144+195=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E390C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390C3 is #1C6F3C. Grayscale: #AEAEAE. Windows color (decimal): -1863485 or 12816611. OLE color: 12816611.
HSL color Cylindrical-coordinate representation of color #E390C3: hue angle of 323.13º degrees, saturation: 0.6, 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 #E390C3 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 195 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.11 |
| HSL | 323.13º | 0.6% | 0.73% | - |
| HSV(B) | 323.13º | 0.37% | 0.89% | - |
| XYZ | 51.5 | 40.22 | 56.68 | - |
| YUV | 174.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 195 | 0 | 0.37 | 0.14 | 0.11 | 323.13 | 0.6 | 0.73 |
| Hex | E3 | 90 | C3 | 0 | 25 | E | B | 143 | 3C | 49 |
| Octal | 343 | 220 | 303 | 0 | 45 | 16 | 13 | 503 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11000011 | 0 | 100101 | 1110 | 1011 | 101000011 | 111100 | 1001001 |
Color Harmonies of #E390C3
Complementary color
Monochromatic Colors of #E390C3
Black with #E390C3
Text Example
Text Example
White with #E390C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390C3; }
p { color: rgb(227,144,195); }
H1.HeaderClassName
{
color: #E390C3;
}
.AnyTagClassName
{
color: #E390C3;
}
</style>
background-color css
<style>
a { background-color: #E390C3; }
a { background-color: rgb(227,144,195); }
div.DivClassName
{
background-color: #E390C3;
}
.BgClassName
{
background-color: #E390C3;
}
</style>
border-color css
<style>
span { border-color: #E390C3; }
span { border-color: rgb(227,144,195); }
td.TdClassName
{
border-color: #E390C3;
}
.TagClassName
{
border-color: #E390C3;
}
</style>