Shades of Violet #E280DF
Tints of Violet #E280DF
RGB
CMYK
RGB Variations
Color information
#E280DF (or 0xE280DF) is known color: Violet. HEX triplet: E2, 80 and DF. RGB value is (226,128,223). Sum of RGB (Red+Green+Blue) = 226+128+223=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E280DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280DF is #1D7F20. Grayscale: #A7A7A7. Windows color (decimal): -1933089 or 14647522. OLE color: 14647522.
HSL color Cylindrical-coordinate representation of color #E280DF: hue angle of 301.84º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280DF is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 223 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.11 |
| HSL | 301.84º | 0.63% | 0.69% | - |
| HSV(B) | 301.84º | 0.43% | 0.89% | - |
| XYZ | 52.4 | 36.93 | 74.18 | - |
| YUV | 168.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 223 | 0 | 0.43 | 0.01 | 0.11 | 301.84 | 0.63 | 0.69 |
| Hex | E2 | 80 | DF | 0 | 2B | 1 | B | 12E | 3F | 45 |
| Octal | 342 | 200 | 337 | 0 | 53 | 1 | 13 | 456 | 77 | 105 |
| Binary | 11100010 | 10000000 | 11011111 | 0 | 101011 | 1 | 1011 | 100101110 | 111111 | 1000101 |
Color Harmonies of #E280DF
Complementary color
Monochromatic Colors of #E280DF
Black with #E280DF
Text Example
Text Example
White with #E280DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280DF; }
p { color: rgb(226,128,223); }
H1.HeaderClassName
{
color: #E280DF;
}
.AnyTagClassName
{
color: #E280DF;
}
</style>
background-color css
<style>
a { background-color: #E280DF; }
a { background-color: rgb(226,128,223); }
div.DivClassName
{
background-color: #E280DF;
}
.BgClassName
{
background-color: #E280DF;
}
</style>
border-color css
<style>
span { border-color: #E280DF; }
span { border-color: rgb(226,128,223); }
td.TdClassName
{
border-color: #E280DF;
}
.TagClassName
{
border-color: #E280DF;
}
</style>