Shades of Pale Violet Red #E05F9F
Tints of Pale Violet Red #E05F9F
RGB
CMYK
RGB Variations
Color information
#E05F9F (or 0xE05F9F) is known color: Pale Violet Red. HEX triplet: E0, 5F and 9F. RGB value is (224,95,159). Sum of RGB (Red+Green+Blue) = 224+95+159=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F9F is #1FA060. Grayscale: #8C8C8C. Windows color (decimal): -2072673 or 10444768. OLE color: 10444768.
HSL color Cylindrical-coordinate representation of color #E05F9F: hue angle of 330.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05F9F is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 159 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.12 |
| HSL | 330.23º | 0.68% | 0.63% | - |
| HSV(B) | 330.23º | 0.58% | 0.88% | - |
| XYZ | 41.09 | 26.53 | 35.76 | - |
| YUV | 140.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 159 | 0 | 0.58 | 0.29 | 0.12 | 330.23 | 0.68 | 0.63 |
| Hex | E0 | 5F | 9F | 0 | 3A | 1D | C | 14A | 44 | 3F |
| Octal | 340 | 137 | 237 | 0 | 72 | 35 | 14 | 512 | 104 | 77 |
| Binary | 11100000 | 1011111 | 10011111 | 0 | 111010 | 11101 | 1100 | 101001010 | 1000100 | 111111 |
Color Harmonies of #E05F9F
Complementary color
Monochromatic Colors of #E05F9F
Black with #E05F9F
Text Example
Text Example
White with #E05F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F9F; }
p { color: rgb(224,95,159); }
H1.HeaderClassName
{
color: #E05F9F;
}
.AnyTagClassName
{
color: #E05F9F;
}
</style>
background-color css
<style>
a { background-color: #E05F9F; }
a { background-color: rgb(224,95,159); }
div.DivClassName
{
background-color: #E05F9F;
}
.BgClassName
{
background-color: #E05F9F;
}
</style>
border-color css
<style>
span { border-color: #E05F9F; }
span { border-color: rgb(224,95,159); }
td.TdClassName
{
border-color: #E05F9F;
}
.TagClassName
{
border-color: #E05F9F;
}
</style>