Shades of Pale Violet Red #E25BA0
Tints of Pale Violet Red #E25BA0
RGB
CMYK
RGB Variations
Color information
#E25BA0 (or 0xE25BA0) is known color: Pale Violet Red. HEX triplet: E2, 5B and A0. RGB value is (226,91,160). Sum of RGB (Red+Green+Blue) = 226+91+160=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 91 (35.94% from 255 or 19.08% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E25BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25BA0 is #1DA45F. Grayscale: #8B8B8B. Windows color (decimal): -1942624 or 10509282. OLE color: 10509282.
HSL color Cylindrical-coordinate representation of color #E25BA0: hue angle of 329.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25BA0 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 160 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.11 |
| HSL | 329.33º | 0.7% | 0.62% | - |
| HSV(B) | 329.33º | 0.6% | 0.89% | - |
| XYZ | 41.45 | 26.19 | 36.13 | - |
| YUV | 139.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 160 | 0 | 0.60 | 0.29 | 0.11 | 329.33 | 0.7 | 0.62 |
| Hex | E2 | 5B | A0 | 0 | 3C | 1D | B | 149 | 46 | 3E |
| Octal | 342 | 133 | 240 | 0 | 74 | 35 | 13 | 511 | 106 | 76 |
| Binary | 11100010 | 1011011 | 10100000 | 0 | 111100 | 11101 | 1011 | 101001001 | 1000110 | 111110 |
Color Harmonies of #E25BA0
Complementary color
Monochromatic Colors of #E25BA0
Black with #E25BA0
Text Example
Text Example
White with #E25BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BA0; }
p { color: rgb(226,91,160); }
H1.HeaderClassName
{
color: #E25BA0;
}
.AnyTagClassName
{
color: #E25BA0;
}
</style>
background-color css
<style>
a { background-color: #E25BA0; }
a { background-color: rgb(226,91,160); }
div.DivClassName
{
background-color: #E25BA0;
}
.BgClassName
{
background-color: #E25BA0;
}
</style>
border-color css
<style>
span { border-color: #E25BA0; }
span { border-color: rgb(226,91,160); }
td.TdClassName
{
border-color: #E25BA0;
}
.TagClassName
{
border-color: #E25BA0;
}
</style>