Shades of Violet #E593FE
Tints of Violet #E593FE
RGB
CMYK
RGB Variations
Color information
#E593FE (or 0xE593FE) is known color: Violet. HEX triplet: E5, 93 and FE. RGB value is (229,147,254). Sum of RGB (Red+Green+Blue) = 229+147+254=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #E593FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E593FE is #1A6C01. Grayscale: #B7B7B7. Windows color (decimal): -1731586 or 16684005. OLE color: 16684005.
HSL color Cylindrical-coordinate representation of color #E593FE: hue angle of 285.98º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E593FE is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 147 | 254 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.00 |
| HSL | 285.98º | 0.98% | 0.79% | - |
| HSV(B) | 285.98º | 0.42% | 1% | - |
| XYZ | 60.64 | 44.68 | 99.19 | - |
| YUV | 183.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 254 | 0.10 | 0.42 | 0 | 0.00 | 285.98 | 0.98 | 0.79 |
| Hex | E5 | 93 | FE | A | 2A | 0 | 0 | 11E | 62 | 4F |
| Octal | 345 | 223 | 376 | 12 | 52 | 0 | 0 | 436 | 142 | 117 |
| Binary | 11100101 | 10010011 | 11111110 | 1010 | 101010 | 0 | 0 | 100011110 | 1100010 | 1001111 |
Color Harmonies of #E593FE
Complementary color
Monochromatic Colors of #E593FE
Black with #E593FE
Text Example
Text Example
White with #E593FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593FE; }
p { color: rgb(229,147,254); }
H1.HeaderClassName
{
color: #E593FE;
}
.AnyTagClassName
{
color: #E593FE;
}
</style>
background-color css
<style>
a { background-color: #E593FE; }
a { background-color: rgb(229,147,254); }
div.DivClassName
{
background-color: #E593FE;
}
.BgClassName
{
background-color: #E593FE;
}
</style>
border-color css
<style>
span { border-color: #E593FE; }
span { border-color: rgb(229,147,254); }
td.TdClassName
{
border-color: #E593FE;
}
.TagClassName
{
border-color: #E593FE;
}
</style>