Shades of Violet #E08BE3
Tints of Violet #E08BE3
RGB
CMYK
RGB Variations
Color information
#E08BE3 (or 0xE08BE3) is known color: Violet. HEX triplet: E0, 8B and E3. RGB value is (224,139,227). Sum of RGB (Red+Green+Blue) = 224+139+227=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #E08BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BE3 is #1F741C. Grayscale: #AEAEAE. Windows color (decimal): -2061341 or 14912480. OLE color: 14912480.
HSL color Cylindrical-coordinate representation of color #E08BE3: hue angle of 297.95º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08BE3 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 139 | 227 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.11 |
| HSL | 297.95º | 0.61% | 0.72% | - |
| HSV(B) | 297.95º | 0.39% | 0.89% | - |
| XYZ | 53.84 | 39.86 | 77.53 | - |
| YUV | 174.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 227 | 0.01 | 0.39 | 0 | 0.11 | 297.95 | 0.61 | 0.72 |
| Hex | E0 | 8B | E3 | 1 | 27 | 0 | B | 12A | 3D | 48 |
| Octal | 340 | 213 | 343 | 1 | 47 | 0 | 13 | 452 | 75 | 110 |
| Binary | 11100000 | 10001011 | 11100011 | 1 | 100111 | 0 | 1011 | 100101010 | 111101 | 1001000 |
Color Harmonies of #E08BE3
Complementary color
Monochromatic Colors of #E08BE3
Black with #E08BE3
Text Example
Text Example
White with #E08BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BE3; }
p { color: rgb(224,139,227); }
H1.HeaderClassName
{
color: #E08BE3;
}
.AnyTagClassName
{
color: #E08BE3;
}
</style>
background-color css
<style>
a { background-color: #E08BE3; }
a { background-color: rgb(224,139,227); }
div.DivClassName
{
background-color: #E08BE3;
}
.BgClassName
{
background-color: #E08BE3;
}
</style>
border-color css
<style>
span { border-color: #E08BE3; }
span { border-color: rgb(224,139,227); }
td.TdClassName
{
border-color: #E08BE3;
}
.TagClassName
{
border-color: #E08BE3;
}
</style>