Shades of Violet #E07BEE
Tints of Violet #E07BEE
RGB
CMYK
RGB Variations
Color information
#E07BEE (or 0xE07BEE) is known color: Violet. HEX triplet: E0, 7B and EE. RGB value is (224,123,238). Sum of RGB (Red+Green+Blue) = 224+123+238=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #E07BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BEE is #1F8411. Grayscale: #A5A5A5. Windows color (decimal): -2065426 or 15629280. OLE color: 15629280.
HSL color Cylindrical-coordinate representation of color #E07BEE: hue angle of 292.7º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07BEE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 123 | 238 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.07 |
| HSL | 292.7º | 0.77% | 0.71% | - |
| HSV(B) | 292.7º | 0.48% | 0.93% | - |
| XYZ | 53.26 | 36.19 | 85.07 | - |
| YUV | 166.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 238 | 0.06 | 0.48 | 0 | 0.07 | 292.7 | 0.77 | 0.71 |
| Hex | E0 | 7B | EE | 6 | 30 | 0 | 7 | 125 | 4D | 47 |
| Octal | 340 | 173 | 356 | 6 | 60 | 0 | 7 | 445 | 115 | 107 |
| Binary | 11100000 | 1111011 | 11101110 | 110 | 110000 | 0 | 111 | 100100101 | 1001101 | 1000111 |
Color Harmonies of #E07BEE
Complementary color
Monochromatic Colors of #E07BEE
Black with #E07BEE
Text Example
Text Example
White with #E07BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BEE; }
p { color: rgb(224,123,238); }
H1.HeaderClassName
{
color: #E07BEE;
}
.AnyTagClassName
{
color: #E07BEE;
}
</style>
background-color css
<style>
a { background-color: #E07BEE; }
a { background-color: rgb(224,123,238); }
div.DivClassName
{
background-color: #E07BEE;
}
.BgClassName
{
background-color: #E07BEE;
}
</style>
border-color css
<style>
span { border-color: #E07BEE; }
span { border-color: rgb(224,123,238); }
td.TdClassName
{
border-color: #E07BEE;
}
.TagClassName
{
border-color: #E07BEE;
}
</style>