Shades of Violet #E07BEB
Tints of Violet #E07BEB
RGB
CMYK
RGB Variations
Color information
#E07BEB (or 0xE07BEB) is known color: Violet. HEX triplet: E0, 7B and EB. RGB value is (224,123,235). Sum of RGB (Red+Green+Blue) = 224+123+235=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #E07BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BEB is #1F8414. Grayscale: #A5A5A5. Windows color (decimal): -2065429 or 15432672. OLE color: 15432672.
HSL color Cylindrical-coordinate representation of color #E07BEB: hue angle of 294.11º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07BEB is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 123 | 235 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.08 |
| HSL | 294.11º | 0.74% | 0.7% | - |
| HSV(B) | 294.11º | 0.48% | 0.92% | - |
| XYZ | 52.82 | 36.01 | 82.76 | - |
| YUV | 165.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 235 | 0.05 | 0.48 | 0 | 0.08 | 294.11 | 0.74 | 0.7 |
| Hex | E0 | 7B | EB | 5 | 30 | 0 | 8 | 126 | 4A | 46 |
| Octal | 340 | 173 | 353 | 5 | 60 | 0 | 10 | 446 | 112 | 106 |
| Binary | 11100000 | 1111011 | 11101011 | 101 | 110000 | 0 | 1000 | 100100110 | 1001010 | 1000110 |
Color Harmonies of #E07BEB
Complementary color
Monochromatic Colors of #E07BEB
Black with #E07BEB
Text Example
Text Example
White with #E07BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BEB; }
p { color: rgb(224,123,235); }
H1.HeaderClassName
{
color: #E07BEB;
}
.AnyTagClassName
{
color: #E07BEB;
}
</style>
background-color css
<style>
a { background-color: #E07BEB; }
a { background-color: rgb(224,123,235); }
div.DivClassName
{
background-color: #E07BEB;
}
.BgClassName
{
background-color: #E07BEB;
}
</style>
border-color css
<style>
span { border-color: #E07BEB; }
span { border-color: rgb(224,123,235); }
td.TdClassName
{
border-color: #E07BEB;
}
.TagClassName
{
border-color: #E07BEB;
}
</style>