Shades of Violet #E48BDF
Tints of Violet #E48BDF
RGB
CMYK
RGB Variations
Color information
#E48BDF (or 0xE48BDF) is known color: Violet. HEX triplet: E4, 8B and DF. RGB value is (228,139,223). Sum of RGB (Red+Green+Blue) = 228+139+223=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 228 - color contains mainly: red. Hex color #E48BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48BDF is #1B7420. Grayscale: #AEAEAE. Windows color (decimal): -1799201 or 14650340. OLE color: 14650340.
HSL color Cylindrical-coordinate representation of color #E48BDF: hue angle of 303.37º 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 #E48BDF is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 223 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.11 |
| HSL | 303.37º | 0.62% | 0.72% | - |
| HSV(B) | 303.37º | 0.39% | 0.89% | - |
| XYZ | 54.55 | 40.29 | 74.71 | - |
| YUV | 175.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 223 | 0 | 0.39 | 0.02 | 0.11 | 303.37 | 0.62 | 0.72 |
| Hex | E4 | 8B | DF | 0 | 27 | 2 | B | 12F | 3E | 48 |
| Octal | 344 | 213 | 337 | 0 | 47 | 2 | 13 | 457 | 76 | 110 |
| Binary | 11100100 | 10001011 | 11011111 | 0 | 100111 | 10 | 1011 | 100101111 | 111110 | 1001000 |
Color Harmonies of #E48BDF
Complementary color
Monochromatic Colors of #E48BDF
Black with #E48BDF
Text Example
Text Example
White with #E48BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48BDF; }
p { color: rgb(228,139,223); }
H1.HeaderClassName
{
color: #E48BDF;
}
.AnyTagClassName
{
color: #E48BDF;
}
</style>
background-color css
<style>
a { background-color: #E48BDF; }
a { background-color: rgb(228,139,223); }
div.DivClassName
{
background-color: #E48BDF;
}
.BgClassName
{
background-color: #E48BDF;
}
</style>
border-color css
<style>
span { border-color: #E48BDF; }
span { border-color: rgb(228,139,223); }
td.TdClassName
{
border-color: #E48BDF;
}
.TagClassName
{
border-color: #E48BDF;
}
</style>