Shades of Violet #E794FB
Tints of Violet #E794FB
RGB
CMYK
RGB Variations
Color information
#E794FB (or 0xE794FB) is known color: Violet. HEX triplet: E7, 94 and FB. RGB value is (231,148,251). Sum of RGB (Red+Green+Blue) = 231+148+251=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #E794FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E794FB is #186B04. Grayscale: #B8B8B8. Windows color (decimal): -1600261 or 16487655. OLE color: 16487655.
HSL color Cylindrical-coordinate representation of color #E794FB: hue angle of 288.35º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E794FB is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 148 | 251 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.02 |
| HSL | 288.35º | 0.93% | 0.78% | - |
| HSV(B) | 288.35º | 0.41% | 0.98% | - |
| XYZ | 60.96 | 45.13 | 96.77 | - |
| YUV | 184.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 251 | 0.08 | 0.41 | 0 | 0.02 | 288.35 | 0.93 | 0.78 |
| Hex | E7 | 94 | FB | 8 | 29 | 0 | 2 | 120 | 5D | 4E |
| Octal | 347 | 224 | 373 | 10 | 51 | 0 | 2 | 440 | 135 | 116 |
| Binary | 11100111 | 10010100 | 11111011 | 1000 | 101001 | 0 | 10 | 100100000 | 1011101 | 1001110 |
Color Harmonies of #E794FB
Complementary color
Monochromatic Colors of #E794FB
Black with #E794FB
Text Example
Text Example
White with #E794FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794FB; }
p { color: rgb(231,148,251); }
H1.HeaderClassName
{
color: #E794FB;
}
.AnyTagClassName
{
color: #E794FB;
}
</style>
background-color css
<style>
a { background-color: #E794FB; }
a { background-color: rgb(231,148,251); }
div.DivClassName
{
background-color: #E794FB;
}
.BgClassName
{
background-color: #E794FB;
}
</style>
border-color css
<style>
span { border-color: #E794FB; }
span { border-color: rgb(231,148,251); }
td.TdClassName
{
border-color: #E794FB;
}
.TagClassName
{
border-color: #E794FB;
}
</style>