Shades of Pale Violet Red #E55B96
Tints of Pale Violet Red #E55B96
RGB
CMYK
RGB Variations
Color information
#E55B96 (or 0xE55B96) is known color: Pale Violet Red. HEX triplet: E5, 5B and 96. RGB value is (229,91,150). Sum of RGB (Red+Green+Blue) = 229+91+150=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55B96 is #1AA469. Grayscale: #8A8A8A. Windows color (decimal): -1746026 or 9853925. OLE color: 9853925.
HSL color Cylindrical-coordinate representation of color #E55B96: hue angle of 334.35º degrees, saturation: 0.73, 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 #E55B96 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 150 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.10 |
| HSL | 334.35º | 0.73% | 0.63% | - |
| HSV(B) | 334.35º | 0.6% | 0.9% | - |
| XYZ | 41.56 | 26.34 | 31.75 | - |
| YUV | 138.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 150 | 0 | 0.60 | 0.34 | 0.10 | 334.35 | 0.73 | 0.63 |
| Hex | E5 | 5B | 96 | 0 | 3C | 22 | A | 14E | 49 | 3F |
| Octal | 345 | 133 | 226 | 0 | 74 | 42 | 12 | 516 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10010110 | 0 | 111100 | 100010 | 1010 | 101001110 | 1001001 | 111111 |
Color Harmonies of #E55B96
Complementary color
Monochromatic Colors of #E55B96
Black with #E55B96
Text Example
Text Example
White with #E55B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B96; }
p { color: rgb(229,91,150); }
H1.HeaderClassName
{
color: #E55B96;
}
.AnyTagClassName
{
color: #E55B96;
}
</style>
background-color css
<style>
a { background-color: #E55B96; }
a { background-color: rgb(229,91,150); }
div.DivClassName
{
background-color: #E55B96;
}
.BgClassName
{
background-color: #E55B96;
}
</style>
border-color css
<style>
span { border-color: #E55B96; }
span { border-color: rgb(229,91,150); }
td.TdClassName
{
border-color: #E55B96;
}
.TagClassName
{
border-color: #E55B96;
}
</style>