Shades of Pale Violet Red #E25CA1
Tints of Pale Violet Red #E25CA1
RGB
CMYK
RGB Variations
Color information
#E25CA1 (or 0xE25CA1) is known color: Pale Violet Red. HEX triplet: E2, 5C and A1. RGB value is (226,92,161). Sum of RGB (Red+Green+Blue) = 226+92+161=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25CA1 is #1DA35E. Grayscale: #8B8B8B. Windows color (decimal): -1942367 or 10575074. OLE color: 10575074.
HSL color Cylindrical-coordinate representation of color #E25CA1: hue angle of 329.1º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CA1 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 161 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.11 |
| HSL | 329.1º | 0.7% | 0.62% | - |
| HSV(B) | 329.1º | 0.59% | 0.89% | - |
| XYZ | 41.62 | 26.4 | 36.62 | - |
| YUV | 139.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 161 | 0 | 0.59 | 0.29 | 0.11 | 329.1 | 0.7 | 0.62 |
| Hex | E2 | 5C | A1 | 0 | 3B | 1D | B | 149 | 46 | 3E |
| Octal | 342 | 134 | 241 | 0 | 73 | 35 | 13 | 511 | 106 | 76 |
| Binary | 11100010 | 1011100 | 10100001 | 0 | 111011 | 11101 | 1011 | 101001001 | 1000110 | 111110 |
Color Harmonies of #E25CA1
Complementary color
Monochromatic Colors of #E25CA1
Black with #E25CA1
Text Example
Text Example
White with #E25CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CA1; }
p { color: rgb(226,92,161); }
H1.HeaderClassName
{
color: #E25CA1;
}
.AnyTagClassName
{
color: #E25CA1;
}
</style>
background-color css
<style>
a { background-color: #E25CA1; }
a { background-color: rgb(226,92,161); }
div.DivClassName
{
background-color: #E25CA1;
}
.BgClassName
{
background-color: #E25CA1;
}
</style>
border-color css
<style>
span { border-color: #E25CA1; }
span { border-color: rgb(226,92,161); }
td.TdClassName
{
border-color: #E25CA1;
}
.TagClassName
{
border-color: #E25CA1;
}
</style>