Shades of Shocking #E28CCA
Tints of Shocking #E28CCA
RGB
CMYK
RGB Variations
Color information
#E28CCA (or 0xE28CCA) is known color: Shocking. HEX triplet: E2, 8C and CA. RGB value is (226,140,202). Sum of RGB (Red+Green+Blue) = 226+140+202=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E28CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28CCA is #1D7335. Grayscale: #ACACAC. Windows color (decimal): -1930038 or 13274338. OLE color: 13274338.
HSL color Cylindrical-coordinate representation of color #E28CCA: hue angle of 316.74º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28CCA is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 140 | 202 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.11 |
| HSL | 316.74º | 0.6% | 0.72% | - |
| HSV(B) | 316.74º | 0.38% | 0.89% | - |
| XYZ | 51.4 | 39.19 | 60.73 | - |
| YUV | 172.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 140 | 202 | 0 | 0.38 | 0.11 | 0.11 | 316.74 | 0.6 | 0.72 |
| Hex | E2 | 8C | CA | 0 | 26 | B | B | 13D | 3C | 48 |
| Octal | 342 | 214 | 312 | 0 | 46 | 13 | 13 | 475 | 74 | 110 |
| Binary | 11100010 | 10001100 | 11001010 | 0 | 100110 | 1011 | 1011 | 100111101 | 111100 | 1001000 |
Color Harmonies of #E28CCA
Complementary color
Monochromatic Colors of #E28CCA
Black with #E28CCA
Text Example
Text Example
White with #E28CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28CCA; }
p { color: rgb(226,140,202); }
H1.HeaderClassName
{
color: #E28CCA;
}
.AnyTagClassName
{
color: #E28CCA;
}
</style>
background-color css
<style>
a { background-color: #E28CCA; }
a { background-color: rgb(226,140,202); }
div.DivClassName
{
background-color: #E28CCA;
}
.BgClassName
{
background-color: #E28CCA;
}
</style>
border-color css
<style>
span { border-color: #E28CCA; }
span { border-color: rgb(226,140,202); }
td.TdClassName
{
border-color: #E28CCA;
}
.TagClassName
{
border-color: #E28CCA;
}
</style>