Shades of Violet #E68BE2
Tints of Violet #E68BE2
RGB
CMYK
RGB Variations
Color information
#E68BE2 (or 0xE68BE2) is known color: Violet. HEX triplet: E6, 8B and E2. RGB value is (230,139,226). Sum of RGB (Red+Green+Blue) = 230+139+226=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E68BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E68BE2 is #19741D. Grayscale: #AFAFAF. Windows color (decimal): -1668126 or 14846950. OLE color: 14846950.
HSL color Cylindrical-coordinate representation of color #E68BE2: hue angle of 302.64º 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 #E68BE2 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 226 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.10 |
| HSL | 302.64º | 0.65% | 0.72% | - |
| HSV(B) | 302.64º | 0.4% | 0.9% | - |
| XYZ | 55.59 | 40.78 | 76.89 | - |
| YUV | 176.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 226 | 0 | 0.40 | 0.02 | 0.10 | 302.64 | 0.65 | 0.72 |
| Hex | E6 | 8B | E2 | 0 | 28 | 2 | A | 12F | 41 | 48 |
| Octal | 346 | 213 | 342 | 0 | 50 | 2 | 12 | 457 | 101 | 110 |
| Binary | 11100110 | 10001011 | 11100010 | 0 | 101000 | 10 | 1010 | 100101111 | 1000001 | 1001000 |
Color Harmonies of #E68BE2
Complementary color
Monochromatic Colors of #E68BE2
Black with #E68BE2
Text Example
Text Example
White with #E68BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68BE2; }
p { color: rgb(230,139,226); }
H1.HeaderClassName
{
color: #E68BE2;
}
.AnyTagClassName
{
color: #E68BE2;
}
</style>
background-color css
<style>
a { background-color: #E68BE2; }
a { background-color: rgb(230,139,226); }
div.DivClassName
{
background-color: #E68BE2;
}
.BgClassName
{
background-color: #E68BE2;
}
</style>
border-color css
<style>
span { border-color: #E68BE2; }
span { border-color: rgb(230,139,226); }
td.TdClassName
{
border-color: #E68BE2;
}
.TagClassName
{
border-color: #E68BE2;
}
</style>