Shades of Violet #E68CE8
Tints of Violet #E68CE8
RGB
CMYK
RGB Variations
Color information
#E68CE8 (or 0xE68CE8) is known color: Violet. HEX triplet: E6, 8C and E8. RGB value is (230,140,232). Sum of RGB (Red+Green+Blue) = 230+140+232=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 140 (55.08% from 255 or 23.26% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #E68CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68CE8 is #197317. Grayscale: #B1B1B1. Windows color (decimal): -1667864 or 15240422. OLE color: 15240422.
HSL color Cylindrical-coordinate representation of color #E68CE8: hue angle of 298.7º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68CE8 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 140 | 232 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.09 |
| HSL | 298.7º | 0.67% | 0.73% | - |
| HSV(B) | 298.7º | 0.4% | 0.91% | - |
| XYZ | 56.58 | 41.41 | 81.35 | - |
| YUV | 177.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 232 | 0.01 | 0.40 | 0 | 0.09 | 298.7 | 0.67 | 0.73 |
| Hex | E6 | 8C | E8 | 1 | 28 | 0 | 9 | 12B | 43 | 49 |
| Octal | 346 | 214 | 350 | 1 | 50 | 0 | 11 | 453 | 103 | 111 |
| Binary | 11100110 | 10001100 | 11101000 | 1 | 101000 | 0 | 1001 | 100101011 | 1000011 | 1001001 |
Color Harmonies of #E68CE8
Complementary color
Monochromatic Colors of #E68CE8
Black with #E68CE8
Text Example
Text Example
White with #E68CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68CE8; }
p { color: rgb(230,140,232); }
H1.HeaderClassName
{
color: #E68CE8;
}
.AnyTagClassName
{
color: #E68CE8;
}
</style>
background-color css
<style>
a { background-color: #E68CE8; }
a { background-color: rgb(230,140,232); }
div.DivClassName
{
background-color: #E68CE8;
}
.BgClassName
{
background-color: #E68CE8;
}
</style>
border-color css
<style>
span { border-color: #E68CE8; }
span { border-color: rgb(230,140,232); }
td.TdClassName
{
border-color: #E68CE8;
}
.TagClassName
{
border-color: #E68CE8;
}
</style>