Shades of Violet #E695EF
Tints of Violet #E695EF
RGB
CMYK
RGB Variations
Color information
#E695EF (or 0xE695EF) is known color: Violet. HEX triplet: E6, 95 and EF. RGB value is (230,149,239). Sum of RGB (Red+Green+Blue) = 230+149+239=618 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.22% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #E695EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695EF is #196A10. Grayscale: #B7B7B7. Windows color (decimal): -1665553 or 15701478. OLE color: 15701478.
HSL color Cylindrical-coordinate representation of color #E695EF: hue angle of 294º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E695EF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 149 | 239 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.06 |
| HSL | 294º | 0.74% | 0.76% | - |
| HSV(B) | 294º | 0.38% | 0.94% | - |
| XYZ | 58.96 | 44.55 | 87.15 | - |
| YUV | 183.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 239 | 0.04 | 0.38 | 0 | 0.06 | 294 | 0.74 | 0.76 |
| Hex | E6 | 95 | EF | 4 | 26 | 0 | 6 | 126 | 4A | 4C |
| Octal | 346 | 225 | 357 | 4 | 46 | 0 | 6 | 446 | 112 | 114 |
| Binary | 11100110 | 10010101 | 11101111 | 100 | 100110 | 0 | 110 | 100100110 | 1001010 | 1001100 |
Color Harmonies of #E695EF
Complementary color
Monochromatic Colors of #E695EF
Black with #E695EF
Text Example
Text Example
White with #E695EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695EF; }
p { color: rgb(230,149,239); }
H1.HeaderClassName
{
color: #E695EF;
}
.AnyTagClassName
{
color: #E695EF;
}
</style>
background-color css
<style>
a { background-color: #E695EF; }
a { background-color: rgb(230,149,239); }
div.DivClassName
{
background-color: #E695EF;
}
.BgClassName
{
background-color: #E695EF;
}
</style>
border-color css
<style>
span { border-color: #E695EF; }
span { border-color: rgb(230,149,239); }
td.TdClassName
{
border-color: #E695EF;
}
.TagClassName
{
border-color: #E695EF;
}
</style>