Shades of Pale Violet Red #E6709B
Tints of Pale Violet Red #E6709B
RGB
CMYK
RGB Variations
Color information
#E6709B (or 0xE6709B) is known color: Pale Violet Red. HEX triplet: E6, 70 and 9B. RGB value is (230,112,155). Sum of RGB (Red+Green+Blue) = 230+112+155=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6709B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6709B is #198F64. Grayscale: #989898. Windows color (decimal): -1675109 or 10186982. OLE color: 10186982.
HSL color Cylindrical-coordinate representation of color #E6709B: hue angle of 338.14º degrees, saturation: 0.7, 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 #E6709B is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 155 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.10 |
| HSL | 338.14º | 0.7% | 0.67% | - |
| HSV(B) | 338.14º | 0.51% | 0.9% | - |
| XYZ | 44.34 | 30.78 | 34.61 | - |
| YUV | 152.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 155 | 0 | 0.51 | 0.33 | 0.10 | 338.14 | 0.7 | 0.67 |
| Hex | E6 | 70 | 9B | 0 | 33 | 21 | A | 152 | 46 | 43 |
| Octal | 346 | 160 | 233 | 0 | 63 | 41 | 12 | 522 | 106 | 103 |
| Binary | 11100110 | 1110000 | 10011011 | 0 | 110011 | 100001 | 1010 | 101010010 | 1000110 | 1000011 |
Color Harmonies of #E6709B
Complementary color
Monochromatic Colors of #E6709B
Black with #E6709B
Text Example
Text Example
White with #E6709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6709B; }
p { color: rgb(230,112,155); }
H1.HeaderClassName
{
color: #E6709B;
}
.AnyTagClassName
{
color: #E6709B;
}
</style>
background-color css
<style>
a { background-color: #E6709B; }
a { background-color: rgb(230,112,155); }
div.DivClassName
{
background-color: #E6709B;
}
.BgClassName
{
background-color: #E6709B;
}
</style>
border-color css
<style>
span { border-color: #E6709B; }
span { border-color: rgb(230,112,155); }
td.TdClassName
{
border-color: #E6709B;
}
.TagClassName
{
border-color: #E6709B;
}
</style>