Shades of Shocking #E392CA
Tints of Shocking #E392CA
RGB
CMYK
RGB Variations
Color information
#E392CA (or 0xE392CA) is known color: Shocking. HEX triplet: E3, 92 and CA. RGB value is (227,146,202). Sum of RGB (Red+Green+Blue) = 227+146+202=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E392CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E392CA is #1C6D35. Grayscale: #B0B0B0. Windows color (decimal): -1862966 or 13275875. OLE color: 13275875.
HSL color Cylindrical-coordinate representation of color #E392CA: hue angle of 318.52º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E392CA is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 202 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.11 |
| HSL | 318.52º | 0.59% | 0.73% | - |
| HSV(B) | 318.52º | 0.36% | 0.89% | - |
| XYZ | 52.62 | 41.15 | 61.05 | - |
| YUV | 176.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 202 | 0 | 0.36 | 0.11 | 0.11 | 318.52 | 0.59 | 0.73 |
| Hex | E3 | 92 | CA | 0 | 24 | B | B | 13F | 3B | 49 |
| Octal | 343 | 222 | 312 | 0 | 44 | 13 | 13 | 477 | 73 | 111 |
| Binary | 11100011 | 10010010 | 11001010 | 0 | 100100 | 1011 | 1011 | 100111111 | 111011 | 1001001 |
Color Harmonies of #E392CA
Complementary color
Monochromatic Colors of #E392CA
Black with #E392CA
Text Example
Text Example
White with #E392CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392CA; }
p { color: rgb(227,146,202); }
H1.HeaderClassName
{
color: #E392CA;
}
.AnyTagClassName
{
color: #E392CA;
}
</style>
background-color css
<style>
a { background-color: #E392CA; }
a { background-color: rgb(227,146,202); }
div.DivClassName
{
background-color: #E392CA;
}
.BgClassName
{
background-color: #E392CA;
}
</style>
border-color css
<style>
span { border-color: #E392CA; }
span { border-color: rgb(227,146,202); }
td.TdClassName
{
border-color: #E392CA;
}
.TagClassName
{
border-color: #E392CA;
}
</style>