Shades of Pale Violet Red #E379A3
Tints of Pale Violet Red #E379A3
RGB
CMYK
RGB Variations
Color information
#E379A3 (or 0xE379A3) is known color: Pale Violet Red. HEX triplet: E3, 79 and A3. RGB value is (227,121,163). Sum of RGB (Red+Green+Blue) = 227+121+163=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E379A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E379A3 is #1C865C. Grayscale: #9D9D9D. Windows color (decimal): -1869405 or 10713571. OLE color: 10713571.
HSL color Cylindrical-coordinate representation of color #E379A3: hue angle of 336.23º 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 #E379A3 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 121 | 163 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.11 |
| HSL | 336.23º | 0.65% | 0.68% | - |
| HSV(B) | 336.23º | 0.47% | 0.89% | - |
| XYZ | 45.13 | 32.65 | 38.57 | - |
| YUV | 157.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 121 | 163 | 0 | 0.47 | 0.28 | 0.11 | 336.23 | 0.65 | 0.68 |
| Hex | E3 | 79 | A3 | 0 | 2F | 1C | B | 150 | 41 | 44 |
| Octal | 343 | 171 | 243 | 0 | 57 | 34 | 13 | 520 | 101 | 104 |
| Binary | 11100011 | 1111001 | 10100011 | 0 | 101111 | 11100 | 1011 | 101010000 | 1000001 | 1000100 |
Color Harmonies of #E379A3
Complementary color
Monochromatic Colors of #E379A3
Black with #E379A3
Text Example
Text Example
White with #E379A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E379A3; }
p { color: rgb(227,121,163); }
H1.HeaderClassName
{
color: #E379A3;
}
.AnyTagClassName
{
color: #E379A3;
}
</style>
background-color css
<style>
a { background-color: #E379A3; }
a { background-color: rgb(227,121,163); }
div.DivClassName
{
background-color: #E379A3;
}
.BgClassName
{
background-color: #E379A3;
}
</style>
border-color css
<style>
span { border-color: #E379A3; }
span { border-color: rgb(227,121,163); }
td.TdClassName
{
border-color: #E379A3;
}
.TagClassName
{
border-color: #E379A3;
}
</style>