Shades of Violet #E48CE2
Tints of Violet #E48CE2
RGB
CMYK
RGB Variations
Color information
#E48CE2 (or 0xE48CE2) is known color: Violet. HEX triplet: E4, 8C and E2. RGB value is (228,140,226). Sum of RGB (Red+Green+Blue) = 228+140+226=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 226 (88.67% from 255 or 38.05% from 594); Max value from RGB is 228 - color contains mainly: red. Hex color #E48CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48CE2 is #1B731D. Grayscale: #AFAFAF. Windows color (decimal): -1798942 or 14847204. OLE color: 14847204.
HSL color Cylindrical-coordinate representation of color #E48CE2: hue angle of 301.36º 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 #E48CE2 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 140 | 226 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.11 |
| HSL | 301.36º | 0.62% | 0.72% | - |
| HSV(B) | 301.36º | 0.39% | 0.89% | - |
| XYZ | 55.1 | 40.74 | 76.91 | - |
| YUV | 176.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 140 | 226 | 0 | 0.39 | 0.01 | 0.11 | 301.36 | 0.62 | 0.72 |
| Hex | E4 | 8C | E2 | 0 | 27 | 1 | B | 12D | 3E | 48 |
| Octal | 344 | 214 | 342 | 0 | 47 | 1 | 13 | 455 | 76 | 110 |
| Binary | 11100100 | 10001100 | 11100010 | 0 | 100111 | 1 | 1011 | 100101101 | 111110 | 1001000 |
Color Harmonies of #E48CE2
Complementary color
Monochromatic Colors of #E48CE2
Black with #E48CE2
Text Example
Text Example
White with #E48CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48CE2; }
p { color: rgb(228,140,226); }
H1.HeaderClassName
{
color: #E48CE2;
}
.AnyTagClassName
{
color: #E48CE2;
}
</style>
background-color css
<style>
a { background-color: #E48CE2; }
a { background-color: rgb(228,140,226); }
div.DivClassName
{
background-color: #E48CE2;
}
.BgClassName
{
background-color: #E48CE2;
}
</style>
border-color css
<style>
span { border-color: #E48CE2; }
span { border-color: rgb(228,140,226); }
td.TdClassName
{
border-color: #E48CE2;
}
.TagClassName
{
border-color: #E48CE2;
}
</style>