Shades of Pale Violet Red #E270A9
Tints of Pale Violet Red #E270A9
RGB
CMYK
RGB Variations
Color information
#E270A9 (or 0xE270A9) is known color: Pale Violet Red. HEX triplet: E2, 70 and A9. RGB value is (226,112,169). Sum of RGB (Red+Green+Blue) = 226+112+169=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 169 (66.41% from 255 or 33.33% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E270A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E270A9 is #1D8F56. Grayscale: #989898. Windows color (decimal): -1937239 or 11104482. OLE color: 11104482.
HSL color Cylindrical-coordinate representation of color #E270A9: hue angle of 330º 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 #E270A9 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 169 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.11 |
| HSL | 330º | 0.66% | 0.66% | - |
| HSV(B) | 330º | 0.5% | 0.89% | - |
| XYZ | 44.32 | 30.62 | 41.11 | - |
| YUV | 152.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 169 | 0 | 0.50 | 0.25 | 0.11 | 330 | 0.66 | 0.66 |
| Hex | E2 | 70 | A9 | 0 | 32 | 19 | B | 14A | 42 | 42 |
| Octal | 342 | 160 | 251 | 0 | 62 | 31 | 13 | 512 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10101001 | 0 | 110010 | 11001 | 1011 | 101001010 | 1000010 | 1000010 |
Color Harmonies of #E270A9
Complementary color
Monochromatic Colors of #E270A9
Black with #E270A9
Text Example
Text Example
White with #E270A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270A9; }
p { color: rgb(226,112,169); }
H1.HeaderClassName
{
color: #E270A9;
}
.AnyTagClassName
{
color: #E270A9;
}
</style>
background-color css
<style>
a { background-color: #E270A9; }
a { background-color: rgb(226,112,169); }
div.DivClassName
{
background-color: #E270A9;
}
.BgClassName
{
background-color: #E270A9;
}
</style>
border-color css
<style>
span { border-color: #E270A9; }
span { border-color: rgb(226,112,169); }
td.TdClassName
{
border-color: #E270A9;
}
.TagClassName
{
border-color: #E270A9;
}
</style>