Shades of Shocking #E899BD
Tints of Shocking #E899BD
RGB
CMYK
RGB Variations
Color information
#E899BD (or 0xE899BD) is known color: Shocking. HEX triplet: E8, 99 and BD. RGB value is (232,153,189). Sum of RGB (Red+Green+Blue) = 232+153+189=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E899BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E899BD is #176642. Grayscale: #B4B4B4. Windows color (decimal): -1533507 or 12425704. OLE color: 12425704.
HSL color Cylindrical-coordinate representation of color #E899BD: hue angle of 332.66º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E899BD is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 153 | 189 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.09 |
| HSL | 332.66º | 0.63% | 0.75% | - |
| HSV(B) | 332.66º | 0.34% | 0.91% | - |
| XYZ | 53.86 | 43.61 | 53.72 | - |
| YUV | 180.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 189 | 0 | 0.34 | 0.19 | 0.09 | 332.66 | 0.63 | 0.75 |
| Hex | E8 | 99 | BD | 0 | 22 | 13 | 9 | 14D | 3F | 4B |
| Octal | 350 | 231 | 275 | 0 | 42 | 23 | 11 | 515 | 77 | 113 |
| Binary | 11101000 | 10011001 | 10111101 | 0 | 100010 | 10011 | 1001 | 101001101 | 111111 | 1001011 |
Color Harmonies of #E899BD
Complementary color
Monochromatic Colors of #E899BD
Black with #E899BD
Text Example
Text Example
White with #E899BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E899BD; }
p { color: rgb(232,153,189); }
H1.HeaderClassName
{
color: #E899BD;
}
.AnyTagClassName
{
color: #E899BD;
}
</style>
background-color css
<style>
a { background-color: #E899BD; }
a { background-color: rgb(232,153,189); }
div.DivClassName
{
background-color: #E899BD;
}
.BgClassName
{
background-color: #E899BD;
}
</style>
border-color css
<style>
span { border-color: #E899BD; }
span { border-color: rgb(232,153,189); }
td.TdClassName
{
border-color: #E899BD;
}
.TagClassName
{
border-color: #E899BD;
}
</style>