Shades of Pale Violet Red #E35EA0
Tints of Pale Violet Red #E35EA0
RGB
CMYK
RGB Variations
Color information
#E35EA0 (or 0xE35EA0) is known color: Pale Violet Red. HEX triplet: E3, 5E and A0. RGB value is (227,94,160). Sum of RGB (Red+Green+Blue) = 227+94+160=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E35EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35EA0 is #1CA15F. Grayscale: #8D8D8D. Windows color (decimal): -1876320 or 10510051. OLE color: 10510051.
HSL color Cylindrical-coordinate representation of color #E35EA0: hue angle of 330.23º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35EA0 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 160 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.11 |
| HSL | 330.23º | 0.7% | 0.63% | - |
| HSV(B) | 330.23º | 0.59% | 0.89% | - |
| XYZ | 42.03 | 26.87 | 36.23 | - |
| YUV | 141.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 160 | 0 | 0.59 | 0.30 | 0.11 | 330.23 | 0.7 | 0.63 |
| Hex | E3 | 5E | A0 | 0 | 3B | 1E | B | 14A | 46 | 3F |
| Octal | 343 | 136 | 240 | 0 | 73 | 36 | 13 | 512 | 106 | 77 |
| Binary | 11100011 | 1011110 | 10100000 | 0 | 111011 | 11110 | 1011 | 101001010 | 1000110 | 111111 |
Color Harmonies of #E35EA0
Complementary color
Monochromatic Colors of #E35EA0
Black with #E35EA0
Text Example
Text Example
White with #E35EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35EA0; }
p { color: rgb(227,94,160); }
H1.HeaderClassName
{
color: #E35EA0;
}
.AnyTagClassName
{
color: #E35EA0;
}
</style>
background-color css
<style>
a { background-color: #E35EA0; }
a { background-color: rgb(227,94,160); }
div.DivClassName
{
background-color: #E35EA0;
}
.BgClassName
{
background-color: #E35EA0;
}
</style>
border-color css
<style>
span { border-color: #E35EA0; }
span { border-color: rgb(227,94,160); }
td.TdClassName
{
border-color: #E35EA0;
}
.TagClassName
{
border-color: #E35EA0;
}
</style>