Shades of Violet #E689DD
Tints of Violet #E689DD
RGB
CMYK
RGB Variations
Color information
#E689DD (or 0xE689DD) is known color: Violet. HEX triplet: E6, 89 and DD. RGB value is (230,137,221). Sum of RGB (Red+Green+Blue) = 230+137+221=588 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.12% from 588); Green value is 137 (53.91% from 255 or 23.30% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 230 - color contains mainly: red. Hex color #E689DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E689DD is #197622. Grayscale: #AEAEAE. Windows color (decimal): -1668643 or 14518758. OLE color: 14518758.
HSL color Cylindrical-coordinate representation of color #E689DD: hue angle of 305.81º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E689DD is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 221 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.10 |
| HSL | 305.81º | 0.65% | 0.72% | - |
| HSV(B) | 305.81º | 0.4% | 0.9% | - |
| XYZ | 54.63 | 39.93 | 73.24 | - |
| YUV | 174.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 221 | 0 | 0.40 | 0.04 | 0.10 | 305.81 | 0.65 | 0.72 |
| Hex | E6 | 89 | DD | 0 | 28 | 4 | A | 132 | 41 | 48 |
| Octal | 346 | 211 | 335 | 0 | 50 | 4 | 12 | 462 | 101 | 110 |
| Binary | 11100110 | 10001001 | 11011101 | 0 | 101000 | 100 | 1010 | 100110010 | 1000001 | 1001000 |
Color Harmonies of #E689DD
Complementary color
Monochromatic Colors of #E689DD
Black with #E689DD
Text Example
Text Example
White with #E689DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E689DD; }
p { color: rgb(230,137,221); }
H1.HeaderClassName
{
color: #E689DD;
}
.AnyTagClassName
{
color: #E689DD;
}
</style>
background-color css
<style>
a { background-color: #E689DD; }
a { background-color: rgb(230,137,221); }
div.DivClassName
{
background-color: #E689DD;
}
.BgClassName
{
background-color: #E689DD;
}
</style>
border-color css
<style>
span { border-color: #E689DD; }
span { border-color: rgb(230,137,221); }
td.TdClassName
{
border-color: #E689DD;
}
.TagClassName
{
border-color: #E689DD;
}
</style>