Shades of Violet #E795FA
Tints of Violet #E795FA
RGB
CMYK
RGB Variations
Color information
#E795FA (or 0xE795FA) is known color: Violet. HEX triplet: E7, 95 and FA. RGB value is (231,149,250). Sum of RGB (Red+Green+Blue) = 231+149+250=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #E795FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E795FA is #186A05. Grayscale: #B8B8B8. Windows color (decimal): -1600006 or 16422375. OLE color: 16422375.
HSL color Cylindrical-coordinate representation of color #E795FA: hue angle of 288.71º 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 #E795FA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 149 | 250 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.02 |
| HSL | 288.71º | 0.91% | 0.78% | - |
| HSV(B) | 288.71º | 0.4% | 0.98% | - |
| XYZ | 60.96 | 45.39 | 95.99 | - |
| YUV | 185.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 250 | 0.08 | 0.40 | 0 | 0.02 | 288.71 | 0.91 | 0.78 |
| Hex | E7 | 95 | FA | 8 | 28 | 0 | 2 | 121 | 5B | 4E |
| Octal | 347 | 225 | 372 | 10 | 50 | 0 | 2 | 441 | 133 | 116 |
| Binary | 11100111 | 10010101 | 11111010 | 1000 | 101000 | 0 | 10 | 100100001 | 1011011 | 1001110 |
Color Harmonies of #E795FA
Complementary color
Monochromatic Colors of #E795FA
Black with #E795FA
Text Example
Text Example
White with #E795FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E795FA; }
p { color: rgb(231,149,250); }
H1.HeaderClassName
{
color: #E795FA;
}
.AnyTagClassName
{
color: #E795FA;
}
</style>
background-color css
<style>
a { background-color: #E795FA; }
a { background-color: rgb(231,149,250); }
div.DivClassName
{
background-color: #E795FA;
}
.BgClassName
{
background-color: #E795FA;
}
</style>
border-color css
<style>
span { border-color: #E795FA; }
span { border-color: rgb(231,149,250); }
td.TdClassName
{
border-color: #E795FA;
}
.TagClassName
{
border-color: #E795FA;
}
</style>