Shades of Shocking #E29CCD
Tints of Shocking #E29CCD
RGB
CMYK
RGB Variations
Color information
#E29CCD (or 0xE29CCD) is known color: Shocking. HEX triplet: E2, 9C and CD. RGB value is (226,156,205). Sum of RGB (Red+Green+Blue) = 226+156+205=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CCD is #1D6332. Grayscale: #B6B6B6. Windows color (decimal): -1925939 or 13475042. OLE color: 13475042.
HSL color Cylindrical-coordinate representation of color #E29CCD: hue angle of 318º 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 #E29CCD is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 205 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.11 |
| HSL | 318º | 0.55% | 0.75% | - |
| HSV(B) | 318º | 0.31% | 0.89% | - |
| XYZ | 54.27 | 44.35 | 63.46 | - |
| YUV | 182.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 205 | 0 | 0.31 | 0.09 | 0.11 | 318 | 0.55 | 0.75 |
| Hex | E2 | 9C | CD | 0 | 1F | 9 | B | 13E | 37 | 4B |
| Octal | 342 | 234 | 315 | 0 | 37 | 11 | 13 | 476 | 67 | 113 |
| Binary | 11100010 | 10011100 | 11001101 | 0 | 11111 | 1001 | 1011 | 100111110 | 110111 | 1001011 |
Color Harmonies of #E29CCD
Complementary color
Monochromatic Colors of #E29CCD
Black with #E29CCD
Text Example
Text Example
White with #E29CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CCD; }
p { color: rgb(226,156,205); }
H1.HeaderClassName
{
color: #E29CCD;
}
.AnyTagClassName
{
color: #E29CCD;
}
</style>
background-color css
<style>
a { background-color: #E29CCD; }
a { background-color: rgb(226,156,205); }
div.DivClassName
{
background-color: #E29CCD;
}
.BgClassName
{
background-color: #E29CCD;
}
</style>
border-color css
<style>
span { border-color: #E29CCD; }
span { border-color: rgb(226,156,205); }
td.TdClassName
{
border-color: #E29CCD;
}
.TagClassName
{
border-color: #E29CCD;
}
</style>