Shades of Violet #E58EFC
Tints of Violet #E58EFC
RGB
CMYK
RGB Variations
Color information
#E58EFC (or 0xE58EFC) is known color: Violet. HEX triplet: E5, 8E and FC. RGB value is (229,142,252). Sum of RGB (Red+Green+Blue) = 229+142+252=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 142 (55.86% from 255 or 22.79% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #E58EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58EFC is #1A7103. Grayscale: #B4B4B4. Windows color (decimal): -1732868 or 16551653. OLE color: 16551653.
HSL color Cylindrical-coordinate representation of color #E58EFC: hue angle of 287.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E58EFC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 142 | 252 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.01 |
| HSL | 287.45º | 0.95% | 0.77% | - |
| HSV(B) | 287.45º | 0.44% | 0.99% | - |
| XYZ | 59.56 | 43.03 | 97.26 | - |
| YUV | 180.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 252 | 0.09 | 0.44 | 0 | 0.01 | 287.45 | 0.95 | 0.77 |
| Hex | E5 | 8E | FC | 9 | 2C | 0 | 1 | 11F | 5F | 4D |
| Octal | 345 | 216 | 374 | 11 | 54 | 0 | 1 | 437 | 137 | 115 |
| Binary | 11100101 | 10001110 | 11111100 | 1001 | 101100 | 0 | 1 | 100011111 | 1011111 | 1001101 |
Color Harmonies of #E58EFC
Complementary color
Monochromatic Colors of #E58EFC
Black with #E58EFC
Text Example
Text Example
White with #E58EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EFC; }
p { color: rgb(229,142,252); }
H1.HeaderClassName
{
color: #E58EFC;
}
.AnyTagClassName
{
color: #E58EFC;
}
</style>
background-color css
<style>
a { background-color: #E58EFC; }
a { background-color: rgb(229,142,252); }
div.DivClassName
{
background-color: #E58EFC;
}
.BgClassName
{
background-color: #E58EFC;
}
</style>
border-color css
<style>
span { border-color: #E58EFC; }
span { border-color: rgb(229,142,252); }
td.TdClassName
{
border-color: #E58EFC;
}
.TagClassName
{
border-color: #E58EFC;
}
</style>