Shades of Violet #E28ADF
Tints of Violet #E28ADF
RGB
CMYK
RGB Variations
Color information
#E28ADF (or 0xE28ADF) is known color: Violet. HEX triplet: E2, 8A and DF. RGB value is (226,138,223). Sum of RGB (Red+Green+Blue) = 226+138+223=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ADF is #1D7520. Grayscale: #ADADAD. Windows color (decimal): -1930529 or 14650082. OLE color: 14650082.
HSL color Cylindrical-coordinate representation of color #E28ADF: hue angle of 302.05º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28ADF is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 223 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.11 |
| HSL | 302.05º | 0.6% | 0.71% | - |
| HSV(B) | 302.05º | 0.39% | 0.89% | - |
| XYZ | 53.77 | 39.67 | 74.64 | - |
| YUV | 174 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 223 | 0 | 0.39 | 0.01 | 0.11 | 302.05 | 0.6 | 0.71 |
| Hex | E2 | 8A | DF | 0 | 27 | 1 | B | 12E | 3C | 47 |
| Octal | 342 | 212 | 337 | 0 | 47 | 1 | 13 | 456 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11011111 | 0 | 100111 | 1 | 1011 | 100101110 | 111100 | 1000111 |
Color Harmonies of #E28ADF
Complementary color
Monochromatic Colors of #E28ADF
Black with #E28ADF
Text Example
Text Example
White with #E28ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ADF; }
p { color: rgb(226,138,223); }
H1.HeaderClassName
{
color: #E28ADF;
}
.AnyTagClassName
{
color: #E28ADF;
}
</style>
background-color css
<style>
a { background-color: #E28ADF; }
a { background-color: rgb(226,138,223); }
div.DivClassName
{
background-color: #E28ADF;
}
.BgClassName
{
background-color: #E28ADF;
}
</style>
border-color css
<style>
span { border-color: #E28ADF; }
span { border-color: rgb(226,138,223); }
td.TdClassName
{
border-color: #E28ADF;
}
.TagClassName
{
border-color: #E28ADF;
}
</style>