Shades of Pale Violet Red #E26093
Tints of Pale Violet Red #E26093
RGB
CMYK
RGB Variations
Color information
#E26093 (or 0xE26093) is known color: Pale Violet Red. HEX triplet: E2, 60 and 93. RGB value is (226,96,147). Sum of RGB (Red+Green+Blue) = 226+96+147=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E26093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26093 is #1D9F6C. Grayscale: #8C8C8C. Windows color (decimal): -1941357 or 9658594. OLE color: 9658594.
HSL color Cylindrical-coordinate representation of color #E26093: hue angle of 336.46º 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 #E26093 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 147 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.11 |
| HSL | 336.46º | 0.69% | 0.63% | - |
| HSV(B) | 336.46º | 0.58% | 0.89% | - |
| XYZ | 40.81 | 26.64 | 30.59 | - |
| YUV | 140.68 | 131.57 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 147 | 0 | 0.58 | 0.35 | 0.11 | 336.46 | 0.69 | 0.63 |
| Hex | E2 | 60 | 93 | 0 | 3A | 23 | B | 150 | 45 | 3F |
| Octal | 342 | 140 | 223 | 0 | 72 | 43 | 13 | 520 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10010011 | 0 | 111010 | 100011 | 1011 | 101010000 | 1000101 | 111111 |
Color Harmonies of #E26093
Complementary color
Monochromatic Colors of #E26093
Black with #E26093
Text Example
Text Example
White with #E26093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26093; }
p { color: rgb(226,96,147); }
H1.HeaderClassName
{
color: #E26093;
}
.AnyTagClassName
{
color: #E26093;
}
</style>
background-color css
<style>
a { background-color: #E26093; }
a { background-color: rgb(226,96,147); }
div.DivClassName
{
background-color: #E26093;
}
.BgClassName
{
background-color: #E26093;
}
</style>
border-color css
<style>
span { border-color: #E26093; }
span { border-color: rgb(226,96,147); }
td.TdClassName
{
border-color: #E26093;
}
.TagClassName
{
border-color: #E26093;
}
</style>