Shades of Violet #E593FC
Tints of Violet #E593FC
RGB
CMYK
RGB Variations
Color information
#E593FC (or 0xE593FC) is known color: Violet. HEX triplet: E5, 93 and FC. RGB value is (229,147,252). Sum of RGB (Red+Green+Blue) = 229+147+252=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #E593FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E593FC is #1A6C03. Grayscale: #B7B7B7. Windows color (decimal): -1731588 or 16552933. OLE color: 16552933.
HSL color Cylindrical-coordinate representation of color #E593FC: hue angle of 286.86º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E593FC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 147 | 252 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.01 |
| HSL | 286.86º | 0.95% | 0.78% | - |
| HSV(B) | 286.86º | 0.42% | 0.99% | - |
| XYZ | 60.32 | 44.55 | 97.52 | - |
| YUV | 183.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 252 | 0.09 | 0.42 | 0 | 0.01 | 286.86 | 0.95 | 0.78 |
| Hex | E5 | 93 | FC | 9 | 2A | 0 | 1 | 11F | 5F | 4E |
| Octal | 345 | 223 | 374 | 11 | 52 | 0 | 1 | 437 | 137 | 116 |
| Binary | 11100101 | 10010011 | 11111100 | 1001 | 101010 | 0 | 1 | 100011111 | 1011111 | 1001110 |
Color Harmonies of #E593FC
Complementary color
Monochromatic Colors of #E593FC
Black with #E593FC
Text Example
Text Example
White with #E593FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593FC; }
p { color: rgb(229,147,252); }
H1.HeaderClassName
{
color: #E593FC;
}
.AnyTagClassName
{
color: #E593FC;
}
</style>
background-color css
<style>
a { background-color: #E593FC; }
a { background-color: rgb(229,147,252); }
div.DivClassName
{
background-color: #E593FC;
}
.BgClassName
{
background-color: #E593FC;
}
</style>
border-color css
<style>
span { border-color: #E593FC; }
span { border-color: rgb(229,147,252); }
td.TdClassName
{
border-color: #E593FC;
}
.TagClassName
{
border-color: #E593FC;
}
</style>