Shades of Pale Violet Red #E35DA1
Tints of Pale Violet Red #E35DA1
RGB
CMYK
RGB Variations
Color information
#E35DA1 (or 0xE35DA1) is known color: Pale Violet Red. HEX triplet: E3, 5D and A1. RGB value is (227,93,161). Sum of RGB (Red+Green+Blue) = 227+93+161=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 227 - color contains mainly: red. Hex color #E35DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35DA1 is #1CA25E. Grayscale: #8C8C8C. Windows color (decimal): -1876575 or 10575331. OLE color: 10575331.
HSL color Cylindrical-coordinate representation of color #E35DA1: hue angle of 329.55º degrees, saturation: 0.71, 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 #E35DA1 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 161 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.11 |
| HSL | 329.55º | 0.71% | 0.63% | - |
| HSV(B) | 329.55º | 0.59% | 0.89% | - |
| XYZ | 42.03 | 26.73 | 36.66 | - |
| YUV | 140.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 161 | 0 | 0.59 | 0.29 | 0.11 | 329.55 | 0.71 | 0.63 |
| Hex | E3 | 5D | A1 | 0 | 3B | 1D | B | 14A | 47 | 3F |
| Octal | 343 | 135 | 241 | 0 | 73 | 35 | 13 | 512 | 107 | 77 |
| Binary | 11100011 | 1011101 | 10100001 | 0 | 111011 | 11101 | 1011 | 101001010 | 1000111 | 111111 |
Color Harmonies of #E35DA1
Complementary color
Monochromatic Colors of #E35DA1
Black with #E35DA1
Text Example
Text Example
White with #E35DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35DA1; }
p { color: rgb(227,93,161); }
H1.HeaderClassName
{
color: #E35DA1;
}
.AnyTagClassName
{
color: #E35DA1;
}
</style>
background-color css
<style>
a { background-color: #E35DA1; }
a { background-color: rgb(227,93,161); }
div.DivClassName
{
background-color: #E35DA1;
}
.BgClassName
{
background-color: #E35DA1;
}
</style>
border-color css
<style>
span { border-color: #E35DA1; }
span { border-color: rgb(227,93,161); }
td.TdClassName
{
border-color: #E35DA1;
}
.TagClassName
{
border-color: #E35DA1;
}
</style>