Shades of Pale Violet Red #E05F90
Tints of Pale Violet Red #E05F90
RGB
CMYK
RGB Variations
Color information
#E05F90 (or 0xE05F90) is known color: Pale Violet Red. HEX triplet: E0, 5F and 90. RGB value is (224,95,144). Sum of RGB (Red+Green+Blue) = 224+95+144=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F90 is #1FA06F. Grayscale: #8B8B8B. Windows color (decimal): -2072688 or 9461728. OLE color: 9461728.
HSL color Cylindrical-coordinate representation of color #E05F90: hue angle of 337.21º 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 #E05F90 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 144 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.12 |
| HSL | 337.21º | 0.68% | 0.63% | - |
| HSV(B) | 337.21º | 0.58% | 0.88% | - |
| XYZ | 39.87 | 26.05 | 29.31 | - |
| YUV | 139.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 144 | 0 | 0.58 | 0.36 | 0.12 | 337.21 | 0.68 | 0.63 |
| Hex | E0 | 5F | 90 | 0 | 3A | 24 | C | 151 | 44 | 3F |
| Octal | 340 | 137 | 220 | 0 | 72 | 44 | 14 | 521 | 104 | 77 |
| Binary | 11100000 | 1011111 | 10010000 | 0 | 111010 | 100100 | 1100 | 101010001 | 1000100 | 111111 |
Color Harmonies of #E05F90
Complementary color
Monochromatic Colors of #E05F90
Black with #E05F90
Text Example
Text Example
White with #E05F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F90; }
p { color: rgb(224,95,144); }
H1.HeaderClassName
{
color: #E05F90;
}
.AnyTagClassName
{
color: #E05F90;
}
</style>
background-color css
<style>
a { background-color: #E05F90; }
a { background-color: rgb(224,95,144); }
div.DivClassName
{
background-color: #E05F90;
}
.BgClassName
{
background-color: #E05F90;
}
</style>
border-color css
<style>
span { border-color: #E05F90; }
span { border-color: rgb(224,95,144); }
td.TdClassName
{
border-color: #E05F90;
}
.TagClassName
{
border-color: #E05F90;
}
</style>