Shades of Pale Violet Red #E462A1
Tints of Pale Violet Red #E462A1
RGB
CMYK
RGB Variations
Color information
#E462A1 (or 0xE462A1) is known color: Pale Violet Red. HEX triplet: E4, 62 and A1. RGB value is (228,98,161). Sum of RGB (Red+Green+Blue) = 228+98+161=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E462A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E462A1 is #1B9D5E. Grayscale: #8F8F8F. Windows color (decimal): -1809759 or 10576612. OLE color: 10576612.
HSL color Cylindrical-coordinate representation of color #E462A1: hue angle of 330.92º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E462A1 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 98 | 161 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.11 |
| HSL | 330.92º | 0.71% | 0.64% | - |
| HSV(B) | 330.92º | 0.57% | 0.89% | - |
| XYZ | 42.8 | 27.8 | 36.83 | - |
| YUV | 144.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 98 | 161 | 0 | 0.57 | 0.29 | 0.11 | 330.92 | 0.71 | 0.64 |
| Hex | E4 | 62 | A1 | 0 | 39 | 1D | B | 14B | 47 | 40 |
| Octal | 344 | 142 | 241 | 0 | 71 | 35 | 13 | 513 | 107 | 100 |
| Binary | 11100100 | 1100010 | 10100001 | 0 | 111001 | 11101 | 1011 | 101001011 | 1000111 | 1000000 |
Color Harmonies of #E462A1
Complementary color
Monochromatic Colors of #E462A1
Black with #E462A1
Text Example
Text Example
White with #E462A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E462A1; }
p { color: rgb(228,98,161); }
H1.HeaderClassName
{
color: #E462A1;
}
.AnyTagClassName
{
color: #E462A1;
}
</style>
background-color css
<style>
a { background-color: #E462A1; }
a { background-color: rgb(228,98,161); }
div.DivClassName
{
background-color: #E462A1;
}
.BgClassName
{
background-color: #E462A1;
}
</style>
border-color css
<style>
span { border-color: #E462A1; }
span { border-color: rgb(228,98,161); }
td.TdClassName
{
border-color: #E462A1;
}
.TagClassName
{
border-color: #E462A1;
}
</style>