Shades of Violet #E282E4
Tints of Violet #E282E4
RGB
CMYK
RGB Variations
Color information
#E282E4 (or 0xE282E4) is known color: Violet. HEX triplet: E2, 82 and E4. RGB value is (226,130,228). Sum of RGB (Red+Green+Blue) = 226+130+228=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #E282E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282E4 is #1D7D1B. Grayscale: #A9A9A9. Windows color (decimal): -1932572 or 14975714. OLE color: 14975714.
HSL color Cylindrical-coordinate representation of color #E282E4: hue angle of 298.78º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E282E4 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 228 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.11 |
| HSL | 298.78º | 0.64% | 0.7% | - |
| HSV(B) | 298.78º | 0.43% | 0.89% | - |
| XYZ | 53.35 | 37.74 | 77.87 | - |
| YUV | 169.88 | 160.8 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 228 | 0.01 | 0.43 | 0 | 0.11 | 298.78 | 0.64 | 0.7 |
| Hex | E2 | 82 | E4 | 1 | 2B | 0 | B | 12B | 40 | 46 |
| Octal | 342 | 202 | 344 | 1 | 53 | 0 | 13 | 453 | 100 | 106 |
| Binary | 11100010 | 10000010 | 11100100 | 1 | 101011 | 0 | 1011 | 100101011 | 1000000 | 1000110 |
Color Harmonies of #E282E4
Complementary color
Monochromatic Colors of #E282E4
Black with #E282E4
Text Example
Text Example
White with #E282E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E282E4; }
p { color: rgb(226,130,228); }
H1.HeaderClassName
{
color: #E282E4;
}
.AnyTagClassName
{
color: #E282E4;
}
</style>
background-color css
<style>
a { background-color: #E282E4; }
a { background-color: rgb(226,130,228); }
div.DivClassName
{
background-color: #E282E4;
}
.BgClassName
{
background-color: #E282E4;
}
</style>
border-color css
<style>
span { border-color: #E282E4; }
span { border-color: rgb(226,130,228); }
td.TdClassName
{
border-color: #E282E4;
}
.TagClassName
{
border-color: #E282E4;
}
</style>