Shades of Pale Violet Red #E6679B
Tints of Pale Violet Red #E6679B
RGB
CMYK
RGB Variations
Color information
#E6679B (or 0xE6679B) is known color: Pale Violet Red. HEX triplet: E6, 67 and 9B. RGB value is (230,103,155). Sum of RGB (Red+Green+Blue) = 230+103+155=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6679B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6679B is #199864. Grayscale: #929292. Windows color (decimal): -1677413 or 10184678. OLE color: 10184678.
HSL color Cylindrical-coordinate representation of color #E6679B: hue angle of 335.43º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6679B is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 155 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.10 |
| HSL | 335.43º | 0.72% | 0.65% | - |
| HSV(B) | 335.43º | 0.55% | 0.9% | - |
| XYZ | 43.4 | 28.89 | 34.3 | - |
| YUV | 146.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 155 | 0 | 0.55 | 0.33 | 0.10 | 335.43 | 0.72 | 0.65 |
| Hex | E6 | 67 | 9B | 0 | 37 | 21 | A | 14F | 48 | 41 |
| Octal | 346 | 147 | 233 | 0 | 67 | 41 | 12 | 517 | 110 | 101 |
| Binary | 11100110 | 1100111 | 10011011 | 0 | 110111 | 100001 | 1010 | 101001111 | 1001000 | 1000001 |
Color Harmonies of #E6679B
Complementary color
Monochromatic Colors of #E6679B
Black with #E6679B
Text Example
Text Example
White with #E6679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6679B; }
p { color: rgb(230,103,155); }
H1.HeaderClassName
{
color: #E6679B;
}
.AnyTagClassName
{
color: #E6679B;
}
</style>
background-color css
<style>
a { background-color: #E6679B; }
a { background-color: rgb(230,103,155); }
div.DivClassName
{
background-color: #E6679B;
}
.BgClassName
{
background-color: #E6679B;
}
</style>
border-color css
<style>
span { border-color: #E6679B; }
span { border-color: rgb(230,103,155); }
td.TdClassName
{
border-color: #E6679B;
}
.TagClassName
{
border-color: #E6679B;
}
</style>