Shades of Violet #E784FA
Tints of Violet #E784FA
RGB
CMYK
RGB Variations
Color information
#E784FA (or 0xE784FA) is known color: Violet. HEX triplet: E7, 84 and FA. RGB value is (231,132,250). Sum of RGB (Red+Green+Blue) = 231+132+250=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 132 (51.95% from 255 or 21.53% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #E784FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E784FA is #187B05. Grayscale: #AEAEAE. Windows color (decimal): -1604358 or 16418023. OLE color: 16418023.
HSL color Cylindrical-coordinate representation of color #E784FA: hue angle of 290.34º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E784FA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 132 | 250 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.02 |
| HSL | 290.34º | 0.92% | 0.75% | - |
| HSV(B) | 290.34º | 0.47% | 0.98% | - |
| XYZ | 58.46 | 40.39 | 95.16 | - |
| YUV | 175.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 250 | 0.08 | 0.47 | 0 | 0.02 | 290.34 | 0.92 | 0.75 |
| Hex | E7 | 84 | FA | 8 | 2F | 0 | 2 | 122 | 5C | 4B |
| Octal | 347 | 204 | 372 | 10 | 57 | 0 | 2 | 442 | 134 | 113 |
| Binary | 11100111 | 10000100 | 11111010 | 1000 | 101111 | 0 | 10 | 100100010 | 1011100 | 1001011 |
Color Harmonies of #E784FA
Complementary color
Monochromatic Colors of #E784FA
Black with #E784FA
Text Example
Text Example
White with #E784FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E784FA; }
p { color: rgb(231,132,250); }
H1.HeaderClassName
{
color: #E784FA;
}
.AnyTagClassName
{
color: #E784FA;
}
</style>
background-color css
<style>
a { background-color: #E784FA; }
a { background-color: rgb(231,132,250); }
div.DivClassName
{
background-color: #E784FA;
}
.BgClassName
{
background-color: #E784FA;
}
</style>
border-color css
<style>
span { border-color: #E784FA; }
span { border-color: rgb(231,132,250); }
td.TdClassName
{
border-color: #E784FA;
}
.TagClassName
{
border-color: #E784FA;
}
</style>