Shades of Pale Violet Red #E55F93
Tints of Pale Violet Red #E55F93
RGB
CMYK
RGB Variations
Color information
#E55F93 (or 0xE55F93) is known color: Pale Violet Red. HEX triplet: E5, 5F and 93. RGB value is (229,95,147). Sum of RGB (Red+Green+Blue) = 229+95+147=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F93 is #1AA06C. Grayscale: #8C8C8C. Windows color (decimal): -1745005 or 9658341. OLE color: 9658341.
HSL color Cylindrical-coordinate representation of color #E55F93: hue angle of 336.72º 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 #E55F93 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 147 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.10 |
| HSL | 336.72º | 0.72% | 0.64% | - |
| HSV(B) | 336.72º | 0.59% | 0.9% | - |
| XYZ | 41.67 | 26.95 | 30.61 | - |
| YUV | 140.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 147 | 0 | 0.59 | 0.36 | 0.10 | 336.72 | 0.72 | 0.64 |
| Hex | E5 | 5F | 93 | 0 | 3B | 24 | A | 151 | 48 | 40 |
| Octal | 345 | 137 | 223 | 0 | 73 | 44 | 12 | 521 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10010011 | 0 | 111011 | 100100 | 1010 | 101010001 | 1001000 | 1000000 |
Color Harmonies of #E55F93
Complementary color
Monochromatic Colors of #E55F93
Black with #E55F93
Text Example
Text Example
White with #E55F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F93; }
p { color: rgb(229,95,147); }
H1.HeaderClassName
{
color: #E55F93;
}
.AnyTagClassName
{
color: #E55F93;
}
</style>
background-color css
<style>
a { background-color: #E55F93; }
a { background-color: rgb(229,95,147); }
div.DivClassName
{
background-color: #E55F93;
}
.BgClassName
{
background-color: #E55F93;
}
</style>
border-color css
<style>
span { border-color: #E55F93; }
span { border-color: rgb(229,95,147); }
td.TdClassName
{
border-color: #E55F93;
}
.TagClassName
{
border-color: #E55F93;
}
</style>