Shades of Violet #E48BE7
Tints of Violet #E48BE7
RGB
CMYK
RGB Variations
Color information
#E48BE7 (or 0xE48BE7) is known color: Violet. HEX triplet: E4, 8B and E7. RGB value is (228,139,231). Sum of RGB (Red+Green+Blue) = 228+139+231=598 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.13% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #E48BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E48BE7 is #1B7418. Grayscale: #AFAFAF. Windows color (decimal): -1799193 or 15174628. OLE color: 15174628.
HSL color Cylindrical-coordinate representation of color #E48BE7: hue angle of 298.04º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E48BE7 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 139 | 231 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.09 |
| HSL | 298.04º | 0.66% | 0.73% | - |
| HSV(B) | 298.04º | 0.4% | 0.91% | - |
| XYZ | 55.65 | 40.73 | 80.53 | - |
| YUV | 176.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 231 | 0.01 | 0.40 | 0 | 0.09 | 298.04 | 0.66 | 0.73 |
| Hex | E4 | 8B | E7 | 1 | 28 | 0 | 9 | 12A | 42 | 49 |
| Octal | 344 | 213 | 347 | 1 | 50 | 0 | 11 | 452 | 102 | 111 |
| Binary | 11100100 | 10001011 | 11100111 | 1 | 101000 | 0 | 1001 | 100101010 | 1000010 | 1001001 |
Color Harmonies of #E48BE7
Complementary color
Monochromatic Colors of #E48BE7
Black with #E48BE7
Text Example
Text Example
White with #E48BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BE7; }
p { color: rgb(228,139,231); }
H1.HeaderClassName
{
color: #E48BE7;
}
.AnyTagClassName
{
color: #E48BE7;
}
</style>
background-color css
<style>
a { background-color: #E48BE7; }
a { background-color: rgb(228,139,231); }
div.DivClassName
{
background-color: #E48BE7;
}
.BgClassName
{
background-color: #E48BE7;
}
</style>
border-color css
<style>
span { border-color: #E48BE7; }
span { border-color: rgb(228,139,231); }
td.TdClassName
{
border-color: #E48BE7;
}
.TagClassName
{
border-color: #E48BE7;
}
</style>