Shades of Pale Violet Red #E55F94
Tints of Pale Violet Red #E55F94
RGB
CMYK
RGB Variations
Color information
#E55F94 (or 0xE55F94) is known color: Pale Violet Red. HEX triplet: E5, 5F and 94. RGB value is (229,95,148). Sum of RGB (Red+Green+Blue) = 229+95+148=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F94 is #1AA06B. Grayscale: #8D8D8D. Windows color (decimal): -1745004 or 9723877. OLE color: 9723877.
HSL color Cylindrical-coordinate representation of color #E55F94: hue angle of 336.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55F94 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 148 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.10 |
| HSL | 336.27º | 0.72% | 0.64% | - |
| HSV(B) | 336.27º | 0.59% | 0.9% | - |
| XYZ | 41.75 | 26.98 | 31.02 | - |
| YUV | 141.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 148 | 0 | 0.59 | 0.35 | 0.10 | 336.27 | 0.72 | 0.64 |
| Hex | E5 | 5F | 94 | 0 | 3B | 23 | A | 150 | 48 | 40 |
| Octal | 345 | 137 | 224 | 0 | 73 | 43 | 12 | 520 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10010100 | 0 | 111011 | 100011 | 1010 | 101010000 | 1001000 | 1000000 |
Color Harmonies of #E55F94
Complementary color
Monochromatic Colors of #E55F94
Black with #E55F94
Text Example
Text Example
White with #E55F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F94; }
p { color: rgb(229,95,148); }
H1.HeaderClassName
{
color: #E55F94;
}
.AnyTagClassName
{
color: #E55F94;
}
</style>
background-color css
<style>
a { background-color: #E55F94; }
a { background-color: rgb(229,95,148); }
div.DivClassName
{
background-color: #E55F94;
}
.BgClassName
{
background-color: #E55F94;
}
</style>
border-color css
<style>
span { border-color: #E55F94; }
span { border-color: rgb(229,95,148); }
td.TdClassName
{
border-color: #E55F94;
}
.TagClassName
{
border-color: #E55F94;
}
</style>