Shades of Shocking #E0A5CB
Tints of Shocking #E0A5CB
RGB
CMYK
RGB Variations
Color information
#E0A5CB (or 0xE0A5CB) is known color: Shocking. HEX triplet: E0, A5 and CB. RGB value is (224,165,203). Sum of RGB (Red+Green+Blue) = 224+165+203=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A5CB is #1F5A34. Grayscale: #BABABA. Windows color (decimal): -2054709 or 13346272. OLE color: 13346272.
HSL color Cylindrical-coordinate representation of color #E0A5CB: hue angle of 321.36º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0A5CB is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 165 | 203 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.12 |
| HSL | 321.36º | 0.49% | 0.76% | - |
| HSV(B) | 321.36º | 0.26% | 0.88% | - |
| XYZ | 54.98 | 47.07 | 62.69 | - |
| YUV | 186.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 203 | 0 | 0.26 | 0.09 | 0.12 | 321.36 | 0.49 | 0.76 |
| Hex | E0 | A5 | CB | 0 | 1A | 9 | C | 141 | 31 | 4C |
| Octal | 340 | 245 | 313 | 0 | 32 | 11 | 14 | 501 | 61 | 114 |
| Binary | 11100000 | 10100101 | 11001011 | 0 | 11010 | 1001 | 1100 | 101000001 | 110001 | 1001100 |
Color Harmonies of #E0A5CB
Complementary color
Monochromatic Colors of #E0A5CB
Black with #E0A5CB
Text Example
Text Example
White with #E0A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A5CB; }
p { color: rgb(224,165,203); }
H1.HeaderClassName
{
color: #E0A5CB;
}
.AnyTagClassName
{
color: #E0A5CB;
}
</style>
background-color css
<style>
a { background-color: #E0A5CB; }
a { background-color: rgb(224,165,203); }
div.DivClassName
{
background-color: #E0A5CB;
}
.BgClassName
{
background-color: #E0A5CB;
}
</style>
border-color css
<style>
span { border-color: #E0A5CB; }
span { border-color: rgb(224,165,203); }
td.TdClassName
{
border-color: #E0A5CB;
}
.TagClassName
{
border-color: #E0A5CB;
}
</style>