Shades of Shocking #E390C2
Tints of Shocking #E390C2
RGB
CMYK
RGB Variations
Color information
#E390C2 (or 0xE390C2) is known color: Shocking. HEX triplet: E3, 90 and C2. RGB value is (227,144,194). Sum of RGB (Red+Green+Blue) = 227+144+194=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E390C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E390C2 is #1C6F3D. Grayscale: #AEAEAE. Windows color (decimal): -1863486 or 12751075. OLE color: 12751075.
HSL color Cylindrical-coordinate representation of color #E390C2: hue angle of 323.86º 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 #E390C2 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 194 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.11 |
| HSL | 323.86º | 0.6% | 0.73% | - |
| HSV(B) | 323.86º | 0.37% | 0.89% | - |
| XYZ | 51.39 | 40.17 | 56.08 | - |
| YUV | 174.52 | 139 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 194 | 0 | 0.37 | 0.15 | 0.11 | 323.86 | 0.6 | 0.73 |
| Hex | E3 | 90 | C2 | 0 | 25 | F | B | 144 | 3C | 49 |
| Octal | 343 | 220 | 302 | 0 | 45 | 17 | 13 | 504 | 74 | 111 |
| Binary | 11100011 | 10010000 | 11000010 | 0 | 100101 | 1111 | 1011 | 101000100 | 111100 | 1001001 |
Color Harmonies of #E390C2
Complementary color
Monochromatic Colors of #E390C2
Black with #E390C2
Text Example
Text Example
White with #E390C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390C2; }
p { color: rgb(227,144,194); }
H1.HeaderClassName
{
color: #E390C2;
}
.AnyTagClassName
{
color: #E390C2;
}
</style>
background-color css
<style>
a { background-color: #E390C2; }
a { background-color: rgb(227,144,194); }
div.DivClassName
{
background-color: #E390C2;
}
.BgClassName
{
background-color: #E390C2;
}
</style>
border-color css
<style>
span { border-color: #E390C2; }
span { border-color: rgb(227,144,194); }
td.TdClassName
{
border-color: #E390C2;
}
.TagClassName
{
border-color: #E390C2;
}
</style>