Shades of Violet #E794FD
Tints of Violet #E794FD
RGB
CMYK
RGB Variations
Color information
#E794FD (or 0xE794FD) is known color: Violet. HEX triplet: E7, 94 and FD. RGB value is (231,148,253). Sum of RGB (Red+Green+Blue) = 231+148+253=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #E794FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E794FD is #186B02. Grayscale: #B8B8B8. Windows color (decimal): -1600259 or 16618727. OLE color: 16618727.
HSL color Cylindrical-coordinate representation of color #E794FD: hue angle of 287.43º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E794FD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 148 | 253 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.01 |
| HSL | 287.43º | 0.96% | 0.79% | - |
| HSV(B) | 287.43º | 0.42% | 0.99% | - |
| XYZ | 61.27 | 45.26 | 98.44 | - |
| YUV | 184.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 253 | 0.09 | 0.42 | 0 | 0.01 | 287.43 | 0.96 | 0.79 |
| Hex | E7 | 94 | FD | 9 | 2A | 0 | 1 | 11F | 60 | 4F |
| Octal | 347 | 224 | 375 | 11 | 52 | 0 | 1 | 437 | 140 | 117 |
| Binary | 11100111 | 10010100 | 11111101 | 1001 | 101010 | 0 | 1 | 100011111 | 1100000 | 1001111 |
Color Harmonies of #E794FD
Complementary color
Monochromatic Colors of #E794FD
Black with #E794FD
Text Example
Text Example
White with #E794FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794FD; }
p { color: rgb(231,148,253); }
H1.HeaderClassName
{
color: #E794FD;
}
.AnyTagClassName
{
color: #E794FD;
}
</style>
background-color css
<style>
a { background-color: #E794FD; }
a { background-color: rgb(231,148,253); }
div.DivClassName
{
background-color: #E794FD;
}
.BgClassName
{
background-color: #E794FD;
}
</style>
border-color css
<style>
span { border-color: #E794FD; }
span { border-color: rgb(231,148,253); }
td.TdClassName
{
border-color: #E794FD;
}
.TagClassName
{
border-color: #E794FD;
}
</style>