Shades of Shocking #E29BCC
Tints of Shocking #E29BCC
RGB
CMYK
RGB Variations
Color information
#E29BCC (or 0xE29BCC) is known color: Shocking. HEX triplet: E2, 9B and CC. RGB value is (226,155,204). Sum of RGB (Red+Green+Blue) = 226+155+204=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BCC is #1D6433. Grayscale: #B5B5B5. Windows color (decimal): -1926196 or 13409250. OLE color: 13409250.
HSL color Cylindrical-coordinate representation of color #E29BCC: hue angle of 318.59º 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 #E29BCC is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 155 | 204 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.11 |
| HSL | 318.59º | 0.55% | 0.75% | - |
| HSV(B) | 318.59º | 0.31% | 0.89% | - |
| XYZ | 53.98 | 43.97 | 62.77 | - |
| YUV | 181.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 155 | 204 | 0 | 0.31 | 0.10 | 0.11 | 318.59 | 0.55 | 0.75 |
| Hex | E2 | 9B | CC | 0 | 1F | A | B | 13F | 37 | 4B |
| Octal | 342 | 233 | 314 | 0 | 37 | 12 | 13 | 477 | 67 | 113 |
| Binary | 11100010 | 10011011 | 11001100 | 0 | 11111 | 1010 | 1011 | 100111111 | 110111 | 1001011 |
Color Harmonies of #E29BCC
Complementary color
Monochromatic Colors of #E29BCC
Black with #E29BCC
Text Example
Text Example
White with #E29BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29BCC; }
p { color: rgb(226,155,204); }
H1.HeaderClassName
{
color: #E29BCC;
}
.AnyTagClassName
{
color: #E29BCC;
}
</style>
background-color css
<style>
a { background-color: #E29BCC; }
a { background-color: rgb(226,155,204); }
div.DivClassName
{
background-color: #E29BCC;
}
.BgClassName
{
background-color: #E29BCC;
}
</style>
border-color css
<style>
span { border-color: #E29BCC; }
span { border-color: rgb(226,155,204); }
td.TdClassName
{
border-color: #E29BCC;
}
.TagClassName
{
border-color: #E29BCC;
}
</style>