Shades of Violet #E48CE0
Tints of Violet #E48CE0
RGB
CMYK
RGB Variations
Color information
#E48CE0 (or 0xE48CE0) is known color: Violet. HEX triplet: E4, 8C and E0. RGB value is (228,140,224). Sum of RGB (Red+Green+Blue) = 228+140+224=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CE0 is #1B731F. Grayscale: #AFAFAF. Windows color (decimal): -1798944 or 14716132. OLE color: 14716132.
HSL color Cylindrical-coordinate representation of color #E48CE0: hue angle of 302.73º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48CE0 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 224 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.11 |
| HSL | 302.73º | 0.62% | 0.72% | - |
| HSV(B) | 302.73º | 0.39% | 0.89% | - |
| XYZ | 54.83 | 40.63 | 75.47 | - |
| YUV | 175.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 224 | 0 | 0.39 | 0.02 | 0.11 | 302.73 | 0.62 | 0.72 |
| Hex | E4 | 8C | E0 | 0 | 27 | 2 | B | 12F | 3E | 48 |
| Octal | 344 | 214 | 340 | 0 | 47 | 2 | 13 | 457 | 76 | 110 |
| Binary | 11100100 | 10001100 | 11100000 | 0 | 100111 | 10 | 1011 | 100101111 | 111110 | 1001000 |
Color Harmonies of #E48CE0
Complementary color
Monochromatic Colors of #E48CE0
Black with #E48CE0
Text Example
Text Example
White with #E48CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CE0; }
p { color: rgb(228,140,224); }
H1.HeaderClassName
{
color: #E48CE0;
}
.AnyTagClassName
{
color: #E48CE0;
}
</style>
background-color css
<style>
a { background-color: #E48CE0; }
a { background-color: rgb(228,140,224); }
div.DivClassName
{
background-color: #E48CE0;
}
.BgClassName
{
background-color: #E48CE0;
}
</style>
border-color css
<style>
span { border-color: #E48CE0; }
span { border-color: rgb(228,140,224); }
td.TdClassName
{
border-color: #E48CE0;
}
.TagClassName
{
border-color: #E48CE0;
}
</style>