Shades of Pale Violet Red #E55F9F
Tints of Pale Violet Red #E55F9F
RGB
CMYK
RGB Variations
Color information
#E55F9F (or 0xE55F9F) is known color: Pale Violet Red. HEX triplet: E5, 5F and 9F. RGB value is (229,95,159). Sum of RGB (Red+Green+Blue) = 229+95+159=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F9F is #1AA060. Grayscale: #8E8E8E. Windows color (decimal): -1744993 or 10444773. OLE color: 10444773.
HSL color Cylindrical-coordinate representation of color #E55F9F: hue angle of 331.34º 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 #E55F9F is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 159 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.10 |
| HSL | 331.34º | 0.72% | 0.64% | - |
| HSV(B) | 331.34º | 0.59% | 0.9% | - |
| XYZ | 42.66 | 27.35 | 35.83 | - |
| YUV | 142.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 159 | 0 | 0.59 | 0.31 | 0.10 | 331.34 | 0.72 | 0.64 |
| Hex | E5 | 5F | 9F | 0 | 3B | 1F | A | 14B | 48 | 40 |
| Octal | 345 | 137 | 237 | 0 | 73 | 37 | 12 | 513 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10011111 | 0 | 111011 | 11111 | 1010 | 101001011 | 1001000 | 1000000 |
Color Harmonies of #E55F9F
Complementary color
Monochromatic Colors of #E55F9F
Black with #E55F9F
Text Example
Text Example
White with #E55F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F9F; }
p { color: rgb(229,95,159); }
H1.HeaderClassName
{
color: #E55F9F;
}
.AnyTagClassName
{
color: #E55F9F;
}
</style>
background-color css
<style>
a { background-color: #E55F9F; }
a { background-color: rgb(229,95,159); }
div.DivClassName
{
background-color: #E55F9F;
}
.BgClassName
{
background-color: #E55F9F;
}
</style>
border-color css
<style>
span { border-color: #E55F9F; }
span { border-color: rgb(229,95,159); }
td.TdClassName
{
border-color: #E55F9F;
}
.TagClassName
{
border-color: #E55F9F;
}
</style>