Shades of Pale Violet Red #E272A4
Tints of Pale Violet Red #E272A4
RGB
CMYK
RGB Variations
Color information
#E272A4 (or 0xE272A4) is known color: Pale Violet Red. HEX triplet: E2, 72 and A4. RGB value is (226,114,164). Sum of RGB (Red+Green+Blue) = 226+114+164=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 164 (64.45% from 255 or 32.54% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E272A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E272A4 is #1D8D5B. Grayscale: #999999. Windows color (decimal): -1936732 or 10777314. OLE color: 10777314.
HSL color Cylindrical-coordinate representation of color #E272A4: hue angle of 333.21º 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 #E272A4 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 164 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.11 |
| HSL | 333.21º | 0.66% | 0.67% | - |
| HSV(B) | 333.21º | 0.5% | 0.89% | - |
| XYZ | 44.08 | 30.88 | 38.76 | - |
| YUV | 153.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 164 | 0 | 0.50 | 0.27 | 0.11 | 333.21 | 0.66 | 0.67 |
| Hex | E2 | 72 | A4 | 0 | 32 | 1B | B | 14D | 42 | 43 |
| Octal | 342 | 162 | 244 | 0 | 62 | 33 | 13 | 515 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10100100 | 0 | 110010 | 11011 | 1011 | 101001101 | 1000010 | 1000011 |
Color Harmonies of #E272A4
Complementary color
Monochromatic Colors of #E272A4
Black with #E272A4
Text Example
Text Example
White with #E272A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272A4; }
p { color: rgb(226,114,164); }
H1.HeaderClassName
{
color: #E272A4;
}
.AnyTagClassName
{
color: #E272A4;
}
</style>
background-color css
<style>
a { background-color: #E272A4; }
a { background-color: rgb(226,114,164); }
div.DivClassName
{
background-color: #E272A4;
}
.BgClassName
{
background-color: #E272A4;
}
</style>
border-color css
<style>
span { border-color: #E272A4; }
span { border-color: rgb(226,114,164); }
td.TdClassName
{
border-color: #E272A4;
}
.TagClassName
{
border-color: #E272A4;
}
</style>