Shades of Pale Violet Red #E472AA
Tints of Pale Violet Red #E472AA
RGB
CMYK
RGB Variations
Color information
#E472AA (or 0xE472AA) is known color: Pale Violet Red. HEX triplet: E4, 72 and AA. RGB value is (228,114,170). Sum of RGB (Red+Green+Blue) = 228+114+170=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E472AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E472AA is #1B8D55. Grayscale: #9A9A9A. Windows color (decimal): -1805654 or 11170532. OLE color: 11170532.
HSL color Cylindrical-coordinate representation of color #E472AA: hue angle of 330.53º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E472AA is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 114 | 170 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.11 |
| HSL | 330.53º | 0.68% | 0.67% | - |
| HSV(B) | 330.53º | 0.5% | 0.89% | - |
| XYZ | 45.27 | 31.43 | 41.71 | - |
| YUV | 154.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 170 | 0 | 0.50 | 0.25 | 0.11 | 330.53 | 0.68 | 0.67 |
| Hex | E4 | 72 | AA | 0 | 32 | 19 | B | 14B | 44 | 43 |
| Octal | 344 | 162 | 252 | 0 | 62 | 31 | 13 | 513 | 104 | 103 |
| Binary | 11100100 | 1110010 | 10101010 | 0 | 110010 | 11001 | 1011 | 101001011 | 1000100 | 1000011 |
Color Harmonies of #E472AA
Complementary color
Monochromatic Colors of #E472AA
Black with #E472AA
Text Example
Text Example
White with #E472AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472AA; }
p { color: rgb(228,114,170); }
H1.HeaderClassName
{
color: #E472AA;
}
.AnyTagClassName
{
color: #E472AA;
}
</style>
background-color css
<style>
a { background-color: #E472AA; }
a { background-color: rgb(228,114,170); }
div.DivClassName
{
background-color: #E472AA;
}
.BgClassName
{
background-color: #E472AA;
}
</style>
border-color css
<style>
span { border-color: #E472AA; }
span { border-color: rgb(228,114,170); }
td.TdClassName
{
border-color: #E472AA;
}
.TagClassName
{
border-color: #E472AA;
}
</style>