Shades of Shocking #E499CE
Tints of Shocking #E499CE
RGB
CMYK
RGB Variations
Color information
#E499CE (or 0xE499CE) is known color: Shocking. HEX triplet: E4, 99 and CE. RGB value is (228,153,206). Sum of RGB (Red+Green+Blue) = 228+153+206=587 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.84% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 228 - color contains mainly: red. Hex color #E499CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499CE is #1B6631. Grayscale: #B5B5B5. Windows color (decimal): -1795634 or 13539812. OLE color: 13539812.
HSL color Cylindrical-coordinate representation of color #E499CE: hue angle of 317.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 #E499CE is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 206 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.11 |
| HSL | 317.6º | 0.58% | 0.75% | - |
| HSV(B) | 317.6º | 0.33% | 0.89% | - |
| XYZ | 54.53 | 43.73 | 63.96 | - |
| YUV | 181.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 206 | 0 | 0.33 | 0.10 | 0.11 | 317.6 | 0.58 | 0.75 |
| Hex | E4 | 99 | CE | 0 | 21 | A | B | 13E | 3A | 4B |
| Octal | 344 | 231 | 316 | 0 | 41 | 12 | 13 | 476 | 72 | 113 |
| Binary | 11100100 | 10011001 | 11001110 | 0 | 100001 | 1010 | 1011 | 100111110 | 111010 | 1001011 |
Color Harmonies of #E499CE
Complementary color
Monochromatic Colors of #E499CE
Black with #E499CE
Text Example
Text Example
White with #E499CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499CE; }
p { color: rgb(228,153,206); }
H1.HeaderClassName
{
color: #E499CE;
}
.AnyTagClassName
{
color: #E499CE;
}
</style>
background-color css
<style>
a { background-color: #E499CE; }
a { background-color: rgb(228,153,206); }
div.DivClassName
{
background-color: #E499CE;
}
.BgClassName
{
background-color: #E499CE;
}
</style>
border-color css
<style>
span { border-color: #E499CE; }
span { border-color: rgb(228,153,206); }
td.TdClassName
{
border-color: #E499CE;
}
.TagClassName
{
border-color: #E499CE;
}
</style>