Shades of Pale Violet Red #E26C99
Tints of Pale Violet Red #E26C99
RGB
CMYK
RGB Variations
Color information
#E26C99 (or 0xE26C99) is known color: Pale Violet Red. HEX triplet: E2, 6C and 99. RGB value is (226,108,153). Sum of RGB (Red+Green+Blue) = 226+108+153=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26C99 is #1D9366. Grayscale: #949494. Windows color (decimal): -1938279 or 10054882. OLE color: 10054882.
HSL color Cylindrical-coordinate representation of color #E26C99: hue angle of 337.12º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26C99 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 153 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.11 |
| HSL | 337.12º | 0.67% | 0.65% | - |
| HSV(B) | 337.12º | 0.52% | 0.89% | - |
| XYZ | 42.48 | 29.19 | 33.53 | - |
| YUV | 148.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 153 | 0 | 0.52 | 0.32 | 0.11 | 337.12 | 0.67 | 0.65 |
| Hex | E2 | 6C | 99 | 0 | 34 | 20 | B | 151 | 43 | 41 |
| Octal | 342 | 154 | 231 | 0 | 64 | 40 | 13 | 521 | 103 | 101 |
| Binary | 11100010 | 1101100 | 10011001 | 0 | 110100 | 100000 | 1011 | 101010001 | 1000011 | 1000001 |
Color Harmonies of #E26C99
Complementary color
Monochromatic Colors of #E26C99
Black with #E26C99
Text Example
Text Example
White with #E26C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C99; }
p { color: rgb(226,108,153); }
H1.HeaderClassName
{
color: #E26C99;
}
.AnyTagClassName
{
color: #E26C99;
}
</style>
background-color css
<style>
a { background-color: #E26C99; }
a { background-color: rgb(226,108,153); }
div.DivClassName
{
background-color: #E26C99;
}
.BgClassName
{
background-color: #E26C99;
}
</style>
border-color css
<style>
span { border-color: #E26C99; }
span { border-color: rgb(226,108,153); }
td.TdClassName
{
border-color: #E26C99;
}
.TagClassName
{
border-color: #E26C99;
}
</style>