Shades of Shocking #E199CC
Tints of Shocking #E199CC
RGB
CMYK
RGB Variations
Color information
#E199CC (or 0xE199CC) is known color: Shocking. HEX triplet: E1, 99 and CC. RGB value is (225,153,204). Sum of RGB (Red+Green+Blue) = 225+153+204=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E199CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199CC is #1E6633. Grayscale: #B4B4B4. Windows color (decimal): -1992244 or 13408737. OLE color: 13408737.
HSL color Cylindrical-coordinate representation of color #E199CC: hue angle of 317.5º 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 #E199CC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 204 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.12 |
| HSL | 317.5º | 0.55% | 0.74% | - |
| HSV(B) | 317.5º | 0.32% | 0.88% | - |
| XYZ | 53.34 | 43.15 | 62.64 | - |
| YUV | 180.34 | 141.35 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 204 | 0 | 0.32 | 0.09 | 0.12 | 317.5 | 0.55 | 0.74 |
| Hex | E1 | 99 | CC | 0 | 20 | 9 | C | 13E | 37 | 4A |
| Octal | 341 | 231 | 314 | 0 | 40 | 11 | 14 | 476 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11001100 | 0 | 100000 | 1001 | 1100 | 100111110 | 110111 | 1001010 |
Color Harmonies of #E199CC
Complementary color
Monochromatic Colors of #E199CC
Black with #E199CC
Text Example
Text Example
White with #E199CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199CC; }
p { color: rgb(225,153,204); }
H1.HeaderClassName
{
color: #E199CC;
}
.AnyTagClassName
{
color: #E199CC;
}
</style>
background-color css
<style>
a { background-color: #E199CC; }
a { background-color: rgb(225,153,204); }
div.DivClassName
{
background-color: #E199CC;
}
.BgClassName
{
background-color: #E199CC;
}
</style>
border-color css
<style>
span { border-color: #E199CC; }
span { border-color: rgb(225,153,204); }
td.TdClassName
{
border-color: #E199CC;
}
.TagClassName
{
border-color: #E199CC;
}
</style>