Shades of Violet #E695EE
Tints of Violet #E695EE
RGB
CMYK
RGB Variations
Color information
#E695EE (or 0xE695EE) is known color: Violet. HEX triplet: E6, 95 and EE. RGB value is (230,149,238). Sum of RGB (Red+Green+Blue) = 230+149+238=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #E695EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695EE is #196A11. Grayscale: #B7B7B7. Windows color (decimal): -1665554 or 15635942. OLE color: 15635942.
HSL color Cylindrical-coordinate representation of color #E695EE: hue angle of 294.61º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E695EE is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 149 | 238 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.07 |
| HSL | 294.61º | 0.72% | 0.76% | - |
| HSV(B) | 294.61º | 0.37% | 0.93% | - |
| XYZ | 58.81 | 44.49 | 86.38 | - |
| YUV | 183.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 238 | 0.03 | 0.37 | 0 | 0.07 | 294.61 | 0.72 | 0.76 |
| Hex | E6 | 95 | EE | 3 | 25 | 0 | 7 | 127 | 48 | 4C |
| Octal | 346 | 225 | 356 | 3 | 45 | 0 | 7 | 447 | 110 | 114 |
| Binary | 11100110 | 10010101 | 11101110 | 11 | 100101 | 0 | 111 | 100100111 | 1001000 | 1001100 |
Color Harmonies of #E695EE
Complementary color
Monochromatic Colors of #E695EE
Black with #E695EE
Text Example
Text Example
White with #E695EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695EE; }
p { color: rgb(230,149,238); }
H1.HeaderClassName
{
color: #E695EE;
}
.AnyTagClassName
{
color: #E695EE;
}
</style>
background-color css
<style>
a { background-color: #E695EE; }
a { background-color: rgb(230,149,238); }
div.DivClassName
{
background-color: #E695EE;
}
.BgClassName
{
background-color: #E695EE;
}
</style>
border-color css
<style>
span { border-color: #E695EE; }
span { border-color: rgb(230,149,238); }
td.TdClassName
{
border-color: #E695EE;
}
.TagClassName
{
border-color: #E695EE;
}
</style>