Shades of Shocking #E499CD
Tints of Shocking #E499CD
RGB
CMYK
RGB Variations
Color information
#E499CD (or 0xE499CD) is known color: Shocking. HEX triplet: E4, 99 and CD. RGB value is (228,153,205). Sum of RGB (Red+Green+Blue) = 228+153+205=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 228 - color contains mainly: red. Hex color #E499CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E499CD is #1B6632. Grayscale: #B5B5B5. Windows color (decimal): -1795635 or 13474276. OLE color: 13474276.
HSL color Cylindrical-coordinate representation of color #E499CD: hue angle of 318.4º 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 #E499CD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 205 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.11 |
| HSL | 318.4º | 0.58% | 0.75% | - |
| HSV(B) | 318.4º | 0.33% | 0.89% | - |
| XYZ | 54.41 | 43.68 | 63.32 | - |
| YUV | 181.35 | 141.35 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 205 | 0 | 0.33 | 0.10 | 0.11 | 318.4 | 0.58 | 0.75 |
| Hex | E4 | 99 | CD | 0 | 21 | A | B | 13E | 3A | 4B |
| Octal | 344 | 231 | 315 | 0 | 41 | 12 | 13 | 476 | 72 | 113 |
| Binary | 11100100 | 10011001 | 11001101 | 0 | 100001 | 1010 | 1011 | 100111110 | 111010 | 1001011 |
Color Harmonies of #E499CD
Complementary color
Monochromatic Colors of #E499CD
Black with #E499CD
Text Example
Text Example
White with #E499CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499CD; }
p { color: rgb(228,153,205); }
H1.HeaderClassName
{
color: #E499CD;
}
.AnyTagClassName
{
color: #E499CD;
}
</style>
background-color css
<style>
a { background-color: #E499CD; }
a { background-color: rgb(228,153,205); }
div.DivClassName
{
background-color: #E499CD;
}
.BgClassName
{
background-color: #E499CD;
}
</style>
border-color css
<style>
span { border-color: #E499CD; }
span { border-color: rgb(228,153,205); }
td.TdClassName
{
border-color: #E499CD;
}
.TagClassName
{
border-color: #E499CD;
}
</style>