Shades of Violet #E58FEE
Tints of Violet #E58FEE
RGB
CMYK
RGB Variations
Color information
#E58FEE (or 0xE58FEE) is known color: Violet. HEX triplet: E5, 8F and EE. RGB value is (229,143,238). Sum of RGB (Red+Green+Blue) = 229+143+238=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #E58FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58FEE is #1A7011. Grayscale: #B3B3B3. Windows color (decimal): -1732626 or 15634405. OLE color: 15634405.
HSL color Cylindrical-coordinate representation of color #E58FEE: hue angle of 294.32º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58FEE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 143 | 238 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.07 |
| HSL | 294.32º | 0.74% | 0.75% | - |
| HSV(B) | 294.32º | 0.4% | 0.93% | - |
| XYZ | 57.57 | 42.48 | 86.05 | - |
| YUV | 179.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 238 | 0.04 | 0.40 | 0 | 0.07 | 294.32 | 0.74 | 0.75 |
| Hex | E5 | 8F | EE | 4 | 28 | 0 | 7 | 126 | 4A | 4B |
| Octal | 345 | 217 | 356 | 4 | 50 | 0 | 7 | 446 | 112 | 113 |
| Binary | 11100101 | 10001111 | 11101110 | 100 | 101000 | 0 | 111 | 100100110 | 1001010 | 1001011 |
Color Harmonies of #E58FEE
Complementary color
Monochromatic Colors of #E58FEE
Black with #E58FEE
Text Example
Text Example
White with #E58FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FEE; }
p { color: rgb(229,143,238); }
H1.HeaderClassName
{
color: #E58FEE;
}
.AnyTagClassName
{
color: #E58FEE;
}
</style>
background-color css
<style>
a { background-color: #E58FEE; }
a { background-color: rgb(229,143,238); }
div.DivClassName
{
background-color: #E58FEE;
}
.BgClassName
{
background-color: #E58FEE;
}
</style>
border-color css
<style>
span { border-color: #E58FEE; }
span { border-color: rgb(229,143,238); }
td.TdClassName
{
border-color: #E58FEE;
}
.TagClassName
{
border-color: #E58FEE;
}
</style>