Shades of Pale Violet Red #E25DA0
Tints of Pale Violet Red #E25DA0
RGB
CMYK
RGB Variations
Color information
#E25DA0 (or 0xE25DA0) is known color: Pale Violet Red. HEX triplet: E2, 5D and A0. RGB value is (226,93,160). Sum of RGB (Red+Green+Blue) = 226+93+160=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25DA0 is #1DA25F. Grayscale: #8C8C8C. Windows color (decimal): -1942112 or 10509794. OLE color: 10509794.
HSL color Cylindrical-coordinate representation of color #E25DA0: hue angle of 329.77º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25DA0 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 160 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.11 |
| HSL | 329.77º | 0.7% | 0.63% | - |
| HSV(B) | 329.77º | 0.59% | 0.89% | - |
| XYZ | 41.62 | 26.54 | 36.19 | - |
| YUV | 140.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 160 | 0 | 0.59 | 0.29 | 0.11 | 329.77 | 0.7 | 0.63 |
| Hex | E2 | 5D | A0 | 0 | 3B | 1D | B | 14A | 46 | 3F |
| Octal | 342 | 135 | 240 | 0 | 73 | 35 | 13 | 512 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10100000 | 0 | 111011 | 11101 | 1011 | 101001010 | 1000110 | 111111 |
Color Harmonies of #E25DA0
Complementary color
Monochromatic Colors of #E25DA0
Black with #E25DA0
Text Example
Text Example
White with #E25DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DA0; }
p { color: rgb(226,93,160); }
H1.HeaderClassName
{
color: #E25DA0;
}
.AnyTagClassName
{
color: #E25DA0;
}
</style>
background-color css
<style>
a { background-color: #E25DA0; }
a { background-color: rgb(226,93,160); }
div.DivClassName
{
background-color: #E25DA0;
}
.BgClassName
{
background-color: #E25DA0;
}
</style>
border-color css
<style>
span { border-color: #E25DA0; }
span { border-color: rgb(226,93,160); }
td.TdClassName
{
border-color: #E25DA0;
}
.TagClassName
{
border-color: #E25DA0;
}
</style>