Shades of Pale Violet Red #E35E9A
Tints of Pale Violet Red #E35E9A
RGB
CMYK
RGB Variations
Color information
#E35E9A (or 0xE35E9A) is known color: Pale Violet Red. HEX triplet: E3, 5E and 9A. RGB value is (227,94,154). Sum of RGB (Red+Green+Blue) = 227+94+154=475 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.79% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35E9A is #1CA165. Grayscale: #8C8C8C. Windows color (decimal): -1876326 or 10116835. OLE color: 10116835.
HSL color Cylindrical-coordinate representation of color #E35E9A: hue angle of 332.93º 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 #E35E9A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 154 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.11 |
| HSL | 332.93º | 0.7% | 0.63% | - |
| HSV(B) | 332.93º | 0.59% | 0.89% | - |
| XYZ | 41.51 | 26.67 | 33.53 | - |
| YUV | 140.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 154 | 0 | 0.59 | 0.32 | 0.11 | 332.93 | 0.7 | 0.63 |
| Hex | E3 | 5E | 9A | 0 | 3B | 20 | B | 14D | 46 | 3F |
| Octal | 343 | 136 | 232 | 0 | 73 | 40 | 13 | 515 | 106 | 77 |
| Binary | 11100011 | 1011110 | 10011010 | 0 | 111011 | 100000 | 1011 | 101001101 | 1000110 | 111111 |
Color Harmonies of #E35E9A
Complementary color
Monochromatic Colors of #E35E9A
Black with #E35E9A
Text Example
Text Example
White with #E35E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35E9A; }
p { color: rgb(227,94,154); }
H1.HeaderClassName
{
color: #E35E9A;
}
.AnyTagClassName
{
color: #E35E9A;
}
</style>
background-color css
<style>
a { background-color: #E35E9A; }
a { background-color: rgb(227,94,154); }
div.DivClassName
{
background-color: #E35E9A;
}
.BgClassName
{
background-color: #E35E9A;
}
</style>
border-color css
<style>
span { border-color: #E35E9A; }
span { border-color: rgb(227,94,154); }
td.TdClassName
{
border-color: #E35E9A;
}
.TagClassName
{
border-color: #E35E9A;
}
</style>