Shades of Violet #E691ED
Tints of Violet #E691ED
RGB
CMYK
RGB Variations
Color information
#E691ED (or 0xE691ED) is known color: Violet. HEX triplet: E6, 91 and ED. RGB value is (230,145,237). Sum of RGB (Red+Green+Blue) = 230+145+237=612 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.58% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #E691ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E691ED is #196E12. Grayscale: #B4B4B4. Windows color (decimal): -1666579 or 15569382. OLE color: 15569382.
HSL color Cylindrical-coordinate representation of color #E691ED: hue angle of 295.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E691ED is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 145 | 237 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.07 |
| HSL | 295.43º | 0.72% | 0.75% | - |
| HSV(B) | 295.43º | 0.39% | 0.93% | - |
| XYZ | 58.04 | 43.19 | 85.4 | - |
| YUV | 180.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 237 | 0.03 | 0.39 | 0 | 0.07 | 295.43 | 0.72 | 0.75 |
| Hex | E6 | 91 | ED | 3 | 27 | 0 | 7 | 127 | 48 | 4B |
| Octal | 346 | 221 | 355 | 3 | 47 | 0 | 7 | 447 | 110 | 113 |
| Binary | 11100110 | 10010001 | 11101101 | 11 | 100111 | 0 | 111 | 100100111 | 1001000 | 1001011 |
Color Harmonies of #E691ED
Complementary color
Monochromatic Colors of #E691ED
Black with #E691ED
Text Example
Text Example
White with #E691ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691ED; }
p { color: rgb(230,145,237); }
H1.HeaderClassName
{
color: #E691ED;
}
.AnyTagClassName
{
color: #E691ED;
}
</style>
background-color css
<style>
a { background-color: #E691ED; }
a { background-color: rgb(230,145,237); }
div.DivClassName
{
background-color: #E691ED;
}
.BgClassName
{
background-color: #E691ED;
}
</style>
border-color css
<style>
span { border-color: #E691ED; }
span { border-color: rgb(230,145,237); }
td.TdClassName
{
border-color: #E691ED;
}
.TagClassName
{
border-color: #E691ED;
}
</style>