Shades of Violet #E68BE1
Tints of Violet #E68BE1
RGB
CMYK
RGB Variations
Color information
#E68BE1 (or 0xE68BE1) is known color: Violet. HEX triplet: E6, 8B and E1. RGB value is (230,139,225). Sum of RGB (Red+Green+Blue) = 230+139+225=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BE1 is #19741E. Grayscale: #AFAFAF. Windows color (decimal): -1668127 or 14781414. OLE color: 14781414.
HSL color Cylindrical-coordinate representation of color #E68BE1: hue angle of 303.3º 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 #E68BE1 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 225 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.10 |
| HSL | 303.3º | 0.65% | 0.72% | - |
| HSV(B) | 303.3º | 0.4% | 0.9% | - |
| XYZ | 55.46 | 40.72 | 76.17 | - |
| YUV | 176.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 225 | 0 | 0.40 | 0.02 | 0.10 | 303.3 | 0.65 | 0.72 |
| Hex | E6 | 8B | E1 | 0 | 28 | 2 | A | 12F | 41 | 48 |
| Octal | 346 | 213 | 341 | 0 | 50 | 2 | 12 | 457 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11100001 | 0 | 101000 | 10 | 1010 | 100101111 | 1000001 | 1001000 |
Color Harmonies of #E68BE1
Complementary color
Monochromatic Colors of #E68BE1
Black with #E68BE1
Text Example
Text Example
White with #E68BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BE1; }
p { color: rgb(230,139,225); }
H1.HeaderClassName
{
color: #E68BE1;
}
.AnyTagClassName
{
color: #E68BE1;
}
</style>
background-color css
<style>
a { background-color: #E68BE1; }
a { background-color: rgb(230,139,225); }
div.DivClassName
{
background-color: #E68BE1;
}
.BgClassName
{
background-color: #E68BE1;
}
</style>
border-color css
<style>
span { border-color: #E68BE1; }
span { border-color: rgb(230,139,225); }
td.TdClassName
{
border-color: #E68BE1;
}
.TagClassName
{
border-color: #E68BE1;
}
</style>