Shades of Pale Violet Red #E5709F
Tints of Pale Violet Red #E5709F
RGB
CMYK
RGB Variations
Color information
#E5709F (or 0xE5709F) is known color: Pale Violet Red. HEX triplet: E5, 70 and 9F. RGB value is (229,112,159). Sum of RGB (Red+Green+Blue) = 229+112+159=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5709F is #1A8F60. Grayscale: #989898. Windows color (decimal): -1740641 or 10449125. OLE color: 10449125.
HSL color Cylindrical-coordinate representation of color #E5709F: hue angle of 335.9º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5709F is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 159 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.10 |
| HSL | 335.9º | 0.69% | 0.67% | - |
| HSV(B) | 335.9º | 0.51% | 0.9% | - |
| XYZ | 44.37 | 30.75 | 36.4 | - |
| YUV | 152.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 159 | 0 | 0.51 | 0.31 | 0.10 | 335.9 | 0.69 | 0.67 |
| Hex | E5 | 70 | 9F | 0 | 33 | 1F | A | 150 | 45 | 43 |
| Octal | 345 | 160 | 237 | 0 | 63 | 37 | 12 | 520 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10011111 | 0 | 110011 | 11111 | 1010 | 101010000 | 1000101 | 1000011 |
Color Harmonies of #E5709F
Complementary color
Monochromatic Colors of #E5709F
Black with #E5709F
Text Example
Text Example
White with #E5709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5709F; }
p { color: rgb(229,112,159); }
H1.HeaderClassName
{
color: #E5709F;
}
.AnyTagClassName
{
color: #E5709F;
}
</style>
background-color css
<style>
a { background-color: #E5709F; }
a { background-color: rgb(229,112,159); }
div.DivClassName
{
background-color: #E5709F;
}
.BgClassName
{
background-color: #E5709F;
}
</style>
border-color css
<style>
span { border-color: #E5709F; }
span { border-color: rgb(229,112,159); }
td.TdClassName
{
border-color: #E5709F;
}
.TagClassName
{
border-color: #E5709F;
}
</style>