Shades of Pale Violet Red #E7709D
Tints of Pale Violet Red #E7709D
RGB
CMYK
RGB Variations
Color information
#E7709D (or 0xE7709D) is known color: Pale Violet Red. HEX triplet: E7, 70 and 9D. RGB value is (231,112,157). Sum of RGB (Red+Green+Blue) = 231+112+157=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7709D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7709D is #188F62. Grayscale: #989898. Windows color (decimal): -1609571 or 10318055. OLE color: 10318055.
HSL color Cylindrical-coordinate representation of color #E7709D: hue angle of 337.31º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7709D is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 157 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.09 |
| HSL | 337.31º | 0.71% | 0.67% | - |
| HSV(B) | 337.31º | 0.52% | 0.91% | - |
| XYZ | 44.83 | 31.01 | 35.52 | - |
| YUV | 152.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 157 | 0 | 0.52 | 0.32 | 0.09 | 337.31 | 0.71 | 0.67 |
| Hex | E7 | 70 | 9D | 0 | 34 | 20 | 9 | 151 | 47 | 43 |
| Octal | 347 | 160 | 235 | 0 | 64 | 40 | 11 | 521 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10011101 | 0 | 110100 | 100000 | 1001 | 101010001 | 1000111 | 1000011 |
Color Harmonies of #E7709D
Complementary color
Monochromatic Colors of #E7709D
Black with #E7709D
Text Example
Text Example
White with #E7709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7709D; }
p { color: rgb(231,112,157); }
H1.HeaderClassName
{
color: #E7709D;
}
.AnyTagClassName
{
color: #E7709D;
}
</style>
background-color css
<style>
a { background-color: #E7709D; }
a { background-color: rgb(231,112,157); }
div.DivClassName
{
background-color: #E7709D;
}
.BgClassName
{
background-color: #E7709D;
}
</style>
border-color css
<style>
span { border-color: #E7709D; }
span { border-color: rgb(231,112,157); }
td.TdClassName
{
border-color: #E7709D;
}
.TagClassName
{
border-color: #E7709D;
}
</style>