Shades of Violet #E58BDF
Tints of Violet #E58BDF
RGB
CMYK
RGB Variations
Color information
#E58BDF (or 0xE58BDF) is known color: Violet. HEX triplet: E5, 8B and DF. RGB value is (229,139,223). Sum of RGB (Red+Green+Blue) = 229+139+223=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58BDF is #1A7420. Grayscale: #AFAFAF. Windows color (decimal): -1733665 or 14650341. OLE color: 14650341.
HSL color Cylindrical-coordinate representation of color #E58BDF: hue angle of 304º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58BDF is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 223 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.10 |
| HSL | 304º | 0.63% | 0.72% | - |
| HSV(B) | 304º | 0.39% | 0.9% | - |
| XYZ | 54.87 | 40.45 | 74.73 | - |
| YUV | 175.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 223 | 0 | 0.39 | 0.03 | 0.10 | 304 | 0.63 | 0.72 |
| Hex | E5 | 8B | DF | 0 | 27 | 3 | A | 130 | 3F | 48 |
| Octal | 345 | 213 | 337 | 0 | 47 | 3 | 12 | 460 | 77 | 110 |
| Binary | 11100101 | 10001011 | 11011111 | 0 | 100111 | 11 | 1010 | 100110000 | 111111 | 1001000 |
Color Harmonies of #E58BDF
Complementary color
Monochromatic Colors of #E58BDF
Black with #E58BDF
Text Example
Text Example
White with #E58BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BDF; }
p { color: rgb(229,139,223); }
H1.HeaderClassName
{
color: #E58BDF;
}
.AnyTagClassName
{
color: #E58BDF;
}
</style>
background-color css
<style>
a { background-color: #E58BDF; }
a { background-color: rgb(229,139,223); }
div.DivClassName
{
background-color: #E58BDF;
}
.BgClassName
{
background-color: #E58BDF;
}
</style>
border-color css
<style>
span { border-color: #E58BDF; }
span { border-color: rgb(229,139,223); }
td.TdClassName
{
border-color: #E58BDF;
}
.TagClassName
{
border-color: #E58BDF;
}
</style>