Shades of Violet #E58BEC
Tints of Violet #E58BEC
RGB
CMYK
RGB Variations
Color information
#E58BEC (or 0xE58BEC) is known color: Violet. HEX triplet: E5, 8B and EC. RGB value is (229,139,236). Sum of RGB (Red+Green+Blue) = 229+139+236=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #E58BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58BEC is #1A7413. Grayscale: #B0B0B0. Windows color (decimal): -1733652 or 15502309. OLE color: 15502309.
HSL color Cylindrical-coordinate representation of color #E58BEC: hue angle of 295.67º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E58BEC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 139 | 236 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.07 |
| HSL | 295.67º | 0.72% | 0.74% | - |
| HSV(B) | 295.67º | 0.41% | 0.93% | - |
| XYZ | 56.69 | 41.18 | 84.32 | - |
| YUV | 176.97 | 161.32 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 236 | 0.03 | 0.41 | 0 | 0.07 | 295.67 | 0.72 | 0.74 |
| Hex | E5 | 8B | EC | 3 | 29 | 0 | 7 | 128 | 48 | 4A |
| Octal | 345 | 213 | 354 | 3 | 51 | 0 | 7 | 450 | 110 | 112 |
| Binary | 11100101 | 10001011 | 11101100 | 11 | 101001 | 0 | 111 | 100101000 | 1001000 | 1001010 |
Color Harmonies of #E58BEC
Complementary color
Monochromatic Colors of #E58BEC
Black with #E58BEC
Text Example
Text Example
White with #E58BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BEC; }
p { color: rgb(229,139,236); }
H1.HeaderClassName
{
color: #E58BEC;
}
.AnyTagClassName
{
color: #E58BEC;
}
</style>
background-color css
<style>
a { background-color: #E58BEC; }
a { background-color: rgb(229,139,236); }
div.DivClassName
{
background-color: #E58BEC;
}
.BgClassName
{
background-color: #E58BEC;
}
</style>
border-color css
<style>
span { border-color: #E58BEC; }
span { border-color: rgb(229,139,236); }
td.TdClassName
{
border-color: #E58BEC;
}
.TagClassName
{
border-color: #E58BEC;
}
</style>