Shades of Pale Violet Red #E279A0
Tints of Pale Violet Red #E279A0
RGB
CMYK
RGB Variations
Color information
#E279A0 (or 0xE279A0) is known color: Pale Violet Red. HEX triplet: E2, 79 and A0. RGB value is (226,121,160). Sum of RGB (Red+Green+Blue) = 226+121+160=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E279A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E279A0 is #1D865F. Grayscale: #9C9C9C. Windows color (decimal): -1934944 or 10516962. OLE color: 10516962.
HSL color Cylindrical-coordinate representation of color #E279A0: hue angle of 337.71º 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 #E279A0 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 160 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.11 |
| HSL | 337.71º | 0.64% | 0.68% | - |
| HSV(B) | 337.71º | 0.46% | 0.89% | - |
| XYZ | 44.55 | 32.38 | 37.16 | - |
| YUV | 156.84 | 129.79 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 160 | 0 | 0.46 | 0.29 | 0.11 | 337.71 | 0.64 | 0.68 |
| Hex | E2 | 79 | A0 | 0 | 2E | 1D | B | 152 | 40 | 44 |
| Octal | 342 | 171 | 240 | 0 | 56 | 35 | 13 | 522 | 100 | 104 |
| Binary | 11100010 | 1111001 | 10100000 | 0 | 101110 | 11101 | 1011 | 101010010 | 1000000 | 1000100 |
Color Harmonies of #E279A0
Complementary color
Monochromatic Colors of #E279A0
Black with #E279A0
Text Example
Text Example
White with #E279A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279A0; }
p { color: rgb(226,121,160); }
H1.HeaderClassName
{
color: #E279A0;
}
.AnyTagClassName
{
color: #E279A0;
}
</style>
background-color css
<style>
a { background-color: #E279A0; }
a { background-color: rgb(226,121,160); }
div.DivClassName
{
background-color: #E279A0;
}
.BgClassName
{
background-color: #E279A0;
}
</style>
border-color css
<style>
span { border-color: #E279A0; }
span { border-color: rgb(226,121,160); }
td.TdClassName
{
border-color: #E279A0;
}
.TagClassName
{
border-color: #E279A0;
}
</style>