Shades of Pale Violet Red #E35FA2
Tints of Pale Violet Red #E35FA2
RGB
CMYK
RGB Variations
Color information
#E35FA2 (or 0xE35FA2) is known color: Pale Violet Red. HEX triplet: E3, 5F and A2. RGB value is (227,95,162). Sum of RGB (Red+Green+Blue) = 227+95+162=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E35FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35FA2 is #1CA05D. Grayscale: #8D8D8D. Windows color (decimal): -1876062 or 10641379. OLE color: 10641379.
HSL color Cylindrical-coordinate representation of color #E35FA2: hue angle of 329.55º 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 #E35FA2 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 162 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.11 |
| HSL | 329.55º | 0.7% | 0.63% | - |
| HSV(B) | 329.55º | 0.58% | 0.89% | - |
| XYZ | 42.29 | 27.12 | 37.19 | - |
| YUV | 142.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 162 | 0 | 0.58 | 0.29 | 0.11 | 329.55 | 0.7 | 0.63 |
| Hex | E3 | 5F | A2 | 0 | 3A | 1D | B | 14A | 46 | 3F |
| Octal | 343 | 137 | 242 | 0 | 72 | 35 | 13 | 512 | 106 | 77 |
| Binary | 11100011 | 1011111 | 10100010 | 0 | 111010 | 11101 | 1011 | 101001010 | 1000110 | 111111 |
Color Harmonies of #E35FA2
Complementary color
Monochromatic Colors of #E35FA2
Black with #E35FA2
Text Example
Text Example
White with #E35FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35FA2; }
p { color: rgb(227,95,162); }
H1.HeaderClassName
{
color: #E35FA2;
}
.AnyTagClassName
{
color: #E35FA2;
}
</style>
background-color css
<style>
a { background-color: #E35FA2; }
a { background-color: rgb(227,95,162); }
div.DivClassName
{
background-color: #E35FA2;
}
.BgClassName
{
background-color: #E35FA2;
}
</style>
border-color css
<style>
span { border-color: #E35FA2; }
span { border-color: rgb(227,95,162); }
td.TdClassName
{
border-color: #E35FA2;
}
.TagClassName
{
border-color: #E35FA2;
}
</style>