Shades of Violet #E08BF0
Tints of Violet #E08BF0
RGB
CMYK
RGB Variations
Color information
#E08BF0 (or 0xE08BF0) is known color: Violet. HEX triplet: E0, 8B and F0. RGB value is (224,139,240). Sum of RGB (Red+Green+Blue) = 224+139+240=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #E08BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08BF0 is #1F740F. Grayscale: #AFAFAF. Windows color (decimal): -2061328 or 15764448. OLE color: 15764448.
HSL color Cylindrical-coordinate representation of color #E08BF0: hue angle of 290.5º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08BF0 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 139 | 240 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.06 |
| HSL | 290.5º | 0.77% | 0.74% | - |
| HSV(B) | 290.5º | 0.42% | 0.94% | - |
| XYZ | 55.7 | 40.6 | 87.34 | - |
| YUV | 175.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 240 | 0.07 | 0.42 | 0 | 0.06 | 290.5 | 0.77 | 0.74 |
| Hex | E0 | 8B | F0 | 7 | 2A | 0 | 6 | 122 | 4D | 4A |
| Octal | 340 | 213 | 360 | 7 | 52 | 0 | 6 | 442 | 115 | 112 |
| Binary | 11100000 | 10001011 | 11110000 | 111 | 101010 | 0 | 110 | 100100010 | 1001101 | 1001010 |
Color Harmonies of #E08BF0
Complementary color
Monochromatic Colors of #E08BF0
Black with #E08BF0
Text Example
Text Example
White with #E08BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BF0; }
p { color: rgb(224,139,240); }
H1.HeaderClassName
{
color: #E08BF0;
}
.AnyTagClassName
{
color: #E08BF0;
}
</style>
background-color css
<style>
a { background-color: #E08BF0; }
a { background-color: rgb(224,139,240); }
div.DivClassName
{
background-color: #E08BF0;
}
.BgClassName
{
background-color: #E08BF0;
}
</style>
border-color css
<style>
span { border-color: #E08BF0; }
span { border-color: rgb(224,139,240); }
td.TdClassName
{
border-color: #E08BF0;
}
.TagClassName
{
border-color: #E08BF0;
}
</style>