Shades of Shocking #E29BCD
Tints of Shocking #E29BCD
RGB
CMYK
RGB Variations
Color information
#E29BCD (or 0xE29BCD) is known color: Shocking. HEX triplet: E2, 9B and CD. RGB value is (226,155,205). Sum of RGB (Red+Green+Blue) = 226+155+205=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BCD is #1D6432. Grayscale: #B5B5B5. Windows color (decimal): -1926195 or 13474786. OLE color: 13474786.
HSL color Cylindrical-coordinate representation of color #E29BCD: hue angle of 317.75º 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 #E29BCD is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 205 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.11 |
| HSL | 317.75º | 0.55% | 0.75% | - |
| HSV(B) | 317.75º | 0.31% | 0.89% | - |
| XYZ | 54.1 | 44.02 | 63.4 | - |
| YUV | 181.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 205 | 0 | 0.31 | 0.09 | 0.11 | 317.75 | 0.55 | 0.75 |
| Hex | E2 | 9B | CD | 0 | 1F | 9 | B | 13E | 37 | 4B |
| Octal | 342 | 233 | 315 | 0 | 37 | 11 | 13 | 476 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11001101 | 0 | 11111 | 1001 | 1011 | 100111110 | 110111 | 1001011 |
Color Harmonies of #E29BCD
Complementary color
Monochromatic Colors of #E29BCD
Black with #E29BCD
Text Example
Text Example
White with #E29BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BCD; }
p { color: rgb(226,155,205); }
H1.HeaderClassName
{
color: #E29BCD;
}
.AnyTagClassName
{
color: #E29BCD;
}
</style>
background-color css
<style>
a { background-color: #E29BCD; }
a { background-color: rgb(226,155,205); }
div.DivClassName
{
background-color: #E29BCD;
}
.BgClassName
{
background-color: #E29BCD;
}
</style>
border-color css
<style>
span { border-color: #E29BCD; }
span { border-color: rgb(226,155,205); }
td.TdClassName
{
border-color: #E29BCD;
}
.TagClassName
{
border-color: #E29BCD;
}
</style>