Shades of Shocking #E495BD
Tints of Shocking #E495BD
RGB
CMYK
RGB Variations
Color information
#E495BD (or 0xE495BD) is known color: Shocking. HEX triplet: E4, 95 and BD. RGB value is (228,149,189). Sum of RGB (Red+Green+Blue) = 228+149+189=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 228 - color contains mainly: red. Hex color #E495BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E495BD is #1B6A42. Grayscale: #B1B1B1. Windows color (decimal): -1796675 or 12424676. OLE color: 12424676.
HSL color Cylindrical-coordinate representation of color #E495BD: hue angle of 329.62º 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 #E495BD is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 189 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.11 |
| HSL | 329.62º | 0.59% | 0.74% | - |
| HSV(B) | 329.62º | 0.35% | 0.89% | - |
| XYZ | 51.93 | 41.66 | 53.45 | - |
| YUV | 177.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 189 | 0 | 0.35 | 0.17 | 0.11 | 329.62 | 0.59 | 0.74 |
| Hex | E4 | 95 | BD | 0 | 23 | 11 | B | 14A | 3B | 4A |
| Octal | 344 | 225 | 275 | 0 | 43 | 21 | 13 | 512 | 73 | 112 |
| Binary | 11100100 | 10010101 | 10111101 | 0 | 100011 | 10001 | 1011 | 101001010 | 111011 | 1001010 |
Color Harmonies of #E495BD
Complementary color
Monochromatic Colors of #E495BD
Black with #E495BD
Text Example
Text Example
White with #E495BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495BD; }
p { color: rgb(228,149,189); }
H1.HeaderClassName
{
color: #E495BD;
}
.AnyTagClassName
{
color: #E495BD;
}
</style>
background-color css
<style>
a { background-color: #E495BD; }
a { background-color: rgb(228,149,189); }
div.DivClassName
{
background-color: #E495BD;
}
.BgClassName
{
background-color: #E495BD;
}
</style>
border-color css
<style>
span { border-color: #E495BD; }
span { border-color: rgb(228,149,189); }
td.TdClassName
{
border-color: #E495BD;
}
.TagClassName
{
border-color: #E495BD;
}
</style>