Shades of Violet #E28ADD
Tints of Violet #E28ADD
RGB
CMYK
RGB Variations
Color information
#E28ADD (or 0xE28ADD) is known color: Violet. HEX triplet: E2, 8A and DD. RGB value is (226,138,221). Sum of RGB (Red+Green+Blue) = 226+138+221=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ADD is #1D7522. Grayscale: #ADADAD. Windows color (decimal): -1930531 or 14519010. OLE color: 14519010.
HSL color Cylindrical-coordinate representation of color #E28ADD: hue angle of 303.41º 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 #E28ADD is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 221 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.11 |
| HSL | 303.41º | 0.6% | 0.71% | - |
| HSV(B) | 303.41º | 0.39% | 0.89% | - |
| XYZ | 53.5 | 39.57 | 73.22 | - |
| YUV | 173.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 221 | 0 | 0.39 | 0.02 | 0.11 | 303.41 | 0.6 | 0.71 |
| Hex | E2 | 8A | DD | 0 | 27 | 2 | B | 12F | 3C | 47 |
| Octal | 342 | 212 | 335 | 0 | 47 | 2 | 13 | 457 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11011101 | 0 | 100111 | 10 | 1011 | 100101111 | 111100 | 1000111 |
Color Harmonies of #E28ADD
Complementary color
Monochromatic Colors of #E28ADD
Black with #E28ADD
Text Example
Text Example
White with #E28ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ADD; }
p { color: rgb(226,138,221); }
H1.HeaderClassName
{
color: #E28ADD;
}
.AnyTagClassName
{
color: #E28ADD;
}
</style>
background-color css
<style>
a { background-color: #E28ADD; }
a { background-color: rgb(226,138,221); }
div.DivClassName
{
background-color: #E28ADD;
}
.BgClassName
{
background-color: #E28ADD;
}
</style>
border-color css
<style>
span { border-color: #E28ADD; }
span { border-color: rgb(226,138,221); }
td.TdClassName
{
border-color: #E28ADD;
}
.TagClassName
{
border-color: #E28ADD;
}
</style>