Shades of Pale Violet Red #E27A9F
Tints of Pale Violet Red #E27A9F
RGB
CMYK
RGB Variations
Color information
#E27A9F (or 0xE27A9F) is known color: Pale Violet Red. HEX triplet: E2, 7A and 9F. RGB value is (226,122,159). Sum of RGB (Red+Green+Blue) = 226+122+159=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A9F is #1D8560. Grayscale: #9D9D9D. Windows color (decimal): -1934689 or 10451682. OLE color: 10451682.
HSL color Cylindrical-coordinate representation of color #E27A9F: hue angle of 338.65º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27A9F is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 159 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.11 |
| HSL | 338.65º | 0.64% | 0.68% | - |
| HSV(B) | 338.65º | 0.46% | 0.89% | - |
| XYZ | 44.58 | 32.59 | 36.74 | - |
| YUV | 157.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 159 | 0 | 0.46 | 0.30 | 0.11 | 338.65 | 0.64 | 0.68 |
| Hex | E2 | 7A | 9F | 0 | 2E | 1E | B | 153 | 40 | 44 |
| Octal | 342 | 172 | 237 | 0 | 56 | 36 | 13 | 523 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10011111 | 0 | 101110 | 11110 | 1011 | 101010011 | 1000000 | 1000100 |
Color Harmonies of #E27A9F
Complementary color
Monochromatic Colors of #E27A9F
Black with #E27A9F
Text Example
Text Example
White with #E27A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A9F; }
p { color: rgb(226,122,159); }
H1.HeaderClassName
{
color: #E27A9F;
}
.AnyTagClassName
{
color: #E27A9F;
}
</style>
background-color css
<style>
a { background-color: #E27A9F; }
a { background-color: rgb(226,122,159); }
div.DivClassName
{
background-color: #E27A9F;
}
.BgClassName
{
background-color: #E27A9F;
}
</style>
border-color css
<style>
span { border-color: #E27A9F; }
span { border-color: rgb(226,122,159); }
td.TdClassName
{
border-color: #E27A9F;
}
.TagClassName
{
border-color: #E27A9F;
}
</style>