Shades of Pale Violet Red #E7709B
Tints of Pale Violet Red #E7709B
RGB
CMYK
RGB Variations
Color information
#E7709B (or 0xE7709B) is known color: Pale Violet Red. HEX triplet: E7, 70 and 9B. RGB value is (231,112,155). Sum of RGB (Red+Green+Blue) = 231+112+155=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E7709B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7709B is #188F64. Grayscale: #989898. Windows color (decimal): -1609573 or 10186983. OLE color: 10186983.
HSL color Cylindrical-coordinate representation of color #E7709B: hue angle of 338.32º 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 #E7709B is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 155 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.09 |
| HSL | 338.32º | 0.71% | 0.67% | - |
| HSV(B) | 338.32º | 0.52% | 0.91% | - |
| XYZ | 44.67 | 30.94 | 34.63 | - |
| YUV | 152.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 155 | 0 | 0.52 | 0.33 | 0.09 | 338.32 | 0.71 | 0.67 |
| Hex | E7 | 70 | 9B | 0 | 34 | 21 | 9 | 152 | 47 | 43 |
| Octal | 347 | 160 | 233 | 0 | 64 | 41 | 11 | 522 | 107 | 103 |
| Binary | 11100111 | 1110000 | 10011011 | 0 | 110100 | 100001 | 1001 | 101010010 | 1000111 | 1000011 |
Color Harmonies of #E7709B
Complementary color
Monochromatic Colors of #E7709B
Black with #E7709B
Text Example
Text Example
White with #E7709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7709B; }
p { color: rgb(231,112,155); }
H1.HeaderClassName
{
color: #E7709B;
}
.AnyTagClassName
{
color: #E7709B;
}
</style>
background-color css
<style>
a { background-color: #E7709B; }
a { background-color: rgb(231,112,155); }
div.DivClassName
{
background-color: #E7709B;
}
.BgClassName
{
background-color: #E7709B;
}
</style>
border-color css
<style>
span { border-color: #E7709B; }
span { border-color: rgb(231,112,155); }
td.TdClassName
{
border-color: #E7709B;
}
.TagClassName
{
border-color: #E7709B;
}
</style>