Shades of Pale Violet Red #E35FA1
Tints of Pale Violet Red #E35FA1
RGB
CMYK
RGB Variations
Color information
#E35FA1 (or 0xE35FA1) is known color: Pale Violet Red. HEX triplet: E3, 5F and A1. RGB value is (227,95,161). Sum of RGB (Red+Green+Blue) = 227+95+161=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35FA1 is #1CA05E. Grayscale: #8D8D8D. Windows color (decimal): -1876063 or 10575843. OLE color: 10575843.
HSL color Cylindrical-coordinate representation of color #E35FA1: hue angle of 330º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E35FA1 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 161 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.11 |
| HSL | 330º | 0.7% | 0.63% | - |
| HSV(B) | 330º | 0.58% | 0.89% | - |
| XYZ | 42.2 | 27.09 | 36.72 | - |
| YUV | 141.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 161 | 0 | 0.58 | 0.29 | 0.11 | 330 | 0.7 | 0.63 |
| Hex | E3 | 5F | A1 | 0 | 3A | 1D | B | 14A | 46 | 3F |
| Octal | 343 | 137 | 241 | 0 | 72 | 35 | 13 | 512 | 106 | 77 |
| Binary | 11100011 | 1011111 | 10100001 | 0 | 111010 | 11101 | 1011 | 101001010 | 1000110 | 111111 |
Color Harmonies of #E35FA1
Complementary color
Monochromatic Colors of #E35FA1
Black with #E35FA1
Text Example
Text Example
White with #E35FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35FA1; }
p { color: rgb(227,95,161); }
H1.HeaderClassName
{
color: #E35FA1;
}
.AnyTagClassName
{
color: #E35FA1;
}
</style>
background-color css
<style>
a { background-color: #E35FA1; }
a { background-color: rgb(227,95,161); }
div.DivClassName
{
background-color: #E35FA1;
}
.BgClassName
{
background-color: #E35FA1;
}
</style>
border-color css
<style>
span { border-color: #E35FA1; }
span { border-color: rgb(227,95,161); }
td.TdClassName
{
border-color: #E35FA1;
}
.TagClassName
{
border-color: #E35FA1;
}
</style>