Shades of Pale Violet Red #E05F9A
Tints of Pale Violet Red #E05F9A
RGB
CMYK
RGB Variations
Color information
#E05F9A (or 0xE05F9A) is known color: Pale Violet Red. HEX triplet: E0, 5F and 9A. RGB value is (224,95,154). Sum of RGB (Red+Green+Blue) = 224+95+154=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F9A is #1FA065. Grayscale: #8C8C8C. Windows color (decimal): -2072678 or 10117088. OLE color: 10117088.
HSL color Cylindrical-coordinate representation of color #E05F9A: hue angle of 332.56º 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 #E05F9A is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 154 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.12 |
| HSL | 332.56º | 0.68% | 0.63% | - |
| HSV(B) | 332.56º | 0.58% | 0.88% | - |
| XYZ | 40.67 | 26.36 | 33.52 | - |
| YUV | 140.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 154 | 0 | 0.58 | 0.31 | 0.12 | 332.56 | 0.68 | 0.63 |
| Hex | E0 | 5F | 9A | 0 | 3A | 1F | C | 14D | 44 | 3F |
| Octal | 340 | 137 | 232 | 0 | 72 | 37 | 14 | 515 | 104 | 77 |
| Binary | 11100000 | 1011111 | 10011010 | 0 | 111010 | 11111 | 1100 | 101001101 | 1000100 | 111111 |
Color Harmonies of #E05F9A
Complementary color
Monochromatic Colors of #E05F9A
Black with #E05F9A
Text Example
Text Example
White with #E05F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F9A; }
p { color: rgb(224,95,154); }
H1.HeaderClassName
{
color: #E05F9A;
}
.AnyTagClassName
{
color: #E05F9A;
}
</style>
background-color css
<style>
a { background-color: #E05F9A; }
a { background-color: rgb(224,95,154); }
div.DivClassName
{
background-color: #E05F9A;
}
.BgClassName
{
background-color: #E05F9A;
}
</style>
border-color css
<style>
span { border-color: #E05F9A; }
span { border-color: rgb(224,95,154); }
td.TdClassName
{
border-color: #E05F9A;
}
.TagClassName
{
border-color: #E05F9A;
}
</style>