Shades of Pale Violet Red #E271AC
Tints of Pale Violet Red #E271AC
RGB
CMYK
RGB Variations
Color information
#E271AC (or 0xE271AC) is known color: Pale Violet Red. HEX triplet: E2, 71 and AC. RGB value is (226,113,172). Sum of RGB (Red+Green+Blue) = 226+113+172=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E271AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E271AC is #1D8E53. Grayscale: #999999. Windows color (decimal): -1936980 or 11301346. OLE color: 11301346.
HSL color Cylindrical-coordinate representation of color #E271AC: hue angle of 328.67º 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 #E271AC is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 172 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.11 |
| HSL | 328.67º | 0.66% | 0.66% | - |
| HSV(B) | 328.67º | 0.5% | 0.89% | - |
| XYZ | 44.72 | 30.96 | 42.65 | - |
| YUV | 153.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 172 | 0 | 0.5 | 0.24 | 0.11 | 328.67 | 0.66 | 0.66 |
| Hex | E2 | 71 | AC | 0 | 32 | 18 | B | 149 | 42 | 42 |
| Octal | 342 | 161 | 254 | 0 | 62 | 30 | 13 | 511 | 102 | 102 |
| Binary | 11100010 | 1110001 | 10101100 | 0 | 110010 | 11000 | 1011 | 101001001 | 1000010 | 1000010 |
Color Harmonies of #E271AC
Complementary color
Monochromatic Colors of #E271AC
Black with #E271AC
Text Example
Text Example
White with #E271AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E271AC; }
p { color: rgb(226,113,172); }
H1.HeaderClassName
{
color: #E271AC;
}
.AnyTagClassName
{
color: #E271AC;
}
</style>
background-color css
<style>
a { background-color: #E271AC; }
a { background-color: rgb(226,113,172); }
div.DivClassName
{
background-color: #E271AC;
}
.BgClassName
{
background-color: #E271AC;
}
</style>
border-color css
<style>
span { border-color: #E271AC; }
span { border-color: rgb(226,113,172); }
td.TdClassName
{
border-color: #E271AC;
}
.TagClassName
{
border-color: #E271AC;
}
</style>