Shades of Shocking #E199CD
Tints of Shocking #E199CD
RGB
CMYK
RGB Variations
Color information
#E199CD (or 0xE199CD) is known color: Shocking. HEX triplet: E1, 99 and CD. RGB value is (225,153,205). Sum of RGB (Red+Green+Blue) = 225+153+205=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E199CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E199CD is #1E6632. Grayscale: #B4B4B4. Windows color (decimal): -1992243 or 13474273. OLE color: 13474273.
HSL color Cylindrical-coordinate representation of color #E199CD: hue angle of 316.67º 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 #E199CD is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 205 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.12 |
| HSL | 316.67º | 0.55% | 0.74% | - |
| HSV(B) | 316.67º | 0.32% | 0.88% | - |
| XYZ | 53.46 | 43.2 | 63.28 | - |
| YUV | 180.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 205 | 0 | 0.32 | 0.09 | 0.12 | 316.67 | 0.55 | 0.74 |
| Hex | E1 | 99 | CD | 0 | 20 | 9 | C | 13D | 37 | 4A |
| Octal | 341 | 231 | 315 | 0 | 40 | 11 | 14 | 475 | 67 | 112 |
| Binary | 11100001 | 10011001 | 11001101 | 0 | 100000 | 1001 | 1100 | 100111101 | 110111 | 1001010 |
Color Harmonies of #E199CD
Complementary color
Monochromatic Colors of #E199CD
Black with #E199CD
Text Example
Text Example
White with #E199CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199CD; }
p { color: rgb(225,153,205); }
H1.HeaderClassName
{
color: #E199CD;
}
.AnyTagClassName
{
color: #E199CD;
}
</style>
background-color css
<style>
a { background-color: #E199CD; }
a { background-color: rgb(225,153,205); }
div.DivClassName
{
background-color: #E199CD;
}
.BgClassName
{
background-color: #E199CD;
}
</style>
border-color css
<style>
span { border-color: #E199CD; }
span { border-color: rgb(225,153,205); }
td.TdClassName
{
border-color: #E199CD;
}
.TagClassName
{
border-color: #E199CD;
}
</style>