Shades of Violet #E58ADF
Tints of Violet #E58ADF
RGB
CMYK
RGB Variations
Color information
#E58ADF (or 0xE58ADF) is known color: Violet. HEX triplet: E5, 8A and DF. RGB value is (229,138,223). Sum of RGB (Red+Green+Blue) = 229+138+223=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ADF is #1A7520. Grayscale: #AEAEAE. Windows color (decimal): -1733921 or 14650085. OLE color: 14650085.
HSL color Cylindrical-coordinate representation of color #E58ADF: hue angle of 303.96º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58ADF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 223 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.10 |
| HSL | 303.96º | 0.64% | 0.72% | - |
| HSV(B) | 303.96º | 0.4% | 0.9% | - |
| XYZ | 54.72 | 40.16 | 74.68 | - |
| YUV | 174.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 223 | 0 | 0.40 | 0.03 | 0.10 | 303.96 | 0.64 | 0.72 |
| Hex | E5 | 8A | DF | 0 | 28 | 3 | A | 130 | 40 | 48 |
| Octal | 345 | 212 | 337 | 0 | 50 | 3 | 12 | 460 | 100 | 110 |
| Binary | 11100101 | 10001010 | 11011111 | 0 | 101000 | 11 | 1010 | 100110000 | 1000000 | 1001000 |
Color Harmonies of #E58ADF
Complementary color
Monochromatic Colors of #E58ADF
Black with #E58ADF
Text Example
Text Example
White with #E58ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ADF; }
p { color: rgb(229,138,223); }
H1.HeaderClassName
{
color: #E58ADF;
}
.AnyTagClassName
{
color: #E58ADF;
}
</style>
background-color css
<style>
a { background-color: #E58ADF; }
a { background-color: rgb(229,138,223); }
div.DivClassName
{
background-color: #E58ADF;
}
.BgClassName
{
background-color: #E58ADF;
}
</style>
border-color css
<style>
span { border-color: #E58ADF; }
span { border-color: rgb(229,138,223); }
td.TdClassName
{
border-color: #E58ADF;
}
.TagClassName
{
border-color: #E58ADF;
}
</style>