Shades of Violet #E285EF
Tints of Violet #E285EF
RGB
CMYK
RGB Variations
Color information
#E285EF (or 0xE285EF) is known color: Violet. HEX triplet: E2, 85 and EF. RGB value is (226,133,239). Sum of RGB (Red+Green+Blue) = 226+133+239=598 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.79% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #E285EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285EF is #1D7A10. Grayscale: #ACACAC. Windows color (decimal): -1931793 or 15697378. OLE color: 15697378.
HSL color Cylindrical-coordinate representation of color #E285EF: hue angle of 292.64º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E285EF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 133 | 239 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.06 |
| HSL | 292.64º | 0.77% | 0.73% | - |
| HSV(B) | 292.64º | 0.44% | 0.94% | - |
| XYZ | 55.33 | 39.18 | 86.31 | - |
| YUV | 172.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 239 | 0.05 | 0.44 | 0 | 0.06 | 292.64 | 0.77 | 0.73 |
| Hex | E2 | 85 | EF | 5 | 2C | 0 | 6 | 125 | 4D | 49 |
| Octal | 342 | 205 | 357 | 5 | 54 | 0 | 6 | 445 | 115 | 111 |
| Binary | 11100010 | 10000101 | 11101111 | 101 | 101100 | 0 | 110 | 100100101 | 1001101 | 1001001 |
Color Harmonies of #E285EF
Complementary color
Monochromatic Colors of #E285EF
Black with #E285EF
Text Example
Text Example
White with #E285EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E285EF; }
p { color: rgb(226,133,239); }
H1.HeaderClassName
{
color: #E285EF;
}
.AnyTagClassName
{
color: #E285EF;
}
</style>
background-color css
<style>
a { background-color: #E285EF; }
a { background-color: rgb(226,133,239); }
div.DivClassName
{
background-color: #E285EF;
}
.BgClassName
{
background-color: #E285EF;
}
</style>
border-color css
<style>
span { border-color: #E285EF; }
span { border-color: rgb(226,133,239); }
td.TdClassName
{
border-color: #E285EF;
}
.TagClassName
{
border-color: #E285EF;
}
</style>