Shades of Pale Violet Red #E376A1
Tints of Pale Violet Red #E376A1
RGB
CMYK
RGB Variations
Color information
#E376A1 (or 0xE376A1) is known color: Pale Violet Red. HEX triplet: E3, 76 and A1. RGB value is (227,118,161). Sum of RGB (Red+Green+Blue) = 227+118+161=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E376A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E376A1 is #1C895E. Grayscale: #9B9B9B. Windows color (decimal): -1870175 or 10581731. OLE color: 10581731.
HSL color Cylindrical-coordinate representation of color #E376A1: hue angle of 336.33º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E376A1 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 118 | 161 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.11 |
| HSL | 336.33º | 0.66% | 0.68% | - |
| HSV(B) | 336.33º | 0.48% | 0.89% | - |
| XYZ | 44.59 | 31.86 | 37.52 | - |
| YUV | 155.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 118 | 161 | 0 | 0.48 | 0.29 | 0.11 | 336.33 | 0.66 | 0.68 |
| Hex | E3 | 76 | A1 | 0 | 30 | 1D | B | 150 | 42 | 44 |
| Octal | 343 | 166 | 241 | 0 | 60 | 35 | 13 | 520 | 102 | 104 |
| Binary | 11100011 | 1110110 | 10100001 | 0 | 110000 | 11101 | 1011 | 101010000 | 1000010 | 1000100 |
Color Harmonies of #E376A1
Complementary color
Monochromatic Colors of #E376A1
Black with #E376A1
Text Example
Text Example
White with #E376A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E376A1; }
p { color: rgb(227,118,161); }
H1.HeaderClassName
{
color: #E376A1;
}
.AnyTagClassName
{
color: #E376A1;
}
</style>
background-color css
<style>
a { background-color: #E376A1; }
a { background-color: rgb(227,118,161); }
div.DivClassName
{
background-color: #E376A1;
}
.BgClassName
{
background-color: #E376A1;
}
</style>
border-color css
<style>
span { border-color: #E376A1; }
span { border-color: rgb(227,118,161); }
td.TdClassName
{
border-color: #E376A1;
}
.TagClassName
{
border-color: #E376A1;
}
</style>