Shades of Violet #E08AF0
Tints of Violet #E08AF0
RGB
CMYK
RGB Variations
Color information
#E08AF0 (or 0xE08AF0) is known color: Violet. HEX triplet: E0, 8A and F0. RGB value is (224,138,240). Sum of RGB (Red+Green+Blue) = 224+138+240=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 240 (94.14% from 255 or 39.87% from 602); Max value from RGB is 240 - color contains mainly: blue. Hex color #E08AF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08AF0 is #1F750F. Grayscale: #AFAFAF. Windows color (decimal): -2061584 or 15764192. OLE color: 15764192.
HSL color Cylindrical-coordinate representation of color #E08AF0: hue angle of 290.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08AF0 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 138 | 240 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.06 |
| HSL | 290.59º | 0.77% | 0.74% | - |
| HSV(B) | 290.59º | 0.43% | 0.94% | - |
| XYZ | 55.56 | 40.32 | 87.29 | - |
| YUV | 175.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 240 | 0.07 | 0.42 | 0 | 0.06 | 290.59 | 0.77 | 0.74 |
| Hex | E0 | 8A | F0 | 7 | 2A | 0 | 6 | 123 | 4D | 4A |
| Octal | 340 | 212 | 360 | 7 | 52 | 0 | 6 | 443 | 115 | 112 |
| Binary | 11100000 | 10001010 | 11110000 | 111 | 101010 | 0 | 110 | 100100011 | 1001101 | 1001010 |
Color Harmonies of #E08AF0
Complementary color
Monochromatic Colors of #E08AF0
Black with #E08AF0
Text Example
Text Example
White with #E08AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08AF0; }
p { color: rgb(224,138,240); }
H1.HeaderClassName
{
color: #E08AF0;
}
.AnyTagClassName
{
color: #E08AF0;
}
</style>
background-color css
<style>
a { background-color: #E08AF0; }
a { background-color: rgb(224,138,240); }
div.DivClassName
{
background-color: #E08AF0;
}
.BgClassName
{
background-color: #E08AF0;
}
</style>
border-color css
<style>
span { border-color: #E08AF0; }
span { border-color: rgb(224,138,240); }
td.TdClassName
{
border-color: #E08AF0;
}
.TagClassName
{
border-color: #E08AF0;
}
</style>