Shades of Shocking #E1A5CB
Tints of Shocking #E1A5CB
RGB
CMYK
RGB Variations
Color information
#E1A5CB (or 0xE1A5CB) is known color: Shocking. HEX triplet: E1, A5 and CB. RGB value is (225,165,203). Sum of RGB (Red+Green+Blue) = 225+165+203=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 165 (64.84% from 255 or 27.82% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A5CB is #1E5A34. Grayscale: #BBBBBB. Windows color (decimal): -1989173 or 13346273. OLE color: 13346273.
HSL color Cylindrical-coordinate representation of color #E1A5CB: hue angle of 322º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A5CB is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 203 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.12 |
| HSL | 322º | 0.5% | 0.76% | - |
| HSV(B) | 322º | 0.27% | 0.88% | - |
| XYZ | 55.29 | 47.23 | 62.7 | - |
| YUV | 187.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 203 | 0 | 0.27 | 0.10 | 0.12 | 322 | 0.5 | 0.76 |
| Hex | E1 | A5 | CB | 0 | 1B | A | C | 142 | 32 | 4C |
| Octal | 341 | 245 | 313 | 0 | 33 | 12 | 14 | 502 | 62 | 114 |
| Binary | 11100001 | 10100101 | 11001011 | 0 | 11011 | 1010 | 1100 | 101000010 | 110010 | 1001100 |
Color Harmonies of #E1A5CB
Complementary color
Monochromatic Colors of #E1A5CB
Black with #E1A5CB
Text Example
Text Example
White with #E1A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A5CB; }
p { color: rgb(225,165,203); }
H1.HeaderClassName
{
color: #E1A5CB;
}
.AnyTagClassName
{
color: #E1A5CB;
}
</style>
background-color css
<style>
a { background-color: #E1A5CB; }
a { background-color: rgb(225,165,203); }
div.DivClassName
{
background-color: #E1A5CB;
}
.BgClassName
{
background-color: #E1A5CB;
}
</style>
border-color css
<style>
span { border-color: #E1A5CB; }
span { border-color: rgb(225,165,203); }
td.TdClassName
{
border-color: #E1A5CB;
}
.TagClassName
{
border-color: #E1A5CB;
}
</style>