Shades of Pale Violet Red #E474AA
Tints of Pale Violet Red #E474AA
RGB
CMYK
RGB Variations
Color information
#E474AA (or 0xE474AA) is known color: Pale Violet Red. HEX triplet: E4, 74 and AA. RGB value is (228,116,170). Sum of RGB (Red+Green+Blue) = 228+116+170=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E474AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E474AA is #1B8B55. Grayscale: #9B9B9B. Windows color (decimal): -1805142 or 11171044. OLE color: 11171044.
HSL color Cylindrical-coordinate representation of color #E474AA: hue angle of 331.07º 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 #E474AA is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 170 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.11 |
| HSL | 331.07º | 0.67% | 0.67% | - |
| HSV(B) | 331.07º | 0.49% | 0.89% | - |
| XYZ | 45.5 | 31.89 | 41.79 | - |
| YUV | 155.64 | 136.11 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 170 | 0 | 0.49 | 0.25 | 0.11 | 331.07 | 0.67 | 0.67 |
| Hex | E4 | 74 | AA | 0 | 31 | 19 | B | 14B | 43 | 43 |
| Octal | 344 | 164 | 252 | 0 | 61 | 31 | 13 | 513 | 103 | 103 |
| Binary | 11100100 | 1110100 | 10101010 | 0 | 110001 | 11001 | 1011 | 101001011 | 1000011 | 1000011 |
Color Harmonies of #E474AA
Complementary color
Monochromatic Colors of #E474AA
Black with #E474AA
Text Example
Text Example
White with #E474AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474AA; }
p { color: rgb(228,116,170); }
H1.HeaderClassName
{
color: #E474AA;
}
.AnyTagClassName
{
color: #E474AA;
}
</style>
background-color css
<style>
a { background-color: #E474AA; }
a { background-color: rgb(228,116,170); }
div.DivClassName
{
background-color: #E474AA;
}
.BgClassName
{
background-color: #E474AA;
}
</style>
border-color css
<style>
span { border-color: #E474AA; }
span { border-color: rgb(228,116,170); }
td.TdClassName
{
border-color: #E474AA;
}
.TagClassName
{
border-color: #E474AA;
}
</style>