Shades of Pale Violet Red #E272A3
Tints of Pale Violet Red #E272A3
RGB
CMYK
RGB Variations
Color information
#E272A3 (or 0xE272A3) is known color: Pale Violet Red. HEX triplet: E2, 72 and A3. RGB value is (226,114,163). Sum of RGB (Red+Green+Blue) = 226+114+163=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E272A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E272A3 is #1D8D5C. Grayscale: #989898. Windows color (decimal): -1936733 or 10711778. OLE color: 10711778.
HSL color Cylindrical-coordinate representation of color #E272A3: hue angle of 333.75º 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 #E272A3 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 163 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.11 |
| HSL | 333.75º | 0.66% | 0.67% | - |
| HSV(B) | 333.75º | 0.5% | 0.89% | - |
| XYZ | 43.99 | 30.85 | 38.29 | - |
| YUV | 153.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 163 | 0 | 0.50 | 0.28 | 0.11 | 333.75 | 0.66 | 0.67 |
| Hex | E2 | 72 | A3 | 0 | 32 | 1C | B | 14E | 42 | 43 |
| Octal | 342 | 162 | 243 | 0 | 62 | 34 | 13 | 516 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10100011 | 0 | 110010 | 11100 | 1011 | 101001110 | 1000010 | 1000011 |
Color Harmonies of #E272A3
Complementary color
Monochromatic Colors of #E272A3
Black with #E272A3
Text Example
Text Example
White with #E272A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272A3; }
p { color: rgb(226,114,163); }
H1.HeaderClassName
{
color: #E272A3;
}
.AnyTagClassName
{
color: #E272A3;
}
</style>
background-color css
<style>
a { background-color: #E272A3; }
a { background-color: rgb(226,114,163); }
div.DivClassName
{
background-color: #E272A3;
}
.BgClassName
{
background-color: #E272A3;
}
</style>
border-color css
<style>
span { border-color: #E272A3; }
span { border-color: rgb(226,114,163); }
td.TdClassName
{
border-color: #E272A3;
}
.TagClassName
{
border-color: #E272A3;
}
</style>