Shades of Pale Violet Red #E25B9A
Tints of Pale Violet Red #E25B9A
RGB
CMYK
RGB Variations
Color information
#E25B9A (or 0xE25B9A) is known color: Pale Violet Red. HEX triplet: E2, 5B and 9A. RGB value is (226,91,154). Sum of RGB (Red+Green+Blue) = 226+91+154=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25B9A is #1DA465. Grayscale: #8A8A8A. Windows color (decimal): -1942630 or 10116066. OLE color: 10116066.
HSL color Cylindrical-coordinate representation of color #E25B9A: hue angle of 332º 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 #E25B9A is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 154 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.11 |
| HSL | 332º | 0.7% | 0.62% | - |
| HSV(B) | 332º | 0.6% | 0.89% | - |
| XYZ | 40.94 | 25.98 | 33.43 | - |
| YUV | 138.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 154 | 0 | 0.60 | 0.32 | 0.11 | 332 | 0.7 | 0.62 |
| Hex | E2 | 5B | 9A | 0 | 3C | 20 | B | 14C | 46 | 3E |
| Octal | 342 | 133 | 232 | 0 | 74 | 40 | 13 | 514 | 106 | 76 |
| Binary | 11100010 | 1011011 | 10011010 | 0 | 111100 | 100000 | 1011 | 101001100 | 1000110 | 111110 |
Color Harmonies of #E25B9A
Complementary color
Monochromatic Colors of #E25B9A
Black with #E25B9A
Text Example
Text Example
White with #E25B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B9A; }
p { color: rgb(226,91,154); }
H1.HeaderClassName
{
color: #E25B9A;
}
.AnyTagClassName
{
color: #E25B9A;
}
</style>
background-color css
<style>
a { background-color: #E25B9A; }
a { background-color: rgb(226,91,154); }
div.DivClassName
{
background-color: #E25B9A;
}
.BgClassName
{
background-color: #E25B9A;
}
</style>
border-color css
<style>
span { border-color: #E25B9A; }
span { border-color: rgb(226,91,154); }
td.TdClassName
{
border-color: #E25B9A;
}
.TagClassName
{
border-color: #E25B9A;
}
</style>