Shades of Shocking #E199CA
Tints of Shocking #E199CA
RGB
CMYK
RGB Variations
Color information
#E199CA (or 0xE199CA) is known color: Shocking. HEX triplet: E1, 99 and CA. RGB value is (225,153,202). Sum of RGB (Red+Green+Blue) = 225+153+202=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E199CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199CA is #1E6635. Grayscale: #B3B3B3. Windows color (decimal): -1992246 or 13277665. OLE color: 13277665.
HSL color Cylindrical-coordinate representation of color #E199CA: hue angle of 319.17º 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 #E199CA is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 202 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.12 |
| HSL | 319.17º | 0.55% | 0.74% | - |
| HSV(B) | 319.17º | 0.32% | 0.88% | - |
| XYZ | 53.1 | 43.05 | 61.39 | - |
| YUV | 180.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 202 | 0 | 0.32 | 0.10 | 0.12 | 319.17 | 0.55 | 0.74 |
| Hex | E1 | 99 | CA | 0 | 20 | A | C | 13F | 37 | 4A |
| Octal | 341 | 231 | 312 | 0 | 40 | 12 | 14 | 477 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11001010 | 0 | 100000 | 1010 | 1100 | 100111111 | 110111 | 1001010 |
Color Harmonies of #E199CA
Complementary color
Monochromatic Colors of #E199CA
Black with #E199CA
Text Example
Text Example
White with #E199CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199CA; }
p { color: rgb(225,153,202); }
H1.HeaderClassName
{
color: #E199CA;
}
.AnyTagClassName
{
color: #E199CA;
}
</style>
background-color css
<style>
a { background-color: #E199CA; }
a { background-color: rgb(225,153,202); }
div.DivClassName
{
background-color: #E199CA;
}
.BgClassName
{
background-color: #E199CA;
}
</style>
border-color css
<style>
span { border-color: #E199CA; }
span { border-color: rgb(225,153,202); }
td.TdClassName
{
border-color: #E199CA;
}
.TagClassName
{
border-color: #E199CA;
}
</style>