Shades of Shocking #E29CCC
Tints of Shocking #E29CCC
RGB
CMYK
RGB Variations
Color information
#E29CCC (or 0xE29CCC) is known color: Shocking. HEX triplet: E2, 9C and CC. RGB value is (226,156,204). Sum of RGB (Red+Green+Blue) = 226+156+204=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CCC is #1D6333. Grayscale: #B6B6B6. Windows color (decimal): -1925940 or 13409506. OLE color: 13409506.
HSL color Cylindrical-coordinate representation of color #E29CCC: hue angle of 318.86º 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 #E29CCC is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 204 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.11 |
| HSL | 318.86º | 0.55% | 0.75% | - |
| HSV(B) | 318.86º | 0.31% | 0.89% | - |
| XYZ | 54.15 | 44.31 | 62.82 | - |
| YUV | 182.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 204 | 0 | 0.31 | 0.10 | 0.11 | 318.86 | 0.55 | 0.75 |
| Hex | E2 | 9C | CC | 0 | 1F | A | B | 13F | 37 | 4B |
| Octal | 342 | 234 | 314 | 0 | 37 | 12 | 13 | 477 | 67 | 113 |
| Binary | 11100010 | 10011100 | 11001100 | 0 | 11111 | 1010 | 1011 | 100111111 | 110111 | 1001011 |
Color Harmonies of #E29CCC
Complementary color
Monochromatic Colors of #E29CCC
Black with #E29CCC
Text Example
Text Example
White with #E29CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CCC; }
p { color: rgb(226,156,204); }
H1.HeaderClassName
{
color: #E29CCC;
}
.AnyTagClassName
{
color: #E29CCC;
}
</style>
background-color css
<style>
a { background-color: #E29CCC; }
a { background-color: rgb(226,156,204); }
div.DivClassName
{
background-color: #E29CCC;
}
.BgClassName
{
background-color: #E29CCC;
}
</style>
border-color css
<style>
span { border-color: #E29CCC; }
span { border-color: rgb(226,156,204); }
td.TdClassName
{
border-color: #E29CCC;
}
.TagClassName
{
border-color: #E29CCC;
}
</style>