Shades of Violet #E07BEC
Tints of Violet #E07BEC
RGB
CMYK
RGB Variations
Color information
#E07BEC (or 0xE07BEC) is known color: Violet. HEX triplet: E0, 7B and EC. RGB value is (224,123,236). Sum of RGB (Red+Green+Blue) = 224+123+236=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #E07BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BEC is #1F8413. Grayscale: #A5A5A5. Windows color (decimal): -2065428 or 15498208. OLE color: 15498208.
HSL color Cylindrical-coordinate representation of color #E07BEC: hue angle of 293.63º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07BEC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 123 | 236 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.07 |
| HSL | 293.63º | 0.75% | 0.7% | - |
| HSV(B) | 293.63º | 0.48% | 0.93% | - |
| XYZ | 52.96 | 36.07 | 83.53 | - |
| YUV | 166.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 236 | 0.05 | 0.48 | 0 | 0.07 | 293.63 | 0.75 | 0.7 |
| Hex | E0 | 7B | EC | 5 | 30 | 0 | 7 | 126 | 4B | 46 |
| Octal | 340 | 173 | 354 | 5 | 60 | 0 | 7 | 446 | 113 | 106 |
| Binary | 11100000 | 1111011 | 11101100 | 101 | 110000 | 0 | 111 | 100100110 | 1001011 | 1000110 |
Color Harmonies of #E07BEC
Complementary color
Monochromatic Colors of #E07BEC
Black with #E07BEC
Text Example
Text Example
White with #E07BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BEC; }
p { color: rgb(224,123,236); }
H1.HeaderClassName
{
color: #E07BEC;
}
.AnyTagClassName
{
color: #E07BEC;
}
</style>
background-color css
<style>
a { background-color: #E07BEC; }
a { background-color: rgb(224,123,236); }
div.DivClassName
{
background-color: #E07BEC;
}
.BgClassName
{
background-color: #E07BEC;
}
</style>
border-color css
<style>
span { border-color: #E07BEC; }
span { border-color: rgb(224,123,236); }
td.TdClassName
{
border-color: #E07BEC;
}
.TagClassName
{
border-color: #E07BEC;
}
</style>