Shades of Pale Violet Red #E55D93
Tints of Pale Violet Red #E55D93
RGB
CMYK
RGB Variations
Color information
#E55D93 (or 0xE55D93) is known color: Pale Violet Red. HEX triplet: E5, 5D and 93. RGB value is (229,93,147). Sum of RGB (Red+Green+Blue) = 229+93+147=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55D93 is #1AA26C. Grayscale: #8B8B8B. Windows color (decimal): -1745517 or 9657829. OLE color: 9657829.
HSL color Cylindrical-coordinate representation of color #E55D93: hue angle of 336.18º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55D93 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 147 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.10 |
| HSL | 336.18º | 0.72% | 0.63% | - |
| HSV(B) | 336.18º | 0.59% | 0.9% | - |
| XYZ | 41.49 | 26.59 | 30.55 | - |
| YUV | 139.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 147 | 0 | 0.59 | 0.36 | 0.10 | 336.18 | 0.72 | 0.63 |
| Hex | E5 | 5D | 93 | 0 | 3B | 24 | A | 150 | 48 | 3F |
| Octal | 345 | 135 | 223 | 0 | 73 | 44 | 12 | 520 | 110 | 77 |
| Binary | 11100101 | 1011101 | 10010011 | 0 | 111011 | 100100 | 1010 | 101010000 | 1001000 | 111111 |
Color Harmonies of #E55D93
Complementary color
Monochromatic Colors of #E55D93
Black with #E55D93
Text Example
Text Example
White with #E55D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55D93; }
p { color: rgb(229,93,147); }
H1.HeaderClassName
{
color: #E55D93;
}
.AnyTagClassName
{
color: #E55D93;
}
</style>
background-color css
<style>
a { background-color: #E55D93; }
a { background-color: rgb(229,93,147); }
div.DivClassName
{
background-color: #E55D93;
}
.BgClassName
{
background-color: #E55D93;
}
</style>
border-color css
<style>
span { border-color: #E55D93; }
span { border-color: rgb(229,93,147); }
td.TdClassName
{
border-color: #E55D93;
}
.TagClassName
{
border-color: #E55D93;
}
</style>