Shades of Pale Violet Red #E25F9F
Tints of Pale Violet Red #E25F9F
RGB
CMYK
RGB Variations
Color information
#E25F9F (or 0xE25F9F) is known color: Pale Violet Red. HEX triplet: E2, 5F and 9F. RGB value is (226,95,159). Sum of RGB (Red+Green+Blue) = 226+95+159=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F9F is #1DA060. Grayscale: #8D8D8D. Windows color (decimal): -1941601 or 10444770. OLE color: 10444770.
HSL color Cylindrical-coordinate representation of color #E25F9F: hue angle of 330.69º 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 #E25F9F is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 159 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.11 |
| HSL | 330.69º | 0.69% | 0.63% | - |
| HSV(B) | 330.69º | 0.58% | 0.89% | - |
| XYZ | 41.71 | 26.86 | 35.79 | - |
| YUV | 141.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 159 | 0 | 0.58 | 0.30 | 0.11 | 330.69 | 0.69 | 0.63 |
| Hex | E2 | 5F | 9F | 0 | 3A | 1E | B | 14B | 45 | 3F |
| Octal | 342 | 137 | 237 | 0 | 72 | 36 | 13 | 513 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10011111 | 0 | 111010 | 11110 | 1011 | 101001011 | 1000101 | 111111 |
Color Harmonies of #E25F9F
Complementary color
Monochromatic Colors of #E25F9F
Black with #E25F9F
Text Example
Text Example
White with #E25F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F9F; }
p { color: rgb(226,95,159); }
H1.HeaderClassName
{
color: #E25F9F;
}
.AnyTagClassName
{
color: #E25F9F;
}
</style>
background-color css
<style>
a { background-color: #E25F9F; }
a { background-color: rgb(226,95,159); }
div.DivClassName
{
background-color: #E25F9F;
}
.BgClassName
{
background-color: #E25F9F;
}
</style>
border-color css
<style>
span { border-color: #E25F9F; }
span { border-color: rgb(226,95,159); }
td.TdClassName
{
border-color: #E25F9F;
}
.TagClassName
{
border-color: #E25F9F;
}
</style>