Shades of Pale Violet Red #E26099
Tints of Pale Violet Red #E26099
RGB
CMYK
RGB Variations
Color information
#E26099 (or 0xE26099) is known color: Pale Violet Red. HEX triplet: E2, 60 and 99. RGB value is (226,96,153). Sum of RGB (Red+Green+Blue) = 226+96+153=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E26099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26099 is #1D9F66. Grayscale: #8D8D8D. Windows color (decimal): -1941351 or 10051810. OLE color: 10051810.
HSL color Cylindrical-coordinate representation of color #E26099: hue angle of 333.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26099 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 153 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.11 |
| HSL | 333.69º | 0.69% | 0.63% | - |
| HSV(B) | 333.69º | 0.58% | 0.89% | - |
| XYZ | 41.3 | 26.83 | 33.14 | - |
| YUV | 141.37 | 134.57 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 153 | 0 | 0.58 | 0.32 | 0.11 | 333.69 | 0.69 | 0.63 |
| Hex | E2 | 60 | 99 | 0 | 3A | 20 | B | 14E | 45 | 3F |
| Octal | 342 | 140 | 231 | 0 | 72 | 40 | 13 | 516 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10011001 | 0 | 111010 | 100000 | 1011 | 101001110 | 1000101 | 111111 |
Color Harmonies of #E26099
Complementary color
Monochromatic Colors of #E26099
Black with #E26099
Text Example
Text Example
White with #E26099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26099; }
p { color: rgb(226,96,153); }
H1.HeaderClassName
{
color: #E26099;
}
.AnyTagClassName
{
color: #E26099;
}
</style>
background-color css
<style>
a { background-color: #E26099; }
a { background-color: rgb(226,96,153); }
div.DivClassName
{
background-color: #E26099;
}
.BgClassName
{
background-color: #E26099;
}
</style>
border-color css
<style>
span { border-color: #E26099; }
span { border-color: rgb(226,96,153); }
td.TdClassName
{
border-color: #E26099;
}
.TagClassName
{
border-color: #E26099;
}
</style>