Shades of Pale Violet Red #E25E90
Tints of Pale Violet Red #E25E90
RGB
CMYK
RGB Variations
Color information
#E25E90 (or 0xE25E90) is known color: Pale Violet Red. HEX triplet: E2, 5E and 90. RGB value is (226,94,144). Sum of RGB (Red+Green+Blue) = 226+94+144=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E90 is #1DA16F. Grayscale: #8B8B8B. Windows color (decimal): -1941872 or 9461474. OLE color: 9461474.
HSL color Cylindrical-coordinate representation of color #E25E90: hue angle of 337.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25E90 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 144 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.11 |
| HSL | 337.27º | 0.69% | 0.63% | - |
| HSV(B) | 337.27º | 0.58% | 0.89% | - |
| XYZ | 40.4 | 26.19 | 29.31 | - |
| YUV | 139.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 144 | 0 | 0.58 | 0.36 | 0.11 | 337.27 | 0.69 | 0.63 |
| Hex | E2 | 5E | 90 | 0 | 3A | 24 | B | 151 | 45 | 3F |
| Octal | 342 | 136 | 220 | 0 | 72 | 44 | 13 | 521 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10010000 | 0 | 111010 | 100100 | 1011 | 101010001 | 1000101 | 111111 |
Color Harmonies of #E25E90
Complementary color
Monochromatic Colors of #E25E90
Black with #E25E90
Text Example
Text Example
White with #E25E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E90; }
p { color: rgb(226,94,144); }
H1.HeaderClassName
{
color: #E25E90;
}
.AnyTagClassName
{
color: #E25E90;
}
</style>
background-color css
<style>
a { background-color: #E25E90; }
a { background-color: rgb(226,94,144); }
div.DivClassName
{
background-color: #E25E90;
}
.BgClassName
{
background-color: #E25E90;
}
</style>
border-color css
<style>
span { border-color: #E25E90; }
span { border-color: rgb(226,94,144); }
td.TdClassName
{
border-color: #E25E90;
}
.TagClassName
{
border-color: #E25E90;
}
</style>