Shades of Pale Violet Red #E56F9C
Tints of Pale Violet Red #E56F9C
RGB
CMYK
RGB Variations
Color information
#E56F9C (or 0xE56F9C) is known color: Pale Violet Red. HEX triplet: E5, 6F and 9C. RGB value is (229,111,156). Sum of RGB (Red+Green+Blue) = 229+111+156=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56F9C is #1A9063. Grayscale: #979797. Windows color (decimal): -1740900 or 10252261. OLE color: 10252261.
HSL color Cylindrical-coordinate representation of color #E56F9C: hue angle of 337.12º 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 #E56F9C is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 156 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.10 |
| HSL | 337.12º | 0.69% | 0.67% | - |
| HSV(B) | 337.12º | 0.52% | 0.9% | - |
| XYZ | 44 | 30.43 | 35.01 | - |
| YUV | 151.41 | 130.59 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 156 | 0 | 0.52 | 0.32 | 0.10 | 337.12 | 0.69 | 0.67 |
| Hex | E5 | 6F | 9C | 0 | 34 | 20 | A | 151 | 45 | 43 |
| Octal | 345 | 157 | 234 | 0 | 64 | 40 | 12 | 521 | 105 | 103 |
| Binary | 11100101 | 1101111 | 10011100 | 0 | 110100 | 100000 | 1010 | 101010001 | 1000101 | 1000011 |
Color Harmonies of #E56F9C
Complementary color
Monochromatic Colors of #E56F9C
Black with #E56F9C
Text Example
Text Example
White with #E56F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F9C; }
p { color: rgb(229,111,156); }
H1.HeaderClassName
{
color: #E56F9C;
}
.AnyTagClassName
{
color: #E56F9C;
}
</style>
background-color css
<style>
a { background-color: #E56F9C; }
a { background-color: rgb(229,111,156); }
div.DivClassName
{
background-color: #E56F9C;
}
.BgClassName
{
background-color: #E56F9C;
}
</style>
border-color css
<style>
span { border-color: #E56F9C; }
span { border-color: rgb(229,111,156); }
td.TdClassName
{
border-color: #E56F9C;
}
.TagClassName
{
border-color: #E56F9C;
}
</style>