Shades of Violet #E284EE
Tints of Violet #E284EE
RGB
CMYK
RGB Variations
Color information
#E284EE (or 0xE284EE) is known color: Violet. HEX triplet: E2, 84 and EE. RGB value is (226,132,238). Sum of RGB (Red+Green+Blue) = 226+132+238=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #E284EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E284EE is #1D7B11. Grayscale: #ABABAB. Windows color (decimal): -1932050 or 15631586. OLE color: 15631586.
HSL color Cylindrical-coordinate representation of color #E284EE: hue angle of 293.21º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E284EE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 132 | 238 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.07 |
| HSL | 293.21º | 0.76% | 0.73% | - |
| HSV(B) | 293.21º | 0.45% | 0.93% | - |
| XYZ | 55.05 | 38.84 | 85.49 | - |
| YUV | 172.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 238 | 0.05 | 0.45 | 0 | 0.07 | 293.21 | 0.76 | 0.73 |
| Hex | E2 | 84 | EE | 5 | 2D | 0 | 7 | 125 | 4C | 49 |
| Octal | 342 | 204 | 356 | 5 | 55 | 0 | 7 | 445 | 114 | 111 |
| Binary | 11100010 | 10000100 | 11101110 | 101 | 101101 | 0 | 111 | 100100101 | 1001100 | 1001001 |
Color Harmonies of #E284EE
Complementary color
Monochromatic Colors of #E284EE
Black with #E284EE
Text Example
Text Example
White with #E284EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284EE; }
p { color: rgb(226,132,238); }
H1.HeaderClassName
{
color: #E284EE;
}
.AnyTagClassName
{
color: #E284EE;
}
</style>
background-color css
<style>
a { background-color: #E284EE; }
a { background-color: rgb(226,132,238); }
div.DivClassName
{
background-color: #E284EE;
}
.BgClassName
{
background-color: #E284EE;
}
</style>
border-color css
<style>
span { border-color: #E284EE; }
span { border-color: rgb(226,132,238); }
td.TdClassName
{
border-color: #E284EE;
}
.TagClassName
{
border-color: #E284EE;
}
</style>