Shades of Pale Violet Red #E55F9D
Tints of Pale Violet Red #E55F9D
RGB
CMYK
RGB Variations
Color information
#E55F9D (or 0xE55F9D) is known color: Pale Violet Red. HEX triplet: E5, 5F and 9D. RGB value is (229,95,157). Sum of RGB (Red+Green+Blue) = 229+95+157=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F9D is #1AA062. Grayscale: #8E8E8E. Windows color (decimal): -1744995 or 10313701. OLE color: 10313701.
HSL color Cylindrical-coordinate representation of color #E55F9D: hue angle of 332.24º 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 #E55F9D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 157 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.10 |
| HSL | 332.24º | 0.72% | 0.64% | - |
| HSV(B) | 332.24º | 0.59% | 0.9% | - |
| XYZ | 42.49 | 27.28 | 34.92 | - |
| YUV | 142.13 | 136.39 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 157 | 0 | 0.59 | 0.31 | 0.10 | 332.24 | 0.72 | 0.64 |
| Hex | E5 | 5F | 9D | 0 | 3B | 1F | A | 14C | 48 | 40 |
| Octal | 345 | 137 | 235 | 0 | 73 | 37 | 12 | 514 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10011101 | 0 | 111011 | 11111 | 1010 | 101001100 | 1001000 | 1000000 |
Color Harmonies of #E55F9D
Complementary color
Monochromatic Colors of #E55F9D
Black with #E55F9D
Text Example
Text Example
White with #E55F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F9D; }
p { color: rgb(229,95,157); }
H1.HeaderClassName
{
color: #E55F9D;
}
.AnyTagClassName
{
color: #E55F9D;
}
</style>
background-color css
<style>
a { background-color: #E55F9D; }
a { background-color: rgb(229,95,157); }
div.DivClassName
{
background-color: #E55F9D;
}
.BgClassName
{
background-color: #E55F9D;
}
</style>
border-color css
<style>
span { border-color: #E55F9D; }
span { border-color: rgb(229,95,157); }
td.TdClassName
{
border-color: #E55F9D;
}
.TagClassName
{
border-color: #E55F9D;
}
</style>