Shades of Pale Violet Red #E162A1
Tints of Pale Violet Red #E162A1
RGB
CMYK
RGB Variations
Color information
#E162A1 (or 0xE162A1) is known color: Pale Violet Red. HEX triplet: E1, 62 and A1. RGB value is (225,98,161). Sum of RGB (Red+Green+Blue) = 225+98+161=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E162A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E162A1 is #1E9D5E. Grayscale: #8F8F8F. Windows color (decimal): -2006367 or 10576609. OLE color: 10576609.
HSL color Cylindrical-coordinate representation of color #E162A1: hue angle of 330.24º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E162A1 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 161 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.12 |
| HSL | 330.24º | 0.68% | 0.63% | - |
| HSV(B) | 330.24º | 0.56% | 0.88% | - |
| XYZ | 41.85 | 27.32 | 36.78 | - |
| YUV | 143.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 161 | 0 | 0.56 | 0.28 | 0.12 | 330.24 | 0.68 | 0.63 |
| Hex | E1 | 62 | A1 | 0 | 38 | 1C | C | 14A | 44 | 3F |
| Octal | 341 | 142 | 241 | 0 | 70 | 34 | 14 | 512 | 104 | 77 |
| Binary | 11100001 | 1100010 | 10100001 | 0 | 111000 | 11100 | 1100 | 101001010 | 1000100 | 111111 |
Color Harmonies of #E162A1
Complementary color
Monochromatic Colors of #E162A1
Black with #E162A1
Text Example
Text Example
White with #E162A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E162A1; }
p { color: rgb(225,98,161); }
H1.HeaderClassName
{
color: #E162A1;
}
.AnyTagClassName
{
color: #E162A1;
}
</style>
background-color css
<style>
a { background-color: #E162A1; }
a { background-color: rgb(225,98,161); }
div.DivClassName
{
background-color: #E162A1;
}
.BgClassName
{
background-color: #E162A1;
}
</style>
border-color css
<style>
span { border-color: #E162A1; }
span { border-color: rgb(225,98,161); }
td.TdClassName
{
border-color: #E162A1;
}
.TagClassName
{
border-color: #E162A1;
}
</style>