Shades of Shocking #E29ECB
Tints of Shocking #E29ECB
RGB
CMYK
RGB Variations
Color information
#E29ECB (or 0xE29ECB) is known color: Shocking. HEX triplet: E2, 9E and CB. RGB value is (226,158,203). Sum of RGB (Red+Green+Blue) = 226+158+203=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ECB is #1D6134. Grayscale: #B7B7B7. Windows color (decimal): -1925429 or 13344482. OLE color: 13344482.
HSL color Cylindrical-coordinate representation of color #E29ECB: hue angle of 320.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29ECB is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 203 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.11 |
| HSL | 320.29º | 0.54% | 0.75% | - |
| HSV(B) | 320.29º | 0.3% | 0.89% | - |
| XYZ | 54.37 | 44.93 | 62.31 | - |
| YUV | 183.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 203 | 0 | 0.30 | 0.10 | 0.11 | 320.29 | 0.54 | 0.75 |
| Hex | E2 | 9E | CB | 0 | 1E | A | B | 140 | 36 | 4B |
| Octal | 342 | 236 | 313 | 0 | 36 | 12 | 13 | 500 | 66 | 113 |
| Binary | 11100010 | 10011110 | 11001011 | 0 | 11110 | 1010 | 1011 | 101000000 | 110110 | 1001011 |
Color Harmonies of #E29ECB
Complementary color
Monochromatic Colors of #E29ECB
Black with #E29ECB
Text Example
Text Example
White with #E29ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29ECB; }
p { color: rgb(226,158,203); }
H1.HeaderClassName
{
color: #E29ECB;
}
.AnyTagClassName
{
color: #E29ECB;
}
</style>
background-color css
<style>
a { background-color: #E29ECB; }
a { background-color: rgb(226,158,203); }
div.DivClassName
{
background-color: #E29ECB;
}
.BgClassName
{
background-color: #E29ECB;
}
</style>
border-color css
<style>
span { border-color: #E29ECB; }
span { border-color: rgb(226,158,203); }
td.TdClassName
{
border-color: #E29ECB;
}
.TagClassName
{
border-color: #E29ECB;
}
</style>