Shades of Pale Violet Red #E56F9E
Tints of Pale Violet Red #E56F9E
RGB
CMYK
RGB Variations
Color information
#E56F9E (or 0xE56F9E) is known color: Pale Violet Red. HEX triplet: E5, 6F and 9E. RGB value is (229,111,158). Sum of RGB (Red+Green+Blue) = 229+111+158=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56F9E is #1A9061. Grayscale: #979797. Windows color (decimal): -1740898 or 10383333. OLE color: 10383333.
HSL color Cylindrical-coordinate representation of color #E56F9E: hue angle of 336.1º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56F9E is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 158 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.10 |
| HSL | 336.1º | 0.69% | 0.67% | - |
| HSV(B) | 336.1º | 0.52% | 0.9% | - |
| XYZ | 44.17 | 30.5 | 35.91 | - |
| YUV | 151.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 158 | 0 | 0.52 | 0.31 | 0.10 | 336.1 | 0.69 | 0.67 |
| Hex | E5 | 6F | 9E | 0 | 34 | 1F | A | 150 | 45 | 43 |
| Octal | 345 | 157 | 236 | 0 | 64 | 37 | 12 | 520 | 105 | 103 |
| Binary | 11100101 | 1101111 | 10011110 | 0 | 110100 | 11111 | 1010 | 101010000 | 1000101 | 1000011 |
Color Harmonies of #E56F9E
Complementary color
Monochromatic Colors of #E56F9E
Black with #E56F9E
Text Example
Text Example
White with #E56F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F9E; }
p { color: rgb(229,111,158); }
H1.HeaderClassName
{
color: #E56F9E;
}
.AnyTagClassName
{
color: #E56F9E;
}
</style>
background-color css
<style>
a { background-color: #E56F9E; }
a { background-color: rgb(229,111,158); }
div.DivClassName
{
background-color: #E56F9E;
}
.BgClassName
{
background-color: #E56F9E;
}
</style>
border-color css
<style>
span { border-color: #E56F9E; }
span { border-color: rgb(229,111,158); }
td.TdClassName
{
border-color: #E56F9E;
}
.TagClassName
{
border-color: #E56F9E;
}
</style>