Shades of Violet #E284F5
Tints of Violet #E284F5
RGB
CMYK
RGB Variations
Color information
#E284F5 (or 0xE284F5) is known color: Violet. HEX triplet: E2, 84 and F5. RGB value is (226,132,245). Sum of RGB (Red+Green+Blue) = 226+132+245=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 245 (96.09% from 255 or 40.63% from 603); Max value from RGB is 245 - color contains mainly: blue. Hex color #E284F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E284F5 is #1D7B0A. Grayscale: #ACACAC. Windows color (decimal): -1932043 or 16090338. OLE color: 16090338.
HSL color Cylindrical-coordinate representation of color #E284F5: hue angle of 289.91º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E284F5 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 132 | 245 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.04 |
| HSL | 289.91º | 0.85% | 0.74% | - |
| HSV(B) | 289.91º | 0.46% | 0.96% | - |
| XYZ | 56.1 | 39.26 | 91.01 | - |
| YUV | 172.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 245 | 0.08 | 0.46 | 0 | 0.04 | 289.91 | 0.85 | 0.74 |
| Hex | E2 | 84 | F5 | 8 | 2E | 0 | 4 | 122 | 55 | 4A |
| Octal | 342 | 204 | 365 | 10 | 56 | 0 | 4 | 442 | 125 | 112 |
| Binary | 11100010 | 10000100 | 11110101 | 1000 | 101110 | 0 | 100 | 100100010 | 1010101 | 1001010 |
Color Harmonies of #E284F5
Complementary color
Monochromatic Colors of #E284F5
Black with #E284F5
Text Example
Text Example
White with #E284F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284F5; }
p { color: rgb(226,132,245); }
H1.HeaderClassName
{
color: #E284F5;
}
.AnyTagClassName
{
color: #E284F5;
}
</style>
background-color css
<style>
a { background-color: #E284F5; }
a { background-color: rgb(226,132,245); }
div.DivClassName
{
background-color: #E284F5;
}
.BgClassName
{
background-color: #E284F5;
}
</style>
border-color css
<style>
span { border-color: #E284F5; }
span { border-color: rgb(226,132,245); }
td.TdClassName
{
border-color: #E284F5;
}
.TagClassName
{
border-color: #E284F5;
}
</style>