Shades of Shocking #E5A2D0
Tints of Shocking #E5A2D0
RGB
CMYK
RGB Variations
Color information
#E5A2D0 (or 0xE5A2D0) is known color: Shocking. HEX triplet: E5, A2 and D0. RGB value is (229,162,208). Sum of RGB (Red+Green+Blue) = 229+162+208=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 162 (63.67% from 255 or 27.05% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A2D0 is #1A5D2F. Grayscale: #BBBBBB. Windows color (decimal): -1727792 or 13673189. OLE color: 13673189.
HSL color Cylindrical-coordinate representation of color #E5A2D0: hue angle of 318.81º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A2D0 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 208 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.10 |
| HSL | 318.81º | 0.56% | 0.77% | - |
| HSV(B) | 318.81º | 0.29% | 0.9% | - |
| XYZ | 56.62 | 47.05 | 65.77 | - |
| YUV | 187.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 208 | 0 | 0.29 | 0.09 | 0.10 | 318.81 | 0.56 | 0.77 |
| Hex | E5 | A2 | D0 | 0 | 1D | 9 | A | 13F | 38 | 4D |
| Octal | 345 | 242 | 320 | 0 | 35 | 11 | 12 | 477 | 70 | 115 |
| Binary | 11100101 | 10100010 | 11010000 | 0 | 11101 | 1001 | 1010 | 100111111 | 111000 | 1001101 |
Color Harmonies of #E5A2D0
Complementary color
Monochromatic Colors of #E5A2D0
Black with #E5A2D0
Text Example
Text Example
White with #E5A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A2D0; }
p { color: rgb(229,162,208); }
H1.HeaderClassName
{
color: #E5A2D0;
}
.AnyTagClassName
{
color: #E5A2D0;
}
</style>
background-color css
<style>
a { background-color: #E5A2D0; }
a { background-color: rgb(229,162,208); }
div.DivClassName
{
background-color: #E5A2D0;
}
.BgClassName
{
background-color: #E5A2D0;
}
</style>
border-color css
<style>
span { border-color: #E5A2D0; }
span { border-color: rgb(229,162,208); }
td.TdClassName
{
border-color: #E5A2D0;
}
.TagClassName
{
border-color: #E5A2D0;
}
</style>