Shades of Pale Violet Red #E670A2
Tints of Pale Violet Red #E670A2
RGB
CMYK
RGB Variations
Color information
#E670A2 (or 0xE670A2) is known color: Pale Violet Red. HEX triplet: E6, 70 and A2. RGB value is (230,112,162). Sum of RGB (Red+Green+Blue) = 230+112+162=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 162 (63.67% from 255 or 32.14% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E670A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E670A2 is #198F5D. Grayscale: #989898. Windows color (decimal): -1675102 or 10645734. OLE color: 10645734.
HSL color Cylindrical-coordinate representation of color #E670A2: hue angle of 334.58º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E670A2 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 162 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.10 |
| HSL | 334.58º | 0.7% | 0.67% | - |
| HSV(B) | 334.58º | 0.51% | 0.9% | - |
| XYZ | 44.95 | 31.02 | 37.8 | - |
| YUV | 152.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 162 | 0 | 0.51 | 0.30 | 0.10 | 334.58 | 0.7 | 0.67 |
| Hex | E6 | 70 | A2 | 0 | 33 | 1E | A | 14F | 46 | 43 |
| Octal | 346 | 160 | 242 | 0 | 63 | 36 | 12 | 517 | 106 | 103 |
| Binary | 11100110 | 1110000 | 10100010 | 0 | 110011 | 11110 | 1010 | 101001111 | 1000110 | 1000011 |
Color Harmonies of #E670A2
Complementary color
Monochromatic Colors of #E670A2
Black with #E670A2
Text Example
Text Example
White with #E670A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E670A2; }
p { color: rgb(230,112,162); }
H1.HeaderClassName
{
color: #E670A2;
}
.AnyTagClassName
{
color: #E670A2;
}
</style>
background-color css
<style>
a { background-color: #E670A2; }
a { background-color: rgb(230,112,162); }
div.DivClassName
{
background-color: #E670A2;
}
.BgClassName
{
background-color: #E670A2;
}
</style>
border-color css
<style>
span { border-color: #E670A2; }
span { border-color: rgb(230,112,162); }
td.TdClassName
{
border-color: #E670A2;
}
.TagClassName
{
border-color: #E670A2;
}
</style>