Shades of Shocking #E499BF
Tints of Shocking #E499BF
RGB
CMYK
RGB Variations
Color information
#E499BF (or 0xE499BF) is known color: Shocking. HEX triplet: E4, 99 and BF. RGB value is (228,153,191). Sum of RGB (Red+Green+Blue) = 228+153+191=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 191 (75% from 255 or 33.39% from 572); Max value from RGB is 228 - color contains mainly: red. Hex color #E499BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499BF is #1B6640. Grayscale: #B3B3B3. Windows color (decimal): -1795649 or 12556772. OLE color: 12556772.
HSL color Cylindrical-coordinate representation of color #E499BF: hue angle of 329.6º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E499BF is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 191 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.11 |
| HSL | 329.6º | 0.58% | 0.75% | - |
| HSV(B) | 329.6º | 0.33% | 0.89% | - |
| XYZ | 52.79 | 43.04 | 54.82 | - |
| YUV | 179.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 191 | 0 | 0.33 | 0.16 | 0.11 | 329.6 | 0.58 | 0.75 |
| Hex | E4 | 99 | BF | 0 | 21 | 10 | B | 14A | 3A | 4B |
| Octal | 344 | 231 | 277 | 0 | 41 | 20 | 13 | 512 | 72 | 113 |
| Binary | 11100100 | 10011001 | 10111111 | 0 | 100001 | 10000 | 1011 | 101001010 | 111010 | 1001011 |
Color Harmonies of #E499BF
Complementary color
Monochromatic Colors of #E499BF
Black with #E499BF
Text Example
Text Example
White with #E499BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499BF; }
p { color: rgb(228,153,191); }
H1.HeaderClassName
{
color: #E499BF;
}
.AnyTagClassName
{
color: #E499BF;
}
</style>
background-color css
<style>
a { background-color: #E499BF; }
a { background-color: rgb(228,153,191); }
div.DivClassName
{
background-color: #E499BF;
}
.BgClassName
{
background-color: #E499BF;
}
</style>
border-color css
<style>
span { border-color: #E499BF; }
span { border-color: rgb(228,153,191); }
td.TdClassName
{
border-color: #E499BF;
}
.TagClassName
{
border-color: #E499BF;
}
</style>