Shades of Pale Violet Red #E279A2
Tints of Pale Violet Red #E279A2
RGB
CMYK
RGB Variations
Color information
#E279A2 (or 0xE279A2) is known color: Pale Violet Red. HEX triplet: E2, 79 and A2. RGB value is (226,121,162). Sum of RGB (Red+Green+Blue) = 226+121+162=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E279A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E279A2 is #1D865D. Grayscale: #9D9D9D. Windows color (decimal): -1934942 or 10648034. OLE color: 10648034.
HSL color Cylindrical-coordinate representation of color #E279A2: hue angle of 336.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E279A2 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 162 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.11 |
| HSL | 336.57º | 0.64% | 0.68% | - |
| HSV(B) | 336.57º | 0.46% | 0.89% | - |
| XYZ | 44.72 | 32.45 | 38.09 | - |
| YUV | 157.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 162 | 0 | 0.46 | 0.28 | 0.11 | 336.57 | 0.64 | 0.68 |
| Hex | E2 | 79 | A2 | 0 | 2E | 1C | B | 151 | 40 | 44 |
| Octal | 342 | 171 | 242 | 0 | 56 | 34 | 13 | 521 | 100 | 104 |
| Binary | 11100010 | 1111001 | 10100010 | 0 | 101110 | 11100 | 1011 | 101010001 | 1000000 | 1000100 |
Color Harmonies of #E279A2
Complementary color
Monochromatic Colors of #E279A2
Black with #E279A2
Text Example
Text Example
White with #E279A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279A2; }
p { color: rgb(226,121,162); }
H1.HeaderClassName
{
color: #E279A2;
}
.AnyTagClassName
{
color: #E279A2;
}
</style>
background-color css
<style>
a { background-color: #E279A2; }
a { background-color: rgb(226,121,162); }
div.DivClassName
{
background-color: #E279A2;
}
.BgClassName
{
background-color: #E279A2;
}
</style>
border-color css
<style>
span { border-color: #E279A2; }
span { border-color: rgb(226,121,162); }
td.TdClassName
{
border-color: #E279A2;
}
.TagClassName
{
border-color: #E279A2;
}
</style>