Shades of Pale Violet Red #E27299
Tints of Pale Violet Red #E27299
RGB
CMYK
RGB Variations
Color information
#E27299 (or 0xE27299) is known color: Pale Violet Red. HEX triplet: E2, 72 and 99. RGB value is (226,114,153). Sum of RGB (Red+Green+Blue) = 226+114+153=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E27299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27299 is #1D8D66. Grayscale: #979797. Windows color (decimal): -1936743 or 10056418. OLE color: 10056418.
HSL color Cylindrical-coordinate representation of color #E27299: hue angle of 339.11º 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 #E27299 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 114 | 153 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.11 |
| HSL | 339.11º | 0.66% | 0.67% | - |
| HSV(B) | 339.11º | 0.5% | 0.89% | - |
| XYZ | 43.13 | 30.5 | 33.75 | - |
| YUV | 151.93 | 128.61 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 153 | 0 | 0.50 | 0.32 | 0.11 | 339.11 | 0.66 | 0.67 |
| Hex | E2 | 72 | 99 | 0 | 32 | 20 | B | 153 | 42 | 43 |
| Octal | 342 | 162 | 231 | 0 | 62 | 40 | 13 | 523 | 102 | 103 |
| Binary | 11100010 | 1110010 | 10011001 | 0 | 110010 | 100000 | 1011 | 101010011 | 1000010 | 1000011 |
Color Harmonies of #E27299
Complementary color
Monochromatic Colors of #E27299
Black with #E27299
Text Example
Text Example
White with #E27299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27299; }
p { color: rgb(226,114,153); }
H1.HeaderClassName
{
color: #E27299;
}
.AnyTagClassName
{
color: #E27299;
}
</style>
background-color css
<style>
a { background-color: #E27299; }
a { background-color: rgb(226,114,153); }
div.DivClassName
{
background-color: #E27299;
}
.BgClassName
{
background-color: #E27299;
}
</style>
border-color css
<style>
span { border-color: #E27299; }
span { border-color: rgb(226,114,153); }
td.TdClassName
{
border-color: #E27299;
}
.TagClassName
{
border-color: #E27299;
}
</style>