Shades of Violet #E48CED
Tints of Violet #E48CED
RGB
CMYK
RGB Variations
Color information
#E48CED (or 0xE48CED) is known color: Violet. HEX triplet: E4, 8C and ED. RGB value is (228,140,237). Sum of RGB (Red+Green+Blue) = 228+140+237=605 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.69% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #E48CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48CED is #1B7312. Grayscale: #B1B1B1. Windows color (decimal): -1798931 or 15568100. OLE color: 15568100.
HSL color Cylindrical-coordinate representation of color #E48CED: hue angle of 294.43º degrees, saturation: 0.73, 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 #E48CED is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 140 | 237 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.07 |
| HSL | 294.43º | 0.73% | 0.74% | - |
| HSV(B) | 294.43º | 0.41% | 0.93% | - |
| XYZ | 56.66 | 41.36 | 85.12 | - |
| YUV | 177.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 237 | 0.04 | 0.41 | 0 | 0.07 | 294.43 | 0.73 | 0.74 |
| Hex | E4 | 8C | ED | 4 | 29 | 0 | 7 | 126 | 49 | 4A |
| Octal | 344 | 214 | 355 | 4 | 51 | 0 | 7 | 446 | 111 | 112 |
| Binary | 11100100 | 10001100 | 11101101 | 100 | 101001 | 0 | 111 | 100100110 | 1001001 | 1001010 |
Color Harmonies of #E48CED
Complementary color
Monochromatic Colors of #E48CED
Black with #E48CED
Text Example
Text Example
White with #E48CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CED; }
p { color: rgb(228,140,237); }
H1.HeaderClassName
{
color: #E48CED;
}
.AnyTagClassName
{
color: #E48CED;
}
</style>
background-color css
<style>
a { background-color: #E48CED; }
a { background-color: rgb(228,140,237); }
div.DivClassName
{
background-color: #E48CED;
}
.BgClassName
{
background-color: #E48CED;
}
</style>
border-color css
<style>
span { border-color: #E48CED; }
span { border-color: rgb(228,140,237); }
td.TdClassName
{
border-color: #E48CED;
}
.TagClassName
{
border-color: #E48CED;
}
</style>