Shades of Violet #E48ADF
Tints of Violet #E48ADF
RGB
CMYK
RGB Variations
Color information
#E48ADF (or 0xE48ADF) is known color: Violet. HEX triplet: E4, 8A and DF. RGB value is (228,138,223). Sum of RGB (Red+Green+Blue) = 228+138+223=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 228 - color contains mainly: red. Hex color #E48ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E48ADF is #1B7520. Grayscale: #AEAEAE. Windows color (decimal): -1799457 or 14650084. OLE color: 14650084.
HSL color Cylindrical-coordinate representation of color #E48ADF: hue angle of 303.33º 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 #E48ADF is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 223 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.11 |
| HSL | 303.33º | 0.63% | 0.72% | - |
| HSV(B) | 303.33º | 0.39% | 0.89% | - |
| XYZ | 54.4 | 40 | 74.67 | - |
| YUV | 174.6 | 155.32 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 223 | 0 | 0.39 | 0.02 | 0.11 | 303.33 | 0.63 | 0.72 |
| Hex | E4 | 8A | DF | 0 | 27 | 2 | B | 12F | 3E | 48 |
| Octal | 344 | 212 | 337 | 0 | 47 | 2 | 13 | 457 | 76 | 110 |
| Binary | 11100100 | 10001010 | 11011111 | 0 | 100111 | 10 | 1011 | 100101111 | 111110 | 1001000 |
Color Harmonies of #E48ADF
Complementary color
Monochromatic Colors of #E48ADF
Black with #E48ADF
Text Example
Text Example
White with #E48ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48ADF; }
p { color: rgb(228,138,223); }
H1.HeaderClassName
{
color: #E48ADF;
}
.AnyTagClassName
{
color: #E48ADF;
}
</style>
background-color css
<style>
a { background-color: #E48ADF; }
a { background-color: rgb(228,138,223); }
div.DivClassName
{
background-color: #E48ADF;
}
.BgClassName
{
background-color: #E48ADF;
}
</style>
border-color css
<style>
span { border-color: #E48ADF; }
span { border-color: rgb(228,138,223); }
td.TdClassName
{
border-color: #E48ADF;
}
.TagClassName
{
border-color: #E48ADF;
}
</style>