Shades of Violet #E48CEC
Tints of Violet #E48CEC
RGB
CMYK
RGB Variations
Color information
#E48CEC (or 0xE48CEC) is known color: Violet. HEX triplet: E4, 8C and EC. RGB value is (228,140,236). Sum of RGB (Red+Green+Blue) = 228+140+236=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #E48CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48CEC is #1B7313. Grayscale: #B0B0B0. Windows color (decimal): -1798932 or 15502564. OLE color: 15502564.
HSL color Cylindrical-coordinate representation of color #E48CEC: hue angle of 295º degrees, saturation: 0.72, 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 #E48CEC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 140 | 236 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.07 |
| HSL | 295º | 0.72% | 0.74% | - |
| HSV(B) | 295º | 0.41% | 0.93% | - |
| XYZ | 56.51 | 41.31 | 84.35 | - |
| YUV | 177.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 236 | 0.03 | 0.41 | 0 | 0.07 | 295 | 0.72 | 0.74 |
| Hex | E4 | 8C | EC | 3 | 29 | 0 | 7 | 127 | 48 | 4A |
| Octal | 344 | 214 | 354 | 3 | 51 | 0 | 7 | 447 | 110 | 112 |
| Binary | 11100100 | 10001100 | 11101100 | 11 | 101001 | 0 | 111 | 100100111 | 1001000 | 1001010 |
Color Harmonies of #E48CEC
Complementary color
Monochromatic Colors of #E48CEC
Black with #E48CEC
Text Example
Text Example
White with #E48CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CEC; }
p { color: rgb(228,140,236); }
H1.HeaderClassName
{
color: #E48CEC;
}
.AnyTagClassName
{
color: #E48CEC;
}
</style>
background-color css
<style>
a { background-color: #E48CEC; }
a { background-color: rgb(228,140,236); }
div.DivClassName
{
background-color: #E48CEC;
}
.BgClassName
{
background-color: #E48CEC;
}
</style>
border-color css
<style>
span { border-color: #E48CEC; }
span { border-color: rgb(228,140,236); }
td.TdClassName
{
border-color: #E48CEC;
}
.TagClassName
{
border-color: #E48CEC;
}
</style>