Shades of Pale Violet Red #E379A0
Tints of Pale Violet Red #E379A0
RGB
CMYK
RGB Variations
Color information
#E379A0 (or 0xE379A0) is known color: Pale Violet Red. HEX triplet: E3, 79 and A0. RGB value is (227,121,160). Sum of RGB (Red+Green+Blue) = 227+121+160=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E379A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E379A0 is #1C865F. Grayscale: #9D9D9D. Windows color (decimal): -1869408 or 10516963. OLE color: 10516963.
HSL color Cylindrical-coordinate representation of color #E379A0: hue angle of 337.92º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379A0 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 160 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.11 |
| HSL | 337.92º | 0.65% | 0.68% | - |
| HSV(B) | 337.92º | 0.47% | 0.89% | - |
| XYZ | 44.86 | 32.54 | 37.17 | - |
| YUV | 157.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 160 | 0 | 0.47 | 0.30 | 0.11 | 337.92 | 0.65 | 0.68 |
| Hex | E3 | 79 | A0 | 0 | 2F | 1E | B | 152 | 41 | 44 |
| Octal | 343 | 171 | 240 | 0 | 57 | 36 | 13 | 522 | 101 | 104 |
| Binary | 11100011 | 1111001 | 10100000 | 0 | 101111 | 11110 | 1011 | 101010010 | 1000001 | 1000100 |
Color Harmonies of #E379A0
Complementary color
Monochromatic Colors of #E379A0
Black with #E379A0
Text Example
Text Example
White with #E379A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379A0; }
p { color: rgb(227,121,160); }
H1.HeaderClassName
{
color: #E379A0;
}
.AnyTagClassName
{
color: #E379A0;
}
</style>
background-color css
<style>
a { background-color: #E379A0; }
a { background-color: rgb(227,121,160); }
div.DivClassName
{
background-color: #E379A0;
}
.BgClassName
{
background-color: #E379A0;
}
</style>
border-color css
<style>
span { border-color: #E379A0; }
span { border-color: rgb(227,121,160); }
td.TdClassName
{
border-color: #E379A0;
}
.TagClassName
{
border-color: #E379A0;
}
</style>