Shades of Pale Violet Red #E55C9C
Tints of Pale Violet Red #E55C9C
RGB
CMYK
RGB Variations
Color information
#E55C9C (or 0xE55C9C) is known color: Pale Violet Red. HEX triplet: E5, 5C and 9C. RGB value is (229,92,156). Sum of RGB (Red+Green+Blue) = 229+92+156=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55C9C is #1AA363. Grayscale: #8C8C8C. Windows color (decimal): -1745764 or 10247397. OLE color: 10247397.
HSL color Cylindrical-coordinate representation of color #E55C9C: hue angle of 331.97º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55C9C is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 156 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.10 |
| HSL | 331.97º | 0.72% | 0.63% | - |
| HSV(B) | 331.97º | 0.6% | 0.9% | - |
| XYZ | 42.14 | 26.71 | 34.39 | - |
| YUV | 140.26 | 136.89 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 156 | 0 | 0.60 | 0.32 | 0.10 | 331.97 | 0.72 | 0.63 |
| Hex | E5 | 5C | 9C | 0 | 3C | 20 | A | 14C | 48 | 3F |
| Octal | 345 | 134 | 234 | 0 | 74 | 40 | 12 | 514 | 110 | 77 |
| Binary | 11100101 | 1011100 | 10011100 | 0 | 111100 | 100000 | 1010 | 101001100 | 1001000 | 111111 |
Color Harmonies of #E55C9C
Complementary color
Monochromatic Colors of #E55C9C
Black with #E55C9C
Text Example
Text Example
White with #E55C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C9C; }
p { color: rgb(229,92,156); }
H1.HeaderClassName
{
color: #E55C9C;
}
.AnyTagClassName
{
color: #E55C9C;
}
</style>
background-color css
<style>
a { background-color: #E55C9C; }
a { background-color: rgb(229,92,156); }
div.DivClassName
{
background-color: #E55C9C;
}
.BgClassName
{
background-color: #E55C9C;
}
</style>
border-color css
<style>
span { border-color: #E55C9C; }
span { border-color: rgb(229,92,156); }
td.TdClassName
{
border-color: #E55C9C;
}
.TagClassName
{
border-color: #E55C9C;
}
</style>