Shades of Shocking #E29DCB
Tints of Shocking #E29DCB
RGB
CMYK
RGB Variations
Color information
#E29DCB (or 0xE29DCB) is known color: Shocking. HEX triplet: E2, 9D and CB. RGB value is (226,157,203). Sum of RGB (Red+Green+Blue) = 226+157+203=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29DCB is #1D6234. Grayscale: #B6B6B6. Windows color (decimal): -1925685 or 13344226. OLE color: 13344226.
HSL color Cylindrical-coordinate representation of color #E29DCB: hue angle of 320º degrees, saturation: 0.54, 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 #E29DCB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 203 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.11 |
| HSL | 320º | 0.54% | 0.75% | - |
| HSV(B) | 320º | 0.31% | 0.89% | - |
| XYZ | 54.2 | 44.59 | 62.25 | - |
| YUV | 182.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 203 | 0 | 0.31 | 0.10 | 0.11 | 320 | 0.54 | 0.75 |
| Hex | E2 | 9D | CB | 0 | 1F | A | B | 140 | 36 | 4B |
| Octal | 342 | 235 | 313 | 0 | 37 | 12 | 13 | 500 | 66 | 113 |
| Binary | 11100010 | 10011101 | 11001011 | 0 | 11111 | 1010 | 1011 | 101000000 | 110110 | 1001011 |
Color Harmonies of #E29DCB
Complementary color
Monochromatic Colors of #E29DCB
Black with #E29DCB
Text Example
Text Example
White with #E29DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DCB; }
p { color: rgb(226,157,203); }
H1.HeaderClassName
{
color: #E29DCB;
}
.AnyTagClassName
{
color: #E29DCB;
}
</style>
background-color css
<style>
a { background-color: #E29DCB; }
a { background-color: rgb(226,157,203); }
div.DivClassName
{
background-color: #E29DCB;
}
.BgClassName
{
background-color: #E29DCB;
}
</style>
border-color css
<style>
span { border-color: #E29DCB; }
span { border-color: rgb(226,157,203); }
td.TdClassName
{
border-color: #E29DCB;
}
.TagClassName
{
border-color: #E29DCB;
}
</style>