Shades of Violet #E695FA
Tints of Violet #E695FA
RGB
CMYK
RGB Variations
Color information
#E695FA (or 0xE695FA) is known color: Violet. HEX triplet: E6, 95 and FA. RGB value is (230,149,250). Sum of RGB (Red+Green+Blue) = 230+149+250=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 149 (58.59% from 255 or 23.69% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #E695FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695FA is #196A05. Grayscale: #B8B8B8. Windows color (decimal): -1665542 or 16422374. OLE color: 16422374.
HSL color Cylindrical-coordinate representation of color #E695FA: hue angle of 288.12º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E695FA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 149 | 250 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.02 |
| HSL | 288.12º | 0.91% | 0.78% | - |
| HSV(B) | 288.12º | 0.4% | 0.98% | - |
| XYZ | 60.64 | 45.22 | 95.97 | - |
| YUV | 184.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 250 | 0.08 | 0.40 | 0 | 0.02 | 288.12 | 0.91 | 0.78 |
| Hex | E6 | 95 | FA | 8 | 28 | 0 | 2 | 120 | 5B | 4E |
| Octal | 346 | 225 | 372 | 10 | 50 | 0 | 2 | 440 | 133 | 116 |
| Binary | 11100110 | 10010101 | 11111010 | 1000 | 101000 | 0 | 10 | 100100000 | 1011011 | 1001110 |
Color Harmonies of #E695FA
Complementary color
Monochromatic Colors of #E695FA
Black with #E695FA
Text Example
Text Example
White with #E695FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695FA; }
p { color: rgb(230,149,250); }
H1.HeaderClassName
{
color: #E695FA;
}
.AnyTagClassName
{
color: #E695FA;
}
</style>
background-color css
<style>
a { background-color: #E695FA; }
a { background-color: rgb(230,149,250); }
div.DivClassName
{
background-color: #E695FA;
}
.BgClassName
{
background-color: #E695FA;
}
</style>
border-color css
<style>
span { border-color: #E695FA; }
span { border-color: rgb(230,149,250); }
td.TdClassName
{
border-color: #E695FA;
}
.TagClassName
{
border-color: #E695FA;
}
</style>