Shades of Pale Violet Red #E25F9A
Tints of Pale Violet Red #E25F9A
RGB
CMYK
RGB Variations
Color information
#E25F9A (or 0xE25F9A) is known color: Pale Violet Red. HEX triplet: E2, 5F and 9A. RGB value is (226,95,154). Sum of RGB (Red+Green+Blue) = 226+95+154=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F9A is #1DA065. Grayscale: #8C8C8C. Windows color (decimal): -1941606 or 10117090. OLE color: 10117090.
HSL color Cylindrical-coordinate representation of color #E25F9A: hue angle of 332.98º 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 #E25F9A is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 154 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.11 |
| HSL | 332.98º | 0.69% | 0.63% | - |
| HSV(B) | 332.98º | 0.58% | 0.89% | - |
| XYZ | 41.29 | 26.69 | 33.55 | - |
| YUV | 140.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 154 | 0 | 0.58 | 0.32 | 0.11 | 332.98 | 0.69 | 0.63 |
| Hex | E2 | 5F | 9A | 0 | 3A | 20 | B | 14D | 45 | 3F |
| Octal | 342 | 137 | 232 | 0 | 72 | 40 | 13 | 515 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10011010 | 0 | 111010 | 100000 | 1011 | 101001101 | 1000101 | 111111 |
Color Harmonies of #E25F9A
Complementary color
Monochromatic Colors of #E25F9A
Black with #E25F9A
Text Example
Text Example
White with #E25F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F9A; }
p { color: rgb(226,95,154); }
H1.HeaderClassName
{
color: #E25F9A;
}
.AnyTagClassName
{
color: #E25F9A;
}
</style>
background-color css
<style>
a { background-color: #E25F9A; }
a { background-color: rgb(226,95,154); }
div.DivClassName
{
background-color: #E25F9A;
}
.BgClassName
{
background-color: #E25F9A;
}
</style>
border-color css
<style>
span { border-color: #E25F9A; }
span { border-color: rgb(226,95,154); }
td.TdClassName
{
border-color: #E25F9A;
}
.TagClassName
{
border-color: #E25F9A;
}
</style>