Shades of Shocking #E3A5CB
Tints of Shocking #E3A5CB
RGB
CMYK
RGB Variations
Color information
#E3A5CB (or 0xE3A5CB) is known color: Shocking. HEX triplet: E3, A5 and CB. RGB value is (227,165,203). Sum of RGB (Red+Green+Blue) = 227+165+203=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A5CB is #1C5A34. Grayscale: #BBBBBB. Windows color (decimal): -1858101 or 13346275. OLE color: 13346275.
HSL color Cylindrical-coordinate representation of color #E3A5CB: hue angle of 323.23º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3A5CB is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 203 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.11 |
| HSL | 323.23º | 0.53% | 0.77% | - |
| HSV(B) | 323.23º | 0.27% | 0.89% | - |
| XYZ | 55.91 | 47.55 | 62.73 | - |
| YUV | 187.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 203 | 0 | 0.27 | 0.11 | 0.11 | 323.23 | 0.53 | 0.77 |
| Hex | E3 | A5 | CB | 0 | 1B | B | B | 143 | 35 | 4D |
| Octal | 343 | 245 | 313 | 0 | 33 | 13 | 13 | 503 | 65 | 115 |
| Binary | 11100011 | 10100101 | 11001011 | 0 | 11011 | 1011 | 1011 | 101000011 | 110101 | 1001101 |
Color Harmonies of #E3A5CB
Complementary color
Monochromatic Colors of #E3A5CB
Black with #E3A5CB
Text Example
Text Example
White with #E3A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A5CB; }
p { color: rgb(227,165,203); }
H1.HeaderClassName
{
color: #E3A5CB;
}
.AnyTagClassName
{
color: #E3A5CB;
}
</style>
background-color css
<style>
a { background-color: #E3A5CB; }
a { background-color: rgb(227,165,203); }
div.DivClassName
{
background-color: #E3A5CB;
}
.BgClassName
{
background-color: #E3A5CB;
}
</style>
border-color css
<style>
span { border-color: #E3A5CB; }
span { border-color: rgb(227,165,203); }
td.TdClassName
{
border-color: #E3A5CB;
}
.TagClassName
{
border-color: #E3A5CB;
}
</style>