Shades of Violet #E58ADC
Tints of Violet #E58ADC
RGB
CMYK
RGB Variations
Color information
#E58ADC (or 0xE58ADC) is known color: Violet. HEX triplet: E5, 8A and DC. RGB value is (229,138,220). Sum of RGB (Red+Green+Blue) = 229+138+220=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E58ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58ADC is #1A7523. Grayscale: #AEAEAE. Windows color (decimal): -1733924 or 14453477. OLE color: 14453477.
HSL color Cylindrical-coordinate representation of color #E58ADC: hue angle of 305.93º 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 #E58ADC is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 220 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.10 |
| HSL | 305.93º | 0.64% | 0.72% | - |
| HSV(B) | 305.93º | 0.4% | 0.9% | - |
| XYZ | 54.32 | 40 | 72.57 | - |
| YUV | 174.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 220 | 0 | 0.40 | 0.04 | 0.10 | 305.93 | 0.64 | 0.72 |
| Hex | E5 | 8A | DC | 0 | 28 | 4 | A | 132 | 40 | 48 |
| Octal | 345 | 212 | 334 | 0 | 50 | 4 | 12 | 462 | 100 | 110 |
| Binary | 11100101 | 10001010 | 11011100 | 0 | 101000 | 100 | 1010 | 100110010 | 1000000 | 1001000 |
Color Harmonies of #E58ADC
Complementary color
Monochromatic Colors of #E58ADC
Black with #E58ADC
Text Example
Text Example
White with #E58ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58ADC; }
p { color: rgb(229,138,220); }
H1.HeaderClassName
{
color: #E58ADC;
}
.AnyTagClassName
{
color: #E58ADC;
}
</style>
background-color css
<style>
a { background-color: #E58ADC; }
a { background-color: rgb(229,138,220); }
div.DivClassName
{
background-color: #E58ADC;
}
.BgClassName
{
background-color: #E58ADC;
}
</style>
border-color css
<style>
span { border-color: #E58ADC; }
span { border-color: rgb(229,138,220); }
td.TdClassName
{
border-color: #E58ADC;
}
.TagClassName
{
border-color: #E58ADC;
}
</style>