Shades of Pale Violet Red #E373AA
Tints of Pale Violet Red #E373AA
RGB
CMYK
RGB Variations
Color information
#E373AA (or 0xE373AA) is known color: Pale Violet Red. HEX triplet: E3, 73 and AA. RGB value is (227,115,170). Sum of RGB (Red+Green+Blue) = 227+115+170=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E373AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E373AA is #1C8C55. Grayscale: #9A9A9A. Windows color (decimal): -1870934 or 11170787. OLE color: 11170787.
HSL color Cylindrical-coordinate representation of color #E373AA: hue angle of 330.54º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373AA is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 115 | 170 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.11 |
| HSL | 330.54º | 0.67% | 0.67% | - |
| HSV(B) | 330.54º | 0.49% | 0.89% | - |
| XYZ | 45.06 | 31.49 | 41.73 | - |
| YUV | 154.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 115 | 170 | 0 | 0.49 | 0.25 | 0.11 | 330.54 | 0.67 | 0.67 |
| Hex | E3 | 73 | AA | 0 | 31 | 19 | B | 14B | 43 | 43 |
| Octal | 343 | 163 | 252 | 0 | 61 | 31 | 13 | 513 | 103 | 103 |
| Binary | 11100011 | 1110011 | 10101010 | 0 | 110001 | 11001 | 1011 | 101001011 | 1000011 | 1000011 |
Color Harmonies of #E373AA
Complementary color
Monochromatic Colors of #E373AA
Black with #E373AA
Text Example
Text Example
White with #E373AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E373AA; }
p { color: rgb(227,115,170); }
H1.HeaderClassName
{
color: #E373AA;
}
.AnyTagClassName
{
color: #E373AA;
}
</style>
background-color css
<style>
a { background-color: #E373AA; }
a { background-color: rgb(227,115,170); }
div.DivClassName
{
background-color: #E373AA;
}
.BgClassName
{
background-color: #E373AA;
}
</style>
border-color css
<style>
span { border-color: #E373AA; }
span { border-color: rgb(227,115,170); }
td.TdClassName
{
border-color: #E373AA;
}
.TagClassName
{
border-color: #E373AA;
}
</style>