Shades of Shocking #E29BCB
Tints of Shocking #E29BCB
RGB
CMYK
RGB Variations
Color information
#E29BCB (or 0xE29BCB) is known color: Shocking. HEX triplet: E2, 9B and CB. RGB value is (226,155,203). Sum of RGB (Red+Green+Blue) = 226+155+203=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BCB is #1D6434. Grayscale: #B5B5B5. Windows color (decimal): -1926197 or 13343714. OLE color: 13343714.
HSL color Cylindrical-coordinate representation of color #E29BCB: hue angle of 319.44º 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 #E29BCB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 203 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.11 |
| HSL | 319.44º | 0.55% | 0.75% | - |
| HSV(B) | 319.44º | 0.31% | 0.89% | - |
| XYZ | 53.86 | 43.92 | 62.14 | - |
| YUV | 181.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 203 | 0 | 0.31 | 0.10 | 0.11 | 319.44 | 0.55 | 0.75 |
| Hex | E2 | 9B | CB | 0 | 1F | A | B | 13F | 37 | 4B |
| Octal | 342 | 233 | 313 | 0 | 37 | 12 | 13 | 477 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11001011 | 0 | 11111 | 1010 | 1011 | 100111111 | 110111 | 1001011 |
Color Harmonies of #E29BCB
Complementary color
Monochromatic Colors of #E29BCB
Black with #E29BCB
Text Example
Text Example
White with #E29BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BCB; }
p { color: rgb(226,155,203); }
H1.HeaderClassName
{
color: #E29BCB;
}
.AnyTagClassName
{
color: #E29BCB;
}
</style>
background-color css
<style>
a { background-color: #E29BCB; }
a { background-color: rgb(226,155,203); }
div.DivClassName
{
background-color: #E29BCB;
}
.BgClassName
{
background-color: #E29BCB;
}
</style>
border-color css
<style>
span { border-color: #E29BCB; }
span { border-color: rgb(226,155,203); }
td.TdClassName
{
border-color: #E29BCB;
}
.TagClassName
{
border-color: #E29BCB;
}
</style>