Shades of Violet #E795F2
Tints of Violet #E795F2
RGB
CMYK
RGB Variations
Color information
#E795F2 (or 0xE795F2) is known color: Violet. HEX triplet: E7, 95 and F2. RGB value is (231,149,242). Sum of RGB (Red+Green+Blue) = 231+149+242=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #E795F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E795F2 is #186A0D. Grayscale: #B7B7B7. Windows color (decimal): -1600014 or 15898087. OLE color: 15898087.
HSL color Cylindrical-coordinate representation of color #E795F2: hue angle of 292.9º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E795F2 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 149 | 242 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.05 |
| HSL | 292.9º | 0.78% | 0.77% | - |
| HSV(B) | 292.9º | 0.38% | 0.95% | - |
| XYZ | 59.73 | 44.89 | 89.52 | - |
| YUV | 184.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 242 | 0.05 | 0.38 | 0 | 0.05 | 292.9 | 0.78 | 0.77 |
| Hex | E7 | 95 | F2 | 5 | 26 | 0 | 5 | 125 | 4E | 4D |
| Octal | 347 | 225 | 362 | 5 | 46 | 0 | 5 | 445 | 116 | 115 |
| Binary | 11100111 | 10010101 | 11110010 | 101 | 100110 | 0 | 101 | 100100101 | 1001110 | 1001101 |
Color Harmonies of #E795F2
Complementary color
Monochromatic Colors of #E795F2
Black with #E795F2
Text Example
Text Example
White with #E795F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E795F2; }
p { color: rgb(231,149,242); }
H1.HeaderClassName
{
color: #E795F2;
}
.AnyTagClassName
{
color: #E795F2;
}
</style>
background-color css
<style>
a { background-color: #E795F2; }
a { background-color: rgb(231,149,242); }
div.DivClassName
{
background-color: #E795F2;
}
.BgClassName
{
background-color: #E795F2;
}
</style>
border-color css
<style>
span { border-color: #E795F2; }
span { border-color: rgb(231,149,242); }
td.TdClassName
{
border-color: #E795F2;
}
.TagClassName
{
border-color: #E795F2;
}
</style>