Shades of Pale Violet Red #E26F99
Tints of Pale Violet Red #E26F99
RGB
CMYK
RGB Variations
Color information
#E26F99 (or 0xE26F99) is known color: Pale Violet Red. HEX triplet: E2, 6F and 99. RGB value is (226,111,153). Sum of RGB (Red+Green+Blue) = 226+111+153=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26F99 is #1D9066. Grayscale: #969696. Windows color (decimal): -1937511 or 10055650. OLE color: 10055650.
HSL color Cylindrical-coordinate representation of color #E26F99: hue angle of 338.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26F99 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 153 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.11 |
| HSL | 338.09º | 0.66% | 0.66% | - |
| HSV(B) | 338.09º | 0.51% | 0.89% | - |
| XYZ | 42.8 | 29.84 | 33.64 | - |
| YUV | 150.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 153 | 0 | 0.51 | 0.32 | 0.11 | 338.09 | 0.66 | 0.66 |
| Hex | E2 | 6F | 99 | 0 | 33 | 20 | B | 152 | 42 | 42 |
| Octal | 342 | 157 | 231 | 0 | 63 | 40 | 13 | 522 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10011001 | 0 | 110011 | 100000 | 1011 | 101010010 | 1000010 | 1000010 |
Color Harmonies of #E26F99
Complementary color
Monochromatic Colors of #E26F99
Black with #E26F99
Text Example
Text Example
White with #E26F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F99; }
p { color: rgb(226,111,153); }
H1.HeaderClassName
{
color: #E26F99;
}
.AnyTagClassName
{
color: #E26F99;
}
</style>
background-color css
<style>
a { background-color: #E26F99; }
a { background-color: rgb(226,111,153); }
div.DivClassName
{
background-color: #E26F99;
}
.BgClassName
{
background-color: #E26F99;
}
</style>
border-color css
<style>
span { border-color: #E26F99; }
span { border-color: rgb(226,111,153); }
td.TdClassName
{
border-color: #E26F99;
}
.TagClassName
{
border-color: #E26F99;
}
</style>