Shades of Shocking #E198CA
Tints of Shocking #E198CA
RGB
CMYK
RGB Variations
Color information
#E198CA (or 0xE198CA) is known color: Shocking. HEX triplet: E1, 98 and CA. RGB value is (225,152,202). Sum of RGB (Red+Green+Blue) = 225+152+202=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E198CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E198CA is #1E6735. Grayscale: #B3B3B3. Windows color (decimal): -1992502 or 13277409. OLE color: 13277409.
HSL color Cylindrical-coordinate representation of color #E198CA: hue angle of 318.9º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E198CA is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 202 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.12 |
| HSL | 318.9º | 0.55% | 0.74% | - |
| HSV(B) | 318.9º | 0.32% | 0.88% | - |
| XYZ | 52.94 | 42.73 | 61.33 | - |
| YUV | 179.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 202 | 0 | 0.32 | 0.10 | 0.12 | 318.9 | 0.55 | 0.74 |
| Hex | E1 | 98 | CA | 0 | 20 | A | C | 13F | 37 | 4A |
| Octal | 341 | 230 | 312 | 0 | 40 | 12 | 14 | 477 | 67 | 112 |
| Binary | 11100001 | 10011000 | 11001010 | 0 | 100000 | 1010 | 1100 | 100111111 | 110111 | 1001010 |
Color Harmonies of #E198CA
Complementary color
Monochromatic Colors of #E198CA
Black with #E198CA
Text Example
Text Example
White with #E198CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E198CA; }
p { color: rgb(225,152,202); }
H1.HeaderClassName
{
color: #E198CA;
}
.AnyTagClassName
{
color: #E198CA;
}
</style>
background-color css
<style>
a { background-color: #E198CA; }
a { background-color: rgb(225,152,202); }
div.DivClassName
{
background-color: #E198CA;
}
.BgClassName
{
background-color: #E198CA;
}
</style>
border-color css
<style>
span { border-color: #E198CA; }
span { border-color: rgb(225,152,202); }
td.TdClassName
{
border-color: #E198CA;
}
.TagClassName
{
border-color: #E198CA;
}
</style>