Shades of Violet #E688EA
Tints of Violet #E688EA
RGB
CMYK
RGB Variations
Color information
#E688EA (or 0xE688EA) is known color: Violet. HEX triplet: E6, 88 and EA. RGB value is (230,136,234). Sum of RGB (Red+Green+Blue) = 230+136+234=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #E688EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E688EA is #197715. Grayscale: #AEAEAE. Windows color (decimal): -1668886 or 15370470. OLE color: 15370470.
HSL color Cylindrical-coordinate representation of color #E688EA: hue angle of 297.55º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E688EA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 136 | 234 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.08 |
| HSL | 297.55º | 0.7% | 0.73% | - |
| HSV(B) | 297.55º | 0.42% | 0.92% | - |
| XYZ | 56.29 | 40.37 | 82.67 | - |
| YUV | 175.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 234 | 0.02 | 0.42 | 0 | 0.08 | 297.55 | 0.7 | 0.73 |
| Hex | E6 | 88 | EA | 2 | 2A | 0 | 8 | 12A | 46 | 49 |
| Octal | 346 | 210 | 352 | 2 | 52 | 0 | 10 | 452 | 106 | 111 |
| Binary | 11100110 | 10001000 | 11101010 | 10 | 101010 | 0 | 1000 | 100101010 | 1000110 | 1001001 |
Color Harmonies of #E688EA
Complementary color
Monochromatic Colors of #E688EA
Black with #E688EA
Text Example
Text Example
White with #E688EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E688EA; }
p { color: rgb(230,136,234); }
H1.HeaderClassName
{
color: #E688EA;
}
.AnyTagClassName
{
color: #E688EA;
}
</style>
background-color css
<style>
a { background-color: #E688EA; }
a { background-color: rgb(230,136,234); }
div.DivClassName
{
background-color: #E688EA;
}
.BgClassName
{
background-color: #E688EA;
}
</style>
border-color css
<style>
span { border-color: #E688EA; }
span { border-color: rgb(230,136,234); }
td.TdClassName
{
border-color: #E688EA;
}
.TagClassName
{
border-color: #E688EA;
}
</style>