Shades of Violet #E791FD
Tints of Violet #E791FD
RGB
CMYK
RGB Variations
Color information
#E791FD (or 0xE791FD) is known color: Violet. HEX triplet: E7, 91 and FD. RGB value is (231,145,253). Sum of RGB (Red+Green+Blue) = 231+145+253=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 145 (57.03% from 255 or 23.05% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #E791FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E791FD is #186E02. Grayscale: #B6B6B6. Windows color (decimal): -1601027 or 16617959. OLE color: 16617959.
HSL color Cylindrical-coordinate representation of color #E791FD: hue angle of 287.78º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E791FD is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 145 | 253 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.01 |
| HSL | 287.78º | 0.96% | 0.78% | - |
| HSV(B) | 287.78º | 0.43% | 0.99% | - |
| XYZ | 60.81 | 44.33 | 98.28 | - |
| YUV | 183.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 253 | 0.09 | 0.43 | 0 | 0.01 | 287.78 | 0.96 | 0.78 |
| Hex | E7 | 91 | FD | 9 | 2B | 0 | 1 | 120 | 60 | 4E |
| Octal | 347 | 221 | 375 | 11 | 53 | 0 | 1 | 440 | 140 | 116 |
| Binary | 11100111 | 10010001 | 11111101 | 1001 | 101011 | 0 | 1 | 100100000 | 1100000 | 1001110 |
Color Harmonies of #E791FD
Complementary color
Monochromatic Colors of #E791FD
Black with #E791FD
Text Example
Text Example
White with #E791FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E791FD; }
p { color: rgb(231,145,253); }
H1.HeaderClassName
{
color: #E791FD;
}
.AnyTagClassName
{
color: #E791FD;
}
</style>
background-color css
<style>
a { background-color: #E791FD; }
a { background-color: rgb(231,145,253); }
div.DivClassName
{
background-color: #E791FD;
}
.BgClassName
{
background-color: #E791FD;
}
</style>
border-color css
<style>
span { border-color: #E791FD; }
span { border-color: rgb(231,145,253); }
td.TdClassName
{
border-color: #E791FD;
}
.TagClassName
{
border-color: #E791FD;
}
</style>