Shades of Violet #E07BE8
Tints of Violet #E07BE8
RGB
CMYK
RGB Variations
Color information
#E07BE8 (or 0xE07BE8) is known color: Violet. HEX triplet: E0, 7B and E8. RGB value is (224,123,232). Sum of RGB (Red+Green+Blue) = 224+123+232=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #E07BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BE8 is #1F8417. Grayscale: #A5A5A5. Windows color (decimal): -2065432 or 15236064. OLE color: 15236064.
HSL color Cylindrical-coordinate representation of color #E07BE8: hue angle of 295.6º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07BE8 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 123 | 232 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.09 |
| HSL | 295.6º | 0.7% | 0.7% | - |
| HSV(B) | 295.6º | 0.47% | 0.91% | - |
| XYZ | 52.39 | 35.84 | 80.5 | - |
| YUV | 165.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 232 | 0.03 | 0.47 | 0 | 0.09 | 295.6 | 0.7 | 0.7 |
| Hex | E0 | 7B | E8 | 3 | 2F | 0 | 9 | 128 | 46 | 46 |
| Octal | 340 | 173 | 350 | 3 | 57 | 0 | 11 | 450 | 106 | 106 |
| Binary | 11100000 | 1111011 | 11101000 | 11 | 101111 | 0 | 1001 | 100101000 | 1000110 | 1000110 |
Color Harmonies of #E07BE8
Complementary color
Monochromatic Colors of #E07BE8
Black with #E07BE8
Text Example
Text Example
White with #E07BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BE8; }
p { color: rgb(224,123,232); }
H1.HeaderClassName
{
color: #E07BE8;
}
.AnyTagClassName
{
color: #E07BE8;
}
</style>
background-color css
<style>
a { background-color: #E07BE8; }
a { background-color: rgb(224,123,232); }
div.DivClassName
{
background-color: #E07BE8;
}
.BgClassName
{
background-color: #E07BE8;
}
</style>
border-color css
<style>
span { border-color: #E07BE8; }
span { border-color: rgb(224,123,232); }
td.TdClassName
{
border-color: #E07BE8;
}
.TagClassName
{
border-color: #E07BE8;
}
</style>