Shades of Pale Violet Red #E25DA1
Tints of Pale Violet Red #E25DA1
RGB
CMYK
RGB Variations
Color information
#E25DA1 (or 0xE25DA1) is known color: Pale Violet Red. HEX triplet: E2, 5D and A1. RGB value is (226,93,161). Sum of RGB (Red+Green+Blue) = 226+93+161=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25DA1 is #1DA25E. Grayscale: #8C8C8C. Windows color (decimal): -1942111 or 10575330. OLE color: 10575330.
HSL color Cylindrical-coordinate representation of color #E25DA1: hue angle of 329.32º 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 #E25DA1 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 161 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.11 |
| HSL | 329.32º | 0.7% | 0.63% | - |
| HSV(B) | 329.32º | 0.59% | 0.89% | - |
| XYZ | 41.71 | 26.57 | 36.65 | - |
| YUV | 140.52 | 139.56 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 161 | 0 | 0.59 | 0.29 | 0.11 | 329.32 | 0.7 | 0.63 |
| Hex | E2 | 5D | A1 | 0 | 3B | 1D | B | 149 | 46 | 3F |
| Octal | 342 | 135 | 241 | 0 | 73 | 35 | 13 | 511 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10100001 | 0 | 111011 | 11101 | 1011 | 101001001 | 1000110 | 111111 |
Color Harmonies of #E25DA1
Complementary color
Monochromatic Colors of #E25DA1
Black with #E25DA1
Text Example
Text Example
White with #E25DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DA1; }
p { color: rgb(226,93,161); }
H1.HeaderClassName
{
color: #E25DA1;
}
.AnyTagClassName
{
color: #E25DA1;
}
</style>
background-color css
<style>
a { background-color: #E25DA1; }
a { background-color: rgb(226,93,161); }
div.DivClassName
{
background-color: #E25DA1;
}
.BgClassName
{
background-color: #E25DA1;
}
</style>
border-color css
<style>
span { border-color: #E25DA1; }
span { border-color: rgb(226,93,161); }
td.TdClassName
{
border-color: #E25DA1;
}
.TagClassName
{
border-color: #E25DA1;
}
</style>