Shades of Pale Violet Red #E662A2
Tints of Pale Violet Red #E662A2
RGB
CMYK
RGB Variations
Color information
#E662A2 (or 0xE662A2) is known color: Pale Violet Red. HEX triplet: E6, 62 and A2. RGB value is (230,98,162). Sum of RGB (Red+Green+Blue) = 230+98+162=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E662A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E662A2 is #199D5D. Grayscale: #909090. Windows color (decimal): -1678686 or 10642150. OLE color: 10642150.
HSL color Cylindrical-coordinate representation of color #E662A2: hue angle of 330.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E662A2 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 162 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.10 |
| HSL | 330.91º | 0.73% | 0.64% | - |
| HSV(B) | 330.91º | 0.57% | 0.9% | - |
| XYZ | 43.52 | 28.17 | 37.33 | - |
| YUV | 144.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 162 | 0 | 0.57 | 0.30 | 0.10 | 330.91 | 0.73 | 0.64 |
| Hex | E6 | 62 | A2 | 0 | 39 | 1E | A | 14B | 49 | 40 |
| Octal | 346 | 142 | 242 | 0 | 71 | 36 | 12 | 513 | 111 | 100 |
| Binary | 11100110 | 1100010 | 10100010 | 0 | 111001 | 11110 | 1010 | 101001011 | 1001001 | 1000000 |
Color Harmonies of #E662A2
Complementary color
Monochromatic Colors of #E662A2
Black with #E662A2
Text Example
Text Example
White with #E662A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E662A2; }
p { color: rgb(230,98,162); }
H1.HeaderClassName
{
color: #E662A2;
}
.AnyTagClassName
{
color: #E662A2;
}
</style>
background-color css
<style>
a { background-color: #E662A2; }
a { background-color: rgb(230,98,162); }
div.DivClassName
{
background-color: #E662A2;
}
.BgClassName
{
background-color: #E662A2;
}
</style>
border-color css
<style>
span { border-color: #E662A2; }
span { border-color: rgb(230,98,162); }
td.TdClassName
{
border-color: #E662A2;
}
.TagClassName
{
border-color: #E662A2;
}
</style>