Shades of Violet #E288DF
Tints of Violet #E288DF
RGB
CMYK
RGB Variations
Color information
#E288DF (or 0xE288DF) is known color: Violet. HEX triplet: E2, 88 and DF. RGB value is (226,136,223). Sum of RGB (Red+Green+Blue) = 226+136+223=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E288DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E288DF is #1D7720. Grayscale: #ACACAC. Windows color (decimal): -1931041 or 14649570. OLE color: 14649570.
HSL color Cylindrical-coordinate representation of color #E288DF: hue angle of 302º 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 #E288DF is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 223 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.11 |
| HSL | 302º | 0.61% | 0.71% | - |
| HSV(B) | 302º | 0.4% | 0.89% | - |
| XYZ | 53.49 | 39.1 | 74.54 | - |
| YUV | 172.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 223 | 0 | 0.40 | 0.01 | 0.11 | 302 | 0.61 | 0.71 |
| Hex | E2 | 88 | DF | 0 | 28 | 1 | B | 12E | 3D | 47 |
| Octal | 342 | 210 | 337 | 0 | 50 | 1 | 13 | 456 | 75 | 107 |
| Binary | 11100010 | 10001000 | 11011111 | 0 | 101000 | 1 | 1011 | 100101110 | 111101 | 1000111 |
Color Harmonies of #E288DF
Complementary color
Monochromatic Colors of #E288DF
Black with #E288DF
Text Example
Text Example
White with #E288DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E288DF; }
p { color: rgb(226,136,223); }
H1.HeaderClassName
{
color: #E288DF;
}
.AnyTagClassName
{
color: #E288DF;
}
</style>
background-color css
<style>
a { background-color: #E288DF; }
a { background-color: rgb(226,136,223); }
div.DivClassName
{
background-color: #E288DF;
}
.BgClassName
{
background-color: #E288DF;
}
</style>
border-color css
<style>
span { border-color: #E288DF; }
span { border-color: rgb(226,136,223); }
td.TdClassName
{
border-color: #E288DF;
}
.TagClassName
{
border-color: #E288DF;
}
</style>