Shades of Shocking #E19CCA
Tints of Shocking #E19CCA
RGB
CMYK
RGB Variations
Color information
#E19CCA (or 0xE19CCA) is known color: Shocking. HEX triplet: E1, 9C and CA. RGB value is (225,156,202). Sum of RGB (Red+Green+Blue) = 225+156+202=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19CCA is #1E6335. Grayscale: #B5B5B5. Windows color (decimal): -1991478 or 13278433. OLE color: 13278433.
HSL color Cylindrical-coordinate representation of color #E19CCA: hue angle of 320º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19CCA is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 202 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.12 |
| HSL | 320º | 0.53% | 0.75% | - |
| HSV(B) | 320º | 0.31% | 0.88% | - |
| XYZ | 53.6 | 44.05 | 61.55 | - |
| YUV | 181.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 202 | 0 | 0.31 | 0.10 | 0.12 | 320 | 0.53 | 0.75 |
| Hex | E1 | 9C | CA | 0 | 1F | A | C | 140 | 35 | 4B |
| Octal | 341 | 234 | 312 | 0 | 37 | 12 | 14 | 500 | 65 | 113 |
| Binary | 11100001 | 10011100 | 11001010 | 0 | 11111 | 1010 | 1100 | 101000000 | 110101 | 1001011 |
Color Harmonies of #E19CCA
Complementary color
Monochromatic Colors of #E19CCA
Black with #E19CCA
Text Example
Text Example
White with #E19CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CCA; }
p { color: rgb(225,156,202); }
H1.HeaderClassName
{
color: #E19CCA;
}
.AnyTagClassName
{
color: #E19CCA;
}
</style>
background-color css
<style>
a { background-color: #E19CCA; }
a { background-color: rgb(225,156,202); }
div.DivClassName
{
background-color: #E19CCA;
}
.BgClassName
{
background-color: #E19CCA;
}
</style>
border-color css
<style>
span { border-color: #E19CCA; }
span { border-color: rgb(225,156,202); }
td.TdClassName
{
border-color: #E19CCA;
}
.TagClassName
{
border-color: #E19CCA;
}
</style>