Shades of Shocking #E29CCA
Tints of Shocking #E29CCA
RGB
CMYK
RGB Variations
Color information
#E29CCA (or 0xE29CCA) is known color: Shocking. HEX triplet: E2, 9C and CA. RGB value is (226,156,202). Sum of RGB (Red+Green+Blue) = 226+156+202=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CCA is #1D6335. Grayscale: #B6B6B6. Windows color (decimal): -1925942 or 13278434. OLE color: 13278434.
HSL color Cylindrical-coordinate representation of color #E29CCA: hue angle of 320.57º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29CCA is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 202 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.11 |
| HSL | 320.57º | 0.55% | 0.75% | - |
| HSV(B) | 320.57º | 0.31% | 0.89% | - |
| XYZ | 53.91 | 44.21 | 61.57 | - |
| YUV | 182.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 202 | 0 | 0.31 | 0.11 | 0.11 | 320.57 | 0.55 | 0.75 |
| Hex | E2 | 9C | CA | 0 | 1F | B | B | 141 | 37 | 4B |
| Octal | 342 | 234 | 312 | 0 | 37 | 13 | 13 | 501 | 67 | 113 |
| Binary | 11100010 | 10011100 | 11001010 | 0 | 11111 | 1011 | 1011 | 101000001 | 110111 | 1001011 |
Color Harmonies of #E29CCA
Complementary color
Monochromatic Colors of #E29CCA
Black with #E29CCA
Text Example
Text Example
White with #E29CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CCA; }
p { color: rgb(226,156,202); }
H1.HeaderClassName
{
color: #E29CCA;
}
.AnyTagClassName
{
color: #E29CCA;
}
</style>
background-color css
<style>
a { background-color: #E29CCA; }
a { background-color: rgb(226,156,202); }
div.DivClassName
{
background-color: #E29CCA;
}
.BgClassName
{
background-color: #E29CCA;
}
</style>
border-color css
<style>
span { border-color: #E29CCA; }
span { border-color: rgb(226,156,202); }
td.TdClassName
{
border-color: #E29CCA;
}
.TagClassName
{
border-color: #E29CCA;
}
</style>