Shades of Violet #E68BDD
Tints of Violet #E68BDD
RGB
CMYK
RGB Variations
Color information
#E68BDD (or 0xE68BDD) is known color: Violet. HEX triplet: E6, 8B and DD. RGB value is (230,139,221). Sum of RGB (Red+Green+Blue) = 230+139+221=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BDD is #197422. Grayscale: #AFAFAF. Windows color (decimal): -1668131 or 14519270. OLE color: 14519270.
HSL color Cylindrical-coordinate representation of color #E68BDD: hue angle of 305.93º 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 #E68BDD is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 221 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.10 |
| HSL | 305.93º | 0.65% | 0.72% | - |
| HSV(B) | 305.93º | 0.4% | 0.9% | - |
| XYZ | 54.92 | 40.51 | 73.33 | - |
| YUV | 175.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 221 | 0 | 0.40 | 0.04 | 0.10 | 305.93 | 0.65 | 0.72 |
| Hex | E6 | 8B | DD | 0 | 28 | 4 | A | 132 | 41 | 48 |
| Octal | 346 | 213 | 335 | 0 | 50 | 4 | 12 | 462 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11011101 | 0 | 101000 | 100 | 1010 | 100110010 | 1000001 | 1001000 |
Color Harmonies of #E68BDD
Complementary color
Monochromatic Colors of #E68BDD
Black with #E68BDD
Text Example
Text Example
White with #E68BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BDD; }
p { color: rgb(230,139,221); }
H1.HeaderClassName
{
color: #E68BDD;
}
.AnyTagClassName
{
color: #E68BDD;
}
</style>
background-color css
<style>
a { background-color: #E68BDD; }
a { background-color: rgb(230,139,221); }
div.DivClassName
{
background-color: #E68BDD;
}
.BgClassName
{
background-color: #E68BDD;
}
</style>
border-color css
<style>
span { border-color: #E68BDD; }
span { border-color: rgb(230,139,221); }
td.TdClassName
{
border-color: #E68BDD;
}
.TagClassName
{
border-color: #E68BDD;
}
</style>