Shades of Pale Violet Red #E05F8D
Tints of Pale Violet Red #E05F8D
RGB
CMYK
RGB Variations
Color information
#E05F8D (or 0xE05F8D) is known color: Pale Violet Red. HEX triplet: E0, 5F and 8D. RGB value is (224,95,141). Sum of RGB (Red+Green+Blue) = 224+95+141=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F8D is #1FA072. Grayscale: #8A8A8A. Windows color (decimal): -2072691 or 9265120. OLE color: 9265120.
HSL color Cylindrical-coordinate representation of color #E05F8D: hue angle of 338.6º 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 #E05F8D is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 141 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.12 |
| HSL | 338.6º | 0.68% | 0.63% | - |
| HSV(B) | 338.6º | 0.58% | 0.88% | - |
| XYZ | 39.64 | 25.95 | 28.12 | - |
| YUV | 138.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 141 | 0 | 0.58 | 0.37 | 0.12 | 338.6 | 0.68 | 0.63 |
| Hex | E0 | 5F | 8D | 0 | 3A | 25 | C | 153 | 44 | 3F |
| Octal | 340 | 137 | 215 | 0 | 72 | 45 | 14 | 523 | 104 | 77 |
| Binary | 11100000 | 1011111 | 10001101 | 0 | 111010 | 100101 | 1100 | 101010011 | 1000100 | 111111 |
Color Harmonies of #E05F8D
Complementary color
Monochromatic Colors of #E05F8D
Black with #E05F8D
Text Example
Text Example
White with #E05F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F8D; }
p { color: rgb(224,95,141); }
H1.HeaderClassName
{
color: #E05F8D;
}
.AnyTagClassName
{
color: #E05F8D;
}
</style>
background-color css
<style>
a { background-color: #E05F8D; }
a { background-color: rgb(224,95,141); }
div.DivClassName
{
background-color: #E05F8D;
}
.BgClassName
{
background-color: #E05F8D;
}
</style>
border-color css
<style>
span { border-color: #E05F8D; }
span { border-color: rgb(224,95,141); }
td.TdClassName
{
border-color: #E05F8D;
}
.TagClassName
{
border-color: #E05F8D;
}
</style>