Shades of Violet #E68BDF
Tints of Violet #E68BDF
RGB
CMYK
RGB Variations
Color information
#E68BDF (or 0xE68BDF) is known color: Violet. HEX triplet: E6, 8B and DF. RGB value is (230,139,223). Sum of RGB (Red+Green+Blue) = 230+139+223=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BDF is #197420. Grayscale: #AFAFAF. Windows color (decimal): -1668129 or 14650342. OLE color: 14650342.
HSL color Cylindrical-coordinate representation of color #E68BDF: hue angle of 304.62º 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 #E68BDF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 223 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.10 |
| HSL | 304.62º | 0.65% | 0.72% | - |
| HSV(B) | 304.62º | 0.4% | 0.9% | - |
| XYZ | 55.19 | 40.62 | 74.74 | - |
| YUV | 175.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 223 | 0 | 0.40 | 0.03 | 0.10 | 304.62 | 0.65 | 0.72 |
| Hex | E6 | 8B | DF | 0 | 28 | 3 | A | 131 | 41 | 48 |
| Octal | 346 | 213 | 337 | 0 | 50 | 3 | 12 | 461 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11011111 | 0 | 101000 | 11 | 1010 | 100110001 | 1000001 | 1001000 |
Color Harmonies of #E68BDF
Complementary color
Monochromatic Colors of #E68BDF
Black with #E68BDF
Text Example
Text Example
White with #E68BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BDF; }
p { color: rgb(230,139,223); }
H1.HeaderClassName
{
color: #E68BDF;
}
.AnyTagClassName
{
color: #E68BDF;
}
</style>
background-color css
<style>
a { background-color: #E68BDF; }
a { background-color: rgb(230,139,223); }
div.DivClassName
{
background-color: #E68BDF;
}
.BgClassName
{
background-color: #E68BDF;
}
</style>
border-color css
<style>
span { border-color: #E68BDF; }
span { border-color: rgb(230,139,223); }
td.TdClassName
{
border-color: #E68BDF;
}
.TagClassName
{
border-color: #E68BDF;
}
</style>