Shades of Pale Violet Red #E271AA
Tints of Pale Violet Red #E271AA
RGB
CMYK
RGB Variations
Color information
#E271AA (or 0xE271AA) is known color: Pale Violet Red. HEX triplet: E2, 71 and AA. RGB value is (226,113,170). Sum of RGB (Red+Green+Blue) = 226+113+170=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E271AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E271AA is #1D8E55. Grayscale: #999999. Windows color (decimal): -1936982 or 11170274. OLE color: 11170274.
HSL color Cylindrical-coordinate representation of color #E271AA: hue angle of 329.73º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E271AA is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 170 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.11 |
| HSL | 329.73º | 0.66% | 0.66% | - |
| HSV(B) | 329.73º | 0.5% | 0.89% | - |
| XYZ | 44.52 | 30.88 | 41.64 | - |
| YUV | 153.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 170 | 0 | 0.5 | 0.25 | 0.11 | 329.73 | 0.66 | 0.66 |
| Hex | E2 | 71 | AA | 0 | 32 | 19 | B | 14A | 42 | 42 |
| Octal | 342 | 161 | 252 | 0 | 62 | 31 | 13 | 512 | 102 | 102 |
| Binary | 11100010 | 1110001 | 10101010 | 0 | 110010 | 11001 | 1011 | 101001010 | 1000010 | 1000010 |
Color Harmonies of #E271AA
Complementary color
Monochromatic Colors of #E271AA
Black with #E271AA
Text Example
Text Example
White with #E271AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271AA; }
p { color: rgb(226,113,170); }
H1.HeaderClassName
{
color: #E271AA;
}
.AnyTagClassName
{
color: #E271AA;
}
</style>
background-color css
<style>
a { background-color: #E271AA; }
a { background-color: rgb(226,113,170); }
div.DivClassName
{
background-color: #E271AA;
}
.BgClassName
{
background-color: #E271AA;
}
</style>
border-color css
<style>
span { border-color: #E271AA; }
span { border-color: rgb(226,113,170); }
td.TdClassName
{
border-color: #E271AA;
}
.TagClassName
{
border-color: #E271AA;
}
</style>