Shades of Pale Violet Red #E25DA2
Tints of Pale Violet Red #E25DA2
RGB
CMYK
RGB Variations
Color information
#E25DA2 (or 0xE25DA2) is known color: Pale Violet Red. HEX triplet: E2, 5D and A2. RGB value is (226,93,162). Sum of RGB (Red+Green+Blue) = 226+93+162=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 162 (63.67% from 255 or 33.68% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E25DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25DA2 is #1DA25D. Grayscale: #8C8C8C. Windows color (decimal): -1942110 or 10640866. OLE color: 10640866.
HSL color Cylindrical-coordinate representation of color #E25DA2: hue angle of 328.87º 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 #E25DA2 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 162 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.11 |
| HSL | 328.87º | 0.7% | 0.63% | - |
| HSV(B) | 328.87º | 0.59% | 0.89% | - |
| XYZ | 41.8 | 26.61 | 37.11 | - |
| YUV | 140.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 162 | 0 | 0.59 | 0.28 | 0.11 | 328.87 | 0.7 | 0.63 |
| Hex | E2 | 5D | A2 | 0 | 3B | 1C | B | 149 | 46 | 3F |
| Octal | 342 | 135 | 242 | 0 | 73 | 34 | 13 | 511 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10100010 | 0 | 111011 | 11100 | 1011 | 101001001 | 1000110 | 111111 |
Color Harmonies of #E25DA2
Complementary color
Monochromatic Colors of #E25DA2
Black with #E25DA2
Text Example
Text Example
White with #E25DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25DA2; }
p { color: rgb(226,93,162); }
H1.HeaderClassName
{
color: #E25DA2;
}
.AnyTagClassName
{
color: #E25DA2;
}
</style>
background-color css
<style>
a { background-color: #E25DA2; }
a { background-color: rgb(226,93,162); }
div.DivClassName
{
background-color: #E25DA2;
}
.BgClassName
{
background-color: #E25DA2;
}
</style>
border-color css
<style>
span { border-color: #E25DA2; }
span { border-color: rgb(226,93,162); }
td.TdClassName
{
border-color: #E25DA2;
}
.TagClassName
{
border-color: #E25DA2;
}
</style>