Shades of Violet #E48FE5
Tints of Violet #E48FE5
RGB
CMYK
RGB Variations
Color information
#E48FE5 (or 0xE48FE5) is known color: Violet. HEX triplet: E4, 8F and E5. RGB value is (228,143,229). Sum of RGB (Red+Green+Blue) = 228+143+229=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #E48FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48FE5 is #1B701A. Grayscale: #B1B1B1. Windows color (decimal): -1798171 or 15044580. OLE color: 15044580.
HSL color Cylindrical-coordinate representation of color #E48FE5: hue angle of 299.3º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E48FE5 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 143 | 229 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.10 |
| HSL | 299.3º | 0.62% | 0.73% | - |
| HSV(B) | 299.3º | 0.38% | 0.9% | - |
| XYZ | 55.96 | 41.8 | 79.25 | - |
| YUV | 178.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 229 | 0.00 | 0.38 | 0 | 0.10 | 299.3 | 0.62 | 0.73 |
| Hex | E4 | 8F | E5 | 0 | 26 | 0 | A | 12B | 3E | 49 |
| Octal | 344 | 217 | 345 | 0 | 46 | 0 | 12 | 453 | 76 | 111 |
| Binary | 11100100 | 10001111 | 11100101 | 0 | 100110 | 0 | 1010 | 100101011 | 111110 | 1001001 |
Color Harmonies of #E48FE5
Complementary color
Monochromatic Colors of #E48FE5
Black with #E48FE5
Text Example
Text Example
White with #E48FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FE5; }
p { color: rgb(228,143,229); }
H1.HeaderClassName
{
color: #E48FE5;
}
.AnyTagClassName
{
color: #E48FE5;
}
</style>
background-color css
<style>
a { background-color: #E48FE5; }
a { background-color: rgb(228,143,229); }
div.DivClassName
{
background-color: #E48FE5;
}
.BgClassName
{
background-color: #E48FE5;
}
</style>
border-color css
<style>
span { border-color: #E48FE5; }
span { border-color: rgb(228,143,229); }
td.TdClassName
{
border-color: #E48FE5;
}
.TagClassName
{
border-color: #E48FE5;
}
</style>