Shades of Violet #E288DC
Tints of Violet #E288DC
RGB
CMYK
RGB Variations
Color information
#E288DC (or 0xE288DC) is known color: Violet. HEX triplet: E2, 88 and DC. RGB value is (226,136,220). Sum of RGB (Red+Green+Blue) = 226+136+220=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 226 - color contains mainly: red. Hex color #E288DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288DC is #1D7723. Grayscale: #ACACAC. Windows color (decimal): -1931044 or 14452962. OLE color: 14452962.
HSL color Cylindrical-coordinate representation of color #E288DC: hue angle of 304º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E288DC is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 220 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.11 |
| HSL | 304º | 0.61% | 0.71% | - |
| HSV(B) | 304º | 0.4% | 0.89% | - |
| XYZ | 53.09 | 38.94 | 72.43 | - |
| YUV | 172.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 220 | 0 | 0.40 | 0.03 | 0.11 | 304 | 0.61 | 0.71 |
| Hex | E2 | 88 | DC | 0 | 28 | 3 | B | 130 | 3D | 47 |
| Octal | 342 | 210 | 334 | 0 | 50 | 3 | 13 | 460 | 75 | 107 |
| Binary | 11100010 | 10001000 | 11011100 | 0 | 101000 | 11 | 1011 | 100110000 | 111101 | 1000111 |
Color Harmonies of #E288DC
Complementary color
Monochromatic Colors of #E288DC
Black with #E288DC
Text Example
Text Example
White with #E288DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288DC; }
p { color: rgb(226,136,220); }
H1.HeaderClassName
{
color: #E288DC;
}
.AnyTagClassName
{
color: #E288DC;
}
</style>
background-color css
<style>
a { background-color: #E288DC; }
a { background-color: rgb(226,136,220); }
div.DivClassName
{
background-color: #E288DC;
}
.BgClassName
{
background-color: #E288DC;
}
</style>
border-color css
<style>
span { border-color: #E288DC; }
span { border-color: rgb(226,136,220); }
td.TdClassName
{
border-color: #E288DC;
}
.TagClassName
{
border-color: #E288DC;
}
</style>