Shades of Pale Violet Red #E25A99
Tints of Pale Violet Red #E25A99
RGB
CMYK
RGB Variations
Color information
#E25A99 (or 0xE25A99) is known color: Pale Violet Red. HEX triplet: E2, 5A and 99. RGB value is (226,90,153). Sum of RGB (Red+Green+Blue) = 226+90+153=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25A99 is #1DA566. Grayscale: #898989. Windows color (decimal): -1942887 or 10050274. OLE color: 10050274.
HSL color Cylindrical-coordinate representation of color #E25A99: hue angle of 332.21º 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 #E25A99 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 153 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.11 |
| HSL | 332.21º | 0.7% | 0.62% | - |
| HSV(B) | 332.21º | 0.6% | 0.89% | - |
| XYZ | 40.77 | 25.78 | 32.96 | - |
| YUV | 137.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 153 | 0 | 0.60 | 0.32 | 0.11 | 332.21 | 0.7 | 0.62 |
| Hex | E2 | 5A | 99 | 0 | 3C | 20 | B | 14C | 46 | 3E |
| Octal | 342 | 132 | 231 | 0 | 74 | 40 | 13 | 514 | 106 | 76 |
| Binary | 11100010 | 1011010 | 10011001 | 0 | 111100 | 100000 | 1011 | 101001100 | 1000110 | 111110 |
Color Harmonies of #E25A99
Complementary color
Monochromatic Colors of #E25A99
Black with #E25A99
Text Example
Text Example
White with #E25A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A99; }
p { color: rgb(226,90,153); }
H1.HeaderClassName
{
color: #E25A99;
}
.AnyTagClassName
{
color: #E25A99;
}
</style>
background-color css
<style>
a { background-color: #E25A99; }
a { background-color: rgb(226,90,153); }
div.DivClassName
{
background-color: #E25A99;
}
.BgClassName
{
background-color: #E25A99;
}
</style>
border-color css
<style>
span { border-color: #E25A99; }
span { border-color: rgb(226,90,153); }
td.TdClassName
{
border-color: #E25A99;
}
.TagClassName
{
border-color: #E25A99;
}
</style>