Shades of Shocking #E29BCE
Tints of Shocking #E29BCE
RGB
CMYK
RGB Variations
Color information
#E29BCE (or 0xE29BCE) is known color: Shocking. HEX triplet: E2, 9B and CE. RGB value is (226,155,206). Sum of RGB (Red+Green+Blue) = 226+155+206=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BCE is #1D6431. Grayscale: #B5B5B5. Windows color (decimal): -1926194 or 13540322. OLE color: 13540322.
HSL color Cylindrical-coordinate representation of color #E29BCE: hue angle of 316.9º 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 #E29BCE is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 206 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.11 |
| HSL | 316.9º | 0.55% | 0.75% | - |
| HSV(B) | 316.9º | 0.31% | 0.89% | - |
| XYZ | 54.23 | 44.07 | 64.04 | - |
| YUV | 182.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 206 | 0 | 0.31 | 0.09 | 0.11 | 316.9 | 0.55 | 0.75 |
| Hex | E2 | 9B | CE | 0 | 1F | 9 | B | 13D | 37 | 4B |
| Octal | 342 | 233 | 316 | 0 | 37 | 11 | 13 | 475 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11001110 | 0 | 11111 | 1001 | 1011 | 100111101 | 110111 | 1001011 |
Color Harmonies of #E29BCE
Complementary color
Monochromatic Colors of #E29BCE
Black with #E29BCE
Text Example
Text Example
White with #E29BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BCE; }
p { color: rgb(226,155,206); }
H1.HeaderClassName
{
color: #E29BCE;
}
.AnyTagClassName
{
color: #E29BCE;
}
</style>
background-color css
<style>
a { background-color: #E29BCE; }
a { background-color: rgb(226,155,206); }
div.DivClassName
{
background-color: #E29BCE;
}
.BgClassName
{
background-color: #E29BCE;
}
</style>
border-color css
<style>
span { border-color: #E29BCE; }
span { border-color: rgb(226,155,206); }
td.TdClassName
{
border-color: #E29BCE;
}
.TagClassName
{
border-color: #E29BCE;
}
</style>