Shades of Shocking #E495CC
Tints of Shocking #E495CC
RGB
CMYK
RGB Variations
Color information
#E495CC (or 0xE495CC) is known color: Shocking. HEX triplet: E4, 95 and CC. RGB value is (228,149,204). Sum of RGB (Red+Green+Blue) = 228+149+204=581 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.24% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 228 - color contains mainly: red. Hex color #E495CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495CC is #1B6A33. Grayscale: #B2B2B2. Windows color (decimal): -1796660 or 13407716. OLE color: 13407716.
HSL color Cylindrical-coordinate representation of color #E495CC: hue angle of 318.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E495CC is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 204 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.11 |
| HSL | 318.23º | 0.59% | 0.74% | - |
| HSV(B) | 318.23º | 0.35% | 0.89% | - |
| XYZ | 53.64 | 42.35 | 62.47 | - |
| YUV | 178.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 204 | 0 | 0.35 | 0.11 | 0.11 | 318.23 | 0.59 | 0.74 |
| Hex | E4 | 95 | CC | 0 | 23 | B | B | 13E | 3B | 4A |
| Octal | 344 | 225 | 314 | 0 | 43 | 13 | 13 | 476 | 73 | 112 |
| Binary | 11100100 | 10010101 | 11001100 | 0 | 100011 | 1011 | 1011 | 100111110 | 111011 | 1001010 |
Color Harmonies of #E495CC
Complementary color
Monochromatic Colors of #E495CC
Black with #E495CC
Text Example
Text Example
White with #E495CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495CC; }
p { color: rgb(228,149,204); }
H1.HeaderClassName
{
color: #E495CC;
}
.AnyTagClassName
{
color: #E495CC;
}
</style>
background-color css
<style>
a { background-color: #E495CC; }
a { background-color: rgb(228,149,204); }
div.DivClassName
{
background-color: #E495CC;
}
.BgClassName
{
background-color: #E495CC;
}
</style>
border-color css
<style>
span { border-color: #E495CC; }
span { border-color: rgb(228,149,204); }
td.TdClassName
{
border-color: #E495CC;
}
.TagClassName
{
border-color: #E495CC;
}
</style>