Shades of Pale Violet Red #E271A1
Tints of Pale Violet Red #E271A1
RGB
CMYK
RGB Variations
Color information
#E271A1 (or 0xE271A1) is known color: Pale Violet Red. HEX triplet: E2, 71 and A1. RGB value is (226,113,161). Sum of RGB (Red+Green+Blue) = 226+113+161=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E271A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E271A1 is #1D8E5E. Grayscale: #989898. Windows color (decimal): -1936991 or 10580450. OLE color: 10580450.
HSL color Cylindrical-coordinate representation of color #E271A1: hue angle of 334.51º 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 #E271A1 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 161 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.11 |
| HSL | 334.51º | 0.66% | 0.66% | - |
| HSV(B) | 334.51º | 0.5% | 0.89% | - |
| XYZ | 43.7 | 30.55 | 37.31 | - |
| YUV | 152.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 161 | 0 | 0.5 | 0.29 | 0.11 | 334.51 | 0.66 | 0.66 |
| Hex | E2 | 71 | A1 | 0 | 32 | 1D | B | 14F | 42 | 42 |
| Octal | 342 | 161 | 241 | 0 | 62 | 35 | 13 | 517 | 102 | 102 |
| Binary | 11100010 | 1110001 | 10100001 | 0 | 110010 | 11101 | 1011 | 101001111 | 1000010 | 1000010 |
Color Harmonies of #E271A1
Complementary color
Monochromatic Colors of #E271A1
Black with #E271A1
Text Example
Text Example
White with #E271A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271A1; }
p { color: rgb(226,113,161); }
H1.HeaderClassName
{
color: #E271A1;
}
.AnyTagClassName
{
color: #E271A1;
}
</style>
background-color css
<style>
a { background-color: #E271A1; }
a { background-color: rgb(226,113,161); }
div.DivClassName
{
background-color: #E271A1;
}
.BgClassName
{
background-color: #E271A1;
}
</style>
border-color css
<style>
span { border-color: #E271A1; }
span { border-color: rgb(226,113,161); }
td.TdClassName
{
border-color: #E271A1;
}
.TagClassName
{
border-color: #E271A1;
}
</style>