Shades of Pale Violet Red #E55F99
Tints of Pale Violet Red #E55F99
RGB
CMYK
RGB Variations
Color information
#E55F99 (or 0xE55F99) is known color: Pale Violet Red. HEX triplet: E5, 5F and 99. RGB value is (229,95,153). Sum of RGB (Red+Green+Blue) = 229+95+153=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55F99 is #1AA066. Grayscale: #8D8D8D. Windows color (decimal): -1744999 or 10051557. OLE color: 10051557.
HSL color Cylindrical-coordinate representation of color #E55F99: hue angle of 334.03º 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 #E55F99 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 95 | 153 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.10 |
| HSL | 334.03º | 0.72% | 0.64% | - |
| HSV(B) | 334.03º | 0.59% | 0.9% | - |
| XYZ | 42.16 | 27.14 | 33.15 | - |
| YUV | 141.68 | 134.39 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 153 | 0 | 0.59 | 0.33 | 0.10 | 334.03 | 0.72 | 0.64 |
| Hex | E5 | 5F | 99 | 0 | 3B | 21 | A | 14E | 48 | 40 |
| Octal | 345 | 137 | 231 | 0 | 73 | 41 | 12 | 516 | 110 | 100 |
| Binary | 11100101 | 1011111 | 10011001 | 0 | 111011 | 100001 | 1010 | 101001110 | 1001000 | 1000000 |
Color Harmonies of #E55F99
Complementary color
Monochromatic Colors of #E55F99
Black with #E55F99
Text Example
Text Example
White with #E55F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55F99; }
p { color: rgb(229,95,153); }
H1.HeaderClassName
{
color: #E55F99;
}
.AnyTagClassName
{
color: #E55F99;
}
</style>
background-color css
<style>
a { background-color: #E55F99; }
a { background-color: rgb(229,95,153); }
div.DivClassName
{
background-color: #E55F99;
}
.BgClassName
{
background-color: #E55F99;
}
</style>
border-color css
<style>
span { border-color: #E55F99; }
span { border-color: rgb(229,95,153); }
td.TdClassName
{
border-color: #E55F99;
}
.TagClassName
{
border-color: #E55F99;
}
</style>