Shades of Pale Violet Red #E55E9C
Tints of Pale Violet Red #E55E9C
RGB
CMYK
RGB Variations
Color information
#E55E9C (or 0xE55E9C) is known color: Pale Violet Red. HEX triplet: E5, 5E and 9C. RGB value is (229,94,156). Sum of RGB (Red+Green+Blue) = 229+94+156=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E9C is #1AA163. Grayscale: #8D8D8D. Windows color (decimal): -1745252 or 10247909. OLE color: 10247909.
HSL color Cylindrical-coordinate representation of color #E55E9C: hue angle of 332.44º 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 #E55E9C is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 156 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.10 |
| HSL | 332.44º | 0.72% | 0.63% | - |
| HSV(B) | 332.44º | 0.59% | 0.9% | - |
| XYZ | 42.32 | 27.06 | 34.45 | - |
| YUV | 141.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 156 | 0 | 0.59 | 0.32 | 0.10 | 332.44 | 0.72 | 0.63 |
| Hex | E5 | 5E | 9C | 0 | 3B | 20 | A | 14C | 48 | 3F |
| Octal | 345 | 136 | 234 | 0 | 73 | 40 | 12 | 514 | 110 | 77 |
| Binary | 11100101 | 1011110 | 10011100 | 0 | 111011 | 100000 | 1010 | 101001100 | 1001000 | 111111 |
Color Harmonies of #E55E9C
Complementary color
Monochromatic Colors of #E55E9C
Black with #E55E9C
Text Example
Text Example
White with #E55E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E9C; }
p { color: rgb(229,94,156); }
H1.HeaderClassName
{
color: #E55E9C;
}
.AnyTagClassName
{
color: #E55E9C;
}
</style>
background-color css
<style>
a { background-color: #E55E9C; }
a { background-color: rgb(229,94,156); }
div.DivClassName
{
background-color: #E55E9C;
}
.BgClassName
{
background-color: #E55E9C;
}
</style>
border-color css
<style>
span { border-color: #E55E9C; }
span { border-color: rgb(229,94,156); }
td.TdClassName
{
border-color: #E55E9C;
}
.TagClassName
{
border-color: #E55E9C;
}
</style>