Shades of Pale Violet Red #E25D9F
Tints of Pale Violet Red #E25D9F
RGB
CMYK
RGB Variations
Color information
#E25D9F (or 0xE25D9F) is known color: Pale Violet Red. HEX triplet: E2, 5D and 9F. RGB value is (226,93,159). Sum of RGB (Red+Green+Blue) = 226+93+159=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25D9F is #1DA260. Grayscale: #8C8C8C. Windows color (decimal): -1942113 or 10444258. OLE color: 10444258.
HSL color Cylindrical-coordinate representation of color #E25D9F: hue angle of 330.23º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D9F is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 159 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.11 |
| HSL | 330.23º | 0.7% | 0.63% | - |
| HSV(B) | 330.23º | 0.59% | 0.89% | - |
| XYZ | 41.54 | 26.5 | 35.73 | - |
| YUV | 140.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 159 | 0 | 0.59 | 0.30 | 0.11 | 330.23 | 0.7 | 0.63 |
| Hex | E2 | 5D | 9F | 0 | 3B | 1E | B | 14A | 46 | 3F |
| Octal | 342 | 135 | 237 | 0 | 73 | 36 | 13 | 512 | 106 | 77 |
| Binary | 11100010 | 1011101 | 10011111 | 0 | 111011 | 11110 | 1011 | 101001010 | 1000110 | 111111 |
Color Harmonies of #E25D9F
Complementary color
Monochromatic Colors of #E25D9F
Black with #E25D9F
Text Example
Text Example
White with #E25D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D9F; }
p { color: rgb(226,93,159); }
H1.HeaderClassName
{
color: #E25D9F;
}
.AnyTagClassName
{
color: #E25D9F;
}
</style>
background-color css
<style>
a { background-color: #E25D9F; }
a { background-color: rgb(226,93,159); }
div.DivClassName
{
background-color: #E25D9F;
}
.BgClassName
{
background-color: #E25D9F;
}
</style>
border-color css
<style>
span { border-color: #E25D9F; }
span { border-color: rgb(226,93,159); }
td.TdClassName
{
border-color: #E25D9F;
}
.TagClassName
{
border-color: #E25D9F;
}
</style>