Shades of Pale Violet Red #E379A6
Tints of Pale Violet Red #E379A6
RGB
CMYK
RGB Variations
Color information
#E379A6 (or 0xE379A6) is known color: Pale Violet Red. HEX triplet: E3, 79 and A6. RGB value is (227,121,166). Sum of RGB (Red+Green+Blue) = 227+121+166=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E379A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E379A6 is #1C8659. Grayscale: #9D9D9D. Windows color (decimal): -1869402 or 10910179. OLE color: 10910179.
HSL color Cylindrical-coordinate representation of color #E379A6: hue angle of 334.53º 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 #E379A6 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 166 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.11 |
| HSL | 334.53º | 0.65% | 0.68% | - |
| HSV(B) | 334.53º | 0.47% | 0.89% | - |
| XYZ | 45.4 | 32.76 | 40.01 | - |
| YUV | 157.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 166 | 0 | 0.47 | 0.27 | 0.11 | 334.53 | 0.65 | 0.68 |
| Hex | E3 | 79 | A6 | 0 | 2F | 1B | B | 14F | 41 | 44 |
| Octal | 343 | 171 | 246 | 0 | 57 | 33 | 13 | 517 | 101 | 104 |
| Binary | 11100011 | 1111001 | 10100110 | 0 | 101111 | 11011 | 1011 | 101001111 | 1000001 | 1000100 |
Color Harmonies of #E379A6
Complementary color
Monochromatic Colors of #E379A6
Black with #E379A6
Text Example
Text Example
White with #E379A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379A6; }
p { color: rgb(227,121,166); }
H1.HeaderClassName
{
color: #E379A6;
}
.AnyTagClassName
{
color: #E379A6;
}
</style>
background-color css
<style>
a { background-color: #E379A6; }
a { background-color: rgb(227,121,166); }
div.DivClassName
{
background-color: #E379A6;
}
.BgClassName
{
background-color: #E379A6;
}
</style>
border-color css
<style>
span { border-color: #E379A6; }
span { border-color: rgb(227,121,166); }
td.TdClassName
{
border-color: #E379A6;
}
.TagClassName
{
border-color: #E379A6;
}
</style>