Shades of Violet #E285F3
Tints of Violet #E285F3
RGB
CMYK
RGB Variations
Color information
#E285F3 (or 0xE285F3) is known color: Violet. HEX triplet: E2, 85 and F3. RGB value is (226,133,243). Sum of RGB (Red+Green+Blue) = 226+133+243=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #E285F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E285F3 is #1D7A0C. Grayscale: #ACACAC. Windows color (decimal): -1931789 or 15959522. OLE color: 15959522.
HSL color Cylindrical-coordinate representation of color #E285F3: hue angle of 290.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E285F3 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 133 | 243 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.05 |
| HSL | 290.73º | 0.82% | 0.74% | - |
| HSV(B) | 290.73º | 0.45% | 0.95% | - |
| XYZ | 55.93 | 39.41 | 89.45 | - |
| YUV | 173.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 243 | 0.07 | 0.45 | 0 | 0.05 | 290.73 | 0.82 | 0.74 |
| Hex | E2 | 85 | F3 | 7 | 2D | 0 | 5 | 123 | 52 | 4A |
| Octal | 342 | 205 | 363 | 7 | 55 | 0 | 5 | 443 | 122 | 112 |
| Binary | 11100010 | 10000101 | 11110011 | 111 | 101101 | 0 | 101 | 100100011 | 1010010 | 1001010 |
Color Harmonies of #E285F3
Complementary color
Monochromatic Colors of #E285F3
Black with #E285F3
Text Example
Text Example
White with #E285F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E285F3; }
p { color: rgb(226,133,243); }
H1.HeaderClassName
{
color: #E285F3;
}
.AnyTagClassName
{
color: #E285F3;
}
</style>
background-color css
<style>
a { background-color: #E285F3; }
a { background-color: rgb(226,133,243); }
div.DivClassName
{
background-color: #E285F3;
}
.BgClassName
{
background-color: #E285F3;
}
</style>
border-color css
<style>
span { border-color: #E285F3; }
span { border-color: rgb(226,133,243); }
td.TdClassName
{
border-color: #E285F3;
}
.TagClassName
{
border-color: #E285F3;
}
</style>