Shades of Pale Violet Red #E362A1
Tints of Pale Violet Red #E362A1
RGB
CMYK
RGB Variations
Color information
#E362A1 (or 0xE362A1) is known color: Pale Violet Red. HEX triplet: E3, 62 and A1. RGB value is (227,98,161). Sum of RGB (Red+Green+Blue) = 227+98+161=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 161 (63.28% from 255 or 33.13% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E362A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E362A1 is #1C9D5E. Grayscale: #8F8F8F. Windows color (decimal): -1875295 or 10576611. OLE color: 10576611.
HSL color Cylindrical-coordinate representation of color #E362A1: hue angle of 330.7º degrees, saturation: 0.7, 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 #E362A1 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 98 | 161 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.11 |
| HSL | 330.7º | 0.7% | 0.64% | - |
| HSV(B) | 330.7º | 0.57% | 0.89% | - |
| XYZ | 42.48 | 27.64 | 36.81 | - |
| YUV | 143.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 98 | 161 | 0 | 0.57 | 0.29 | 0.11 | 330.7 | 0.7 | 0.64 |
| Hex | E3 | 62 | A1 | 0 | 39 | 1D | B | 14B | 46 | 40 |
| Octal | 343 | 142 | 241 | 0 | 71 | 35 | 13 | 513 | 106 | 100 |
| Binary | 11100011 | 1100010 | 10100001 | 0 | 111001 | 11101 | 1011 | 101001011 | 1000110 | 1000000 |
Color Harmonies of #E362A1
Complementary color
Monochromatic Colors of #E362A1
Black with #E362A1
Text Example
Text Example
White with #E362A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E362A1; }
p { color: rgb(227,98,161); }
H1.HeaderClassName
{
color: #E362A1;
}
.AnyTagClassName
{
color: #E362A1;
}
</style>
background-color css
<style>
a { background-color: #E362A1; }
a { background-color: rgb(227,98,161); }
div.DivClassName
{
background-color: #E362A1;
}
.BgClassName
{
background-color: #E362A1;
}
</style>
border-color css
<style>
span { border-color: #E362A1; }
span { border-color: rgb(227,98,161); }
td.TdClassName
{
border-color: #E362A1;
}
.TagClassName
{
border-color: #E362A1;
}
</style>