Shades of Pale Violet Red #E6759B
Tints of Pale Violet Red #E6759B
RGB
CMYK
RGB Variations
Color information
#E6759B (or 0xE6759B) is known color: Pale Violet Red. HEX triplet: E6, 75 and 9B. RGB value is (230,117,155). Sum of RGB (Red+Green+Blue) = 230+117+155=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E6759B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6759B is #198A64. Grayscale: #9B9B9B. Windows color (decimal): -1673829 or 10188262. OLE color: 10188262.
HSL color Cylindrical-coordinate representation of color #E6759B: hue angle of 339.82º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6759B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 155 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.10 |
| HSL | 339.82º | 0.69% | 0.68% | - |
| HSV(B) | 339.82º | 0.49% | 0.9% | - |
| XYZ | 44.91 | 31.91 | 34.8 | - |
| YUV | 155.12 | 127.94 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 155 | 0 | 0.49 | 0.33 | 0.10 | 339.82 | 0.69 | 0.68 |
| Hex | E6 | 75 | 9B | 0 | 31 | 21 | A | 154 | 45 | 44 |
| Octal | 346 | 165 | 233 | 0 | 61 | 41 | 12 | 524 | 105 | 104 |
| Binary | 11100110 | 1110101 | 10011011 | 0 | 110001 | 100001 | 1010 | 101010100 | 1000101 | 1000100 |
Color Harmonies of #E6759B
Complementary color
Monochromatic Colors of #E6759B
Black with #E6759B
Text Example
Text Example
White with #E6759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6759B; }
p { color: rgb(230,117,155); }
H1.HeaderClassName
{
color: #E6759B;
}
.AnyTagClassName
{
color: #E6759B;
}
</style>
background-color css
<style>
a { background-color: #E6759B; }
a { background-color: rgb(230,117,155); }
div.DivClassName
{
background-color: #E6759B;
}
.BgClassName
{
background-color: #E6759B;
}
</style>
border-color css
<style>
span { border-color: #E6759B; }
span { border-color: rgb(230,117,155); }
td.TdClassName
{
border-color: #E6759B;
}
.TagClassName
{
border-color: #E6759B;
}
</style>