Shades of Shocking #E292CA
Tints of Shocking #E292CA
RGB
CMYK
RGB Variations
Color information
#E292CA (or 0xE292CA) is known color: Shocking. HEX triplet: E2, 92 and CA. RGB value is (226,146,202). Sum of RGB (Red+Green+Blue) = 226+146+202=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E292CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E292CA is #1D6D35. Grayscale: #B0B0B0. Windows color (decimal): -1928502 or 13275874. OLE color: 13275874.
HSL color Cylindrical-coordinate representation of color #E292CA: hue angle of 318º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E292CA is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 202 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.11 |
| HSL | 318º | 0.58% | 0.73% | - |
| HSV(B) | 318º | 0.35% | 0.89% | - |
| XYZ | 52.3 | 40.99 | 61.03 | - |
| YUV | 176.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 202 | 0 | 0.35 | 0.11 | 0.11 | 318 | 0.58 | 0.73 |
| Hex | E2 | 92 | CA | 0 | 23 | B | B | 13E | 3A | 49 |
| Octal | 342 | 222 | 312 | 0 | 43 | 13 | 13 | 476 | 72 | 111 |
| Binary | 11100010 | 10010010 | 11001010 | 0 | 100011 | 1011 | 1011 | 100111110 | 111010 | 1001001 |
Color Harmonies of #E292CA
Complementary color
Monochromatic Colors of #E292CA
Black with #E292CA
Text Example
Text Example
White with #E292CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292CA; }
p { color: rgb(226,146,202); }
H1.HeaderClassName
{
color: #E292CA;
}
.AnyTagClassName
{
color: #E292CA;
}
</style>
background-color css
<style>
a { background-color: #E292CA; }
a { background-color: rgb(226,146,202); }
div.DivClassName
{
background-color: #E292CA;
}
.BgClassName
{
background-color: #E292CA;
}
</style>
border-color css
<style>
span { border-color: #E292CA; }
span { border-color: rgb(226,146,202); }
td.TdClassName
{
border-color: #E292CA;
}
.TagClassName
{
border-color: #E292CA;
}
</style>