Shades of Pale Violet Red #E272A9
Tints of Pale Violet Red #E272A9
RGB
CMYK
RGB Variations
Color information
#E272A9 (or 0xE272A9) is known color: Pale Violet Red. HEX triplet: E2, 72 and A9. RGB value is (226,114,169). Sum of RGB (Red+Green+Blue) = 226+114+169=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E272A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E272A9 is #1D8D56. Grayscale: #999999. Windows color (decimal): -1936727 or 11104994. OLE color: 11104994.
HSL color Cylindrical-coordinate representation of color #E272A9: hue angle of 330.54º degrees, saturation: 0.66, 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 #E272A9 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 169 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.11 |
| HSL | 330.54º | 0.66% | 0.67% | - |
| HSV(B) | 330.54º | 0.5% | 0.89% | - |
| XYZ | 44.54 | 31.07 | 41.19 | - |
| YUV | 153.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 169 | 0 | 0.50 | 0.25 | 0.11 | 330.54 | 0.66 | 0.67 |
| Hex | E2 | 72 | A9 | 0 | 32 | 19 | B | 14B | 42 | 43 |
| Octal | 342 | 162 | 251 | 0 | 62 | 31 | 13 | 513 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10101001 | 0 | 110010 | 11001 | 1011 | 101001011 | 1000010 | 1000011 |
Color Harmonies of #E272A9
Complementary color
Monochromatic Colors of #E272A9
Black with #E272A9
Text Example
Text Example
White with #E272A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272A9; }
p { color: rgb(226,114,169); }
H1.HeaderClassName
{
color: #E272A9;
}
.AnyTagClassName
{
color: #E272A9;
}
</style>
background-color css
<style>
a { background-color: #E272A9; }
a { background-color: rgb(226,114,169); }
div.DivClassName
{
background-color: #E272A9;
}
.BgClassName
{
background-color: #E272A9;
}
</style>
border-color css
<style>
span { border-color: #E272A9; }
span { border-color: rgb(226,114,169); }
td.TdClassName
{
border-color: #E272A9;
}
.TagClassName
{
border-color: #E272A9;
}
</style>