Shades of Shocking #E5A3D0
Tints of Shocking #E5A3D0
RGB
CMYK
RGB Variations
Color information
#E5A3D0 (or 0xE5A3D0) is known color: Shocking. HEX triplet: E5, A3 and D0. RGB value is (229,163,208). Sum of RGB (Red+Green+Blue) = 229+163+208=600 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.17% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A3D0 is #1A5C2F. Grayscale: #BBBBBB. Windows color (decimal): -1727536 or 13673445. OLE color: 13673445.
HSL color Cylindrical-coordinate representation of color #E5A3D0: hue angle of 319.09º 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 #E5A3D0 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 208 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.10 |
| HSL | 319.09º | 0.56% | 0.77% | - |
| HSV(B) | 319.09º | 0.29% | 0.9% | - |
| XYZ | 56.8 | 47.41 | 65.83 | - |
| YUV | 187.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 208 | 0 | 0.29 | 0.09 | 0.10 | 319.09 | 0.56 | 0.77 |
| Hex | E5 | A3 | D0 | 0 | 1D | 9 | A | 13F | 38 | 4D |
| Octal | 345 | 243 | 320 | 0 | 35 | 11 | 12 | 477 | 70 | 115 |
| Binary | 11100101 | 10100011 | 11010000 | 0 | 11101 | 1001 | 1010 | 100111111 | 111000 | 1001101 |
Color Harmonies of #E5A3D0
Complementary color
Monochromatic Colors of #E5A3D0
Black with #E5A3D0
Text Example
Text Example
White with #E5A3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A3D0; }
p { color: rgb(229,163,208); }
H1.HeaderClassName
{
color: #E5A3D0;
}
.AnyTagClassName
{
color: #E5A3D0;
}
</style>
background-color css
<style>
a { background-color: #E5A3D0; }
a { background-color: rgb(229,163,208); }
div.DivClassName
{
background-color: #E5A3D0;
}
.BgClassName
{
background-color: #E5A3D0;
}
</style>
border-color css
<style>
span { border-color: #E5A3D0; }
span { border-color: rgb(229,163,208); }
td.TdClassName
{
border-color: #E5A3D0;
}
.TagClassName
{
border-color: #E5A3D0;
}
</style>