Shades of Pale Violet Red #E05D9E
Tints of Pale Violet Red #E05D9E
RGB
CMYK
RGB Variations
Color information
#E05D9E (or 0xE05D9E) is known color: Pale Violet Red. HEX triplet: E0, 5D and 9E. RGB value is (224,93,158). Sum of RGB (Red+Green+Blue) = 224+93+158=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D9E is #1FA261. Grayscale: #8B8B8B. Windows color (decimal): -2073186 or 10378720. OLE color: 10378720.
HSL color Cylindrical-coordinate representation of color #E05D9E: hue angle of 330.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05D9E is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 158 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.12 |
| HSL | 330.23º | 0.68% | 0.62% | - |
| HSV(B) | 330.23º | 0.58% | 0.88% | - |
| XYZ | 40.83 | 26.14 | 35.24 | - |
| YUV | 139.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 158 | 0 | 0.58 | 0.29 | 0.12 | 330.23 | 0.68 | 0.62 |
| Hex | E0 | 5D | 9E | 0 | 3A | 1D | C | 14A | 44 | 3E |
| Octal | 340 | 135 | 236 | 0 | 72 | 35 | 14 | 512 | 104 | 76 |
| Binary | 11100000 | 1011101 | 10011110 | 0 | 111010 | 11101 | 1100 | 101001010 | 1000100 | 111110 |
Color Harmonies of #E05D9E
Complementary color
Monochromatic Colors of #E05D9E
Black with #E05D9E
Text Example
Text Example
White with #E05D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D9E; }
p { color: rgb(224,93,158); }
H1.HeaderClassName
{
color: #E05D9E;
}
.AnyTagClassName
{
color: #E05D9E;
}
</style>
background-color css
<style>
a { background-color: #E05D9E; }
a { background-color: rgb(224,93,158); }
div.DivClassName
{
background-color: #E05D9E;
}
.BgClassName
{
background-color: #E05D9E;
}
</style>
border-color css
<style>
span { border-color: #E05D9E; }
span { border-color: rgb(224,93,158); }
td.TdClassName
{
border-color: #E05D9E;
}
.TagClassName
{
border-color: #E05D9E;
}
</style>