Shades of Shocking #E898CA
Tints of Shocking #E898CA
RGB
CMYK
RGB Variations
Color information
#E898CA (or 0xE898CA) is known color: Shocking. HEX triplet: E8, 98 and CA. RGB value is (232,152,202). Sum of RGB (Red+Green+Blue) = 232+152+202=586 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.59% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 232 - color contains mainly: red. Hex color #E898CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E898CA is #176735. Grayscale: #B5B5B5. Windows color (decimal): -1533750 or 13277416. OLE color: 13277416.
HSL color Cylindrical-coordinate representation of color #E898CA: hue angle of 322.5º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E898CA is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 152 | 202 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.09 |
| HSL | 322.5º | 0.63% | 0.75% | - |
| HSV(B) | 322.5º | 0.34% | 0.91% | - |
| XYZ | 55.17 | 43.88 | 61.44 | - |
| YUV | 181.62 | 139.5 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 202 | 0 | 0.34 | 0.13 | 0.09 | 322.5 | 0.63 | 0.75 |
| Hex | E8 | 98 | CA | 0 | 22 | D | 9 | 142 | 3F | 4B |
| Octal | 350 | 230 | 312 | 0 | 42 | 15 | 11 | 502 | 77 | 113 |
| Binary | 11101000 | 10011000 | 11001010 | 0 | 100010 | 1101 | 1001 | 101000010 | 111111 | 1001011 |
Color Harmonies of #E898CA
Complementary color
Monochromatic Colors of #E898CA
Black with #E898CA
Text Example
Text Example
White with #E898CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898CA; }
p { color: rgb(232,152,202); }
H1.HeaderClassName
{
color: #E898CA;
}
.AnyTagClassName
{
color: #E898CA;
}
</style>
background-color css
<style>
a { background-color: #E898CA; }
a { background-color: rgb(232,152,202); }
div.DivClassName
{
background-color: #E898CA;
}
.BgClassName
{
background-color: #E898CA;
}
</style>
border-color css
<style>
span { border-color: #E898CA; }
span { border-color: rgb(232,152,202); }
td.TdClassName
{
border-color: #E898CA;
}
.TagClassName
{
border-color: #E898CA;
}
</style>