Shades of Shocking #E99BCE
Tints of Shocking #E99BCE
RGB
CMYK
RGB Variations
Color information
#E99BCE (or 0xE99BCE) is known color: Shocking. HEX triplet: E9, 9B and CE. RGB value is (233,155,206). Sum of RGB (Red+Green+Blue) = 233+155+206=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E99BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99BCE is #166431. Grayscale: #B8B8B8. Windows color (decimal): -1467442 or 13540329. OLE color: 13540329.
HSL color Cylindrical-coordinate representation of color #E99BCE: hue angle of 320.77º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99BCE is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 206 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.09 |
| HSL | 320.77º | 0.64% | 0.76% | - |
| HSV(B) | 320.77º | 0.33% | 0.91% | - |
| XYZ | 56.47 | 45.22 | 64.15 | - |
| YUV | 184.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 206 | 0 | 0.33 | 0.12 | 0.09 | 320.77 | 0.64 | 0.76 |
| Hex | E9 | 9B | CE | 0 | 21 | C | 9 | 141 | 40 | 4C |
| Octal | 351 | 233 | 316 | 0 | 41 | 14 | 11 | 501 | 100 | 114 |
| Binary | 11101001 | 10011011 | 11001110 | 0 | 100001 | 1100 | 1001 | 101000001 | 1000000 | 1001100 |
Color Harmonies of #E99BCE
Complementary color
Monochromatic Colors of #E99BCE
Black with #E99BCE
Text Example
Text Example
White with #E99BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99BCE; }
p { color: rgb(233,155,206); }
H1.HeaderClassName
{
color: #E99BCE;
}
.AnyTagClassName
{
color: #E99BCE;
}
</style>
background-color css
<style>
a { background-color: #E99BCE; }
a { background-color: rgb(233,155,206); }
div.DivClassName
{
background-color: #E99BCE;
}
.BgClassName
{
background-color: #E99BCE;
}
</style>
border-color css
<style>
span { border-color: #E99BCE; }
span { border-color: rgb(233,155,206); }
td.TdClassName
{
border-color: #E99BCE;
}
.TagClassName
{
border-color: #E99BCE;
}
</style>