Shades of Pale Violet Red #E26DA4
Tints of Pale Violet Red #E26DA4
RGB
CMYK
RGB Variations
Color information
#E26DA4 (or 0xE26DA4) is known color: Pale Violet Red. HEX triplet: E2, 6D and A4. RGB value is (226,109,164). Sum of RGB (Red+Green+Blue) = 226+109+164=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26DA4 is #1D925B. Grayscale: #969696. Windows color (decimal): -1938012 or 10776034. OLE color: 10776034.
HSL color Cylindrical-coordinate representation of color #E26DA4: hue angle of 331.79º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26DA4 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 164 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.11 |
| HSL | 331.79º | 0.67% | 0.66% | - |
| HSV(B) | 331.79º | 0.52% | 0.89% | - |
| XYZ | 43.53 | 29.79 | 38.58 | - |
| YUV | 150.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 164 | 0 | 0.52 | 0.27 | 0.11 | 331.79 | 0.67 | 0.66 |
| Hex | E2 | 6D | A4 | 0 | 34 | 1B | B | 14C | 43 | 42 |
| Octal | 342 | 155 | 244 | 0 | 64 | 33 | 13 | 514 | 103 | 102 |
| Binary | 11100010 | 1101101 | 10100100 | 0 | 110100 | 11011 | 1011 | 101001100 | 1000011 | 1000010 |
Color Harmonies of #E26DA4
Complementary color
Monochromatic Colors of #E26DA4
Black with #E26DA4
Text Example
Text Example
White with #E26DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26DA4; }
p { color: rgb(226,109,164); }
H1.HeaderClassName
{
color: #E26DA4;
}
.AnyTagClassName
{
color: #E26DA4;
}
</style>
background-color css
<style>
a { background-color: #E26DA4; }
a { background-color: rgb(226,109,164); }
div.DivClassName
{
background-color: #E26DA4;
}
.BgClassName
{
background-color: #E26DA4;
}
</style>
border-color css
<style>
span { border-color: #E26DA4; }
span { border-color: rgb(226,109,164); }
td.TdClassName
{
border-color: #E26DA4;
}
.TagClassName
{
border-color: #E26DA4;
}
</style>