Shades of Violet #E48FEF
Tints of Violet #E48FEF
RGB
CMYK
RGB Variations
Color information
#E48FEF (or 0xE48FEF) is known color: Violet. HEX triplet: E4, 8F and EF. RGB value is (228,143,239). Sum of RGB (Red+Green+Blue) = 228+143+239=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #E48FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48FEF is #1B7010. Grayscale: #B3B3B3. Windows color (decimal): -1798161 or 15699940. OLE color: 15699940.
HSL color Cylindrical-coordinate representation of color #E48FEF: hue angle of 293.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E48FEF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 143 | 239 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.06 |
| HSL | 293.13º | 0.75% | 0.75% | - |
| HSV(B) | 293.13º | 0.4% | 0.94% | - |
| XYZ | 57.4 | 42.37 | 86.81 | - |
| YUV | 179.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 143 | 239 | 0.05 | 0.40 | 0 | 0.06 | 293.13 | 0.75 | 0.75 |
| Hex | E4 | 8F | EF | 5 | 28 | 0 | 6 | 125 | 4B | 4B |
| Octal | 344 | 217 | 357 | 5 | 50 | 0 | 6 | 445 | 113 | 113 |
| Binary | 11100100 | 10001111 | 11101111 | 101 | 101000 | 0 | 110 | 100100101 | 1001011 | 1001011 |
Color Harmonies of #E48FEF
Complementary color
Monochromatic Colors of #E48FEF
Black with #E48FEF
Text Example
Text Example
White with #E48FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FEF; }
p { color: rgb(228,143,239); }
H1.HeaderClassName
{
color: #E48FEF;
}
.AnyTagClassName
{
color: #E48FEF;
}
</style>
background-color css
<style>
a { background-color: #E48FEF; }
a { background-color: rgb(228,143,239); }
div.DivClassName
{
background-color: #E48FEF;
}
.BgClassName
{
background-color: #E48FEF;
}
</style>
border-color css
<style>
span { border-color: #E48FEF; }
span { border-color: rgb(228,143,239); }
td.TdClassName
{
border-color: #E48FEF;
}
.TagClassName
{
border-color: #E48FEF;
}
</style>