Shades of Pale Violet Red #E35E9F
Tints of Pale Violet Red #E35E9F
RGB
CMYK
RGB Variations
Color information
#E35E9F (or 0xE35E9F) is known color: Pale Violet Red. HEX triplet: E3, 5E and 9F. RGB value is (227,94,159). Sum of RGB (Red+Green+Blue) = 227+94+159=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35E9F is #1CA160. Grayscale: #8D8D8D. Windows color (decimal): -1876321 or 10444515. OLE color: 10444515.
HSL color Cylindrical-coordinate representation of color #E35E9F: hue angle of 330.68º 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 #E35E9F is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 159 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.11 |
| HSL | 330.68º | 0.7% | 0.63% | - |
| HSV(B) | 330.68º | 0.59% | 0.89% | - |
| XYZ | 41.94 | 26.84 | 35.77 | - |
| YUV | 141.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 159 | 0 | 0.59 | 0.30 | 0.11 | 330.68 | 0.7 | 0.63 |
| Hex | E3 | 5E | 9F | 0 | 3B | 1E | B | 14B | 46 | 3F |
| Octal | 343 | 136 | 237 | 0 | 73 | 36 | 13 | 513 | 106 | 77 |
| Binary | 11100011 | 1011110 | 10011111 | 0 | 111011 | 11110 | 1011 | 101001011 | 1000110 | 111111 |
Color Harmonies of #E35E9F
Complementary color
Monochromatic Colors of #E35E9F
Black with #E35E9F
Text Example
Text Example
White with #E35E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35E9F; }
p { color: rgb(227,94,159); }
H1.HeaderClassName
{
color: #E35E9F;
}
.AnyTagClassName
{
color: #E35E9F;
}
</style>
background-color css
<style>
a { background-color: #E35E9F; }
a { background-color: rgb(227,94,159); }
div.DivClassName
{
background-color: #E35E9F;
}
.BgClassName
{
background-color: #E35E9F;
}
</style>
border-color css
<style>
span { border-color: #E35E9F; }
span { border-color: rgb(227,94,159); }
td.TdClassName
{
border-color: #E35E9F;
}
.TagClassName
{
border-color: #E35E9F;
}
</style>