Shades of Violet #E284DF
Tints of Violet #E284DF
RGB
CMYK
RGB Variations
Color information
#E284DF (or 0xE284DF) is known color: Violet. HEX triplet: E2, 84 and DF. RGB value is (226,132,223). Sum of RGB (Red+Green+Blue) = 226+132+223=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E284DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284DF is #1D7B20. Grayscale: #AAAAAA. Windows color (decimal): -1932065 or 14648546. OLE color: 14648546.
HSL color Cylindrical-coordinate representation of color #E284DF: hue angle of 301.91º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284DF is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 223 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.11 |
| HSL | 301.91º | 0.62% | 0.7% | - |
| HSV(B) | 301.91º | 0.42% | 0.89% | - |
| XYZ | 52.93 | 38 | 74.36 | - |
| YUV | 170.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 223 | 0 | 0.42 | 0.01 | 0.11 | 301.91 | 0.62 | 0.7 |
| Hex | E2 | 84 | DF | 0 | 2A | 1 | B | 12E | 3E | 46 |
| Octal | 342 | 204 | 337 | 0 | 52 | 1 | 13 | 456 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11011111 | 0 | 101010 | 1 | 1011 | 100101110 | 111110 | 1000110 |
Color Harmonies of #E284DF
Complementary color
Monochromatic Colors of #E284DF
Black with #E284DF
Text Example
Text Example
White with #E284DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284DF; }
p { color: rgb(226,132,223); }
H1.HeaderClassName
{
color: #E284DF;
}
.AnyTagClassName
{
color: #E284DF;
}
</style>
background-color css
<style>
a { background-color: #E284DF; }
a { background-color: rgb(226,132,223); }
div.DivClassName
{
background-color: #E284DF;
}
.BgClassName
{
background-color: #E284DF;
}
</style>
border-color css
<style>
span { border-color: #E284DF; }
span { border-color: rgb(226,132,223); }
td.TdClassName
{
border-color: #E284DF;
}
.TagClassName
{
border-color: #E284DF;
}
</style>