Shades of Violet #E48FEC
Tints of Violet #E48FEC
RGB
CMYK
RGB Variations
Color information
#E48FEC (or 0xE48FEC) is known color: Violet. HEX triplet: E4, 8F and EC. RGB value is (228,143,236). Sum of RGB (Red+Green+Blue) = 228+143+236=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E48FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48FEC is #1B7013. Grayscale: #B2B2B2. Windows color (decimal): -1798164 or 15503332. OLE color: 15503332.
HSL color Cylindrical-coordinate representation of color #E48FEC: hue angle of 294.84º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48FEC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 228 | 143 | 236 | - |
CMYK | 0.03 | 0.39 | 0 | 0.07 |
HSL | 294.84º | 0.71% | 0.74% | - |
HSV(B) | 294.84º | 0.39% | 0.93% | - |
XYZ | 56.96 | 42.2 | 84.5 | - |
YUV | 179.02 | 160.16 | 162.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 143 | 236 | 0.03 | 0.39 | 0 | 0.07 | 294.84 | 0.71 | 0.74 |
Hex | E4 | 8F | EC | 3 | 27 | 0 | 7 | 127 | 47 | 4A |
Octal | 344 | 217 | 354 | 3 | 47 | 0 | 7 | 447 | 107 | 112 |
Binary | 11100100 | 10001111 | 11101100 | 11 | 100111 | 0 | 111 | 100100111 | 1000111 | 1001010 |
Color Harmonies of #E48FEC
Complementary color
Monochromatic Colors of #E48FEC
Black with #E48FEC
Text Example
Text Example
White with #E48FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48FEC; }
p { color: rgb(228,143,236); }
H1.HeaderClassName
{
color: #E48FEC;
}
.AnyTagClassName
{
color: #E48FEC;
}
</style>
background-color css
<style>
a { background-color: #E48FEC; }
a { background-color: rgb(228,143,236); }
div.DivClassName
{
background-color: #E48FEC;
}
.BgClassName
{
background-color: #E48FEC;
}
</style>
border-color css
<style>
span { border-color: #E48FEC; }
span { border-color: rgb(228,143,236); }
td.TdClassName
{
border-color: #E48FEC;
}
.TagClassName
{
border-color: #E48FEC;
}
</style>