Shades of Violet #E47DED
Tints of Violet #E47DED
RGB
CMYK
RGB Variations
Color information
#E47DED (or 0xE47DED) is known color: Violet. HEX triplet: E4, 7D and ED. RGB value is (228,125,237). Sum of RGB (Red+Green+Blue) = 228+125+237=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 125 (49.22% from 255 or 21.19% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #E47DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E47DED is #1B8212. Grayscale: #A8A8A8. Windows color (decimal): -1802771 or 15564260. OLE color: 15564260.
HSL color Cylindrical-coordinate representation of color #E47DED: hue angle of 295.18º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E47DED is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 125 | 237 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.07 |
| HSL | 295.18º | 0.76% | 0.71% | - |
| HSV(B) | 295.18º | 0.47% | 0.93% | - |
| XYZ | 54.61 | 37.28 | 84.44 | - |
| YUV | 168.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 125 | 237 | 0.04 | 0.47 | 0 | 0.07 | 295.18 | 0.76 | 0.71 |
| Hex | E4 | 7D | ED | 4 | 2F | 0 | 7 | 127 | 4C | 47 |
| Octal | 344 | 175 | 355 | 4 | 57 | 0 | 7 | 447 | 114 | 107 |
| Binary | 11100100 | 1111101 | 11101101 | 100 | 101111 | 0 | 111 | 100100111 | 1001100 | 1000111 |
Color Harmonies of #E47DED
Complementary color
Monochromatic Colors of #E47DED
Black with #E47DED
Text Example
Text Example
White with #E47DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47DED; }
p { color: rgb(228,125,237); }
H1.HeaderClassName
{
color: #E47DED;
}
.AnyTagClassName
{
color: #E47DED;
}
</style>
background-color css
<style>
a { background-color: #E47DED; }
a { background-color: rgb(228,125,237); }
div.DivClassName
{
background-color: #E47DED;
}
.BgClassName
{
background-color: #E47DED;
}
</style>
border-color css
<style>
span { border-color: #E47DED; }
span { border-color: rgb(228,125,237); }
td.TdClassName
{
border-color: #E47DED;
}
.TagClassName
{
border-color: #E47DED;
}
</style>