Shades of Violet #E07BEA
Tints of Violet #E07BEA
RGB
CMYK
RGB Variations
Color information
#E07BEA (or 0xE07BEA) is known color: Violet. HEX triplet: E0, 7B and EA. RGB value is (224,123,234). Sum of RGB (Red+Green+Blue) = 224+123+234=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #E07BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07BEA is #1F8415. Grayscale: #A5A5A5. Windows color (decimal): -2065430 or 15367136. OLE color: 15367136.
HSL color Cylindrical-coordinate representation of color #E07BEA: hue angle of 294.59º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07BEA is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 123 | 234 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.08 |
| HSL | 294.59º | 0.73% | 0.7% | - |
| HSV(B) | 294.59º | 0.47% | 0.92% | - |
| XYZ | 52.67 | 35.95 | 82.01 | - |
| YUV | 165.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 234 | 0.04 | 0.47 | 0 | 0.08 | 294.59 | 0.73 | 0.7 |
| Hex | E0 | 7B | EA | 4 | 2F | 0 | 8 | 127 | 49 | 46 |
| Octal | 340 | 173 | 352 | 4 | 57 | 0 | 10 | 447 | 111 | 106 |
| Binary | 11100000 | 1111011 | 11101010 | 100 | 101111 | 0 | 1000 | 100100111 | 1001001 | 1000110 |
Color Harmonies of #E07BEA
Complementary color
Monochromatic Colors of #E07BEA
Black with #E07BEA
Text Example
Text Example
White with #E07BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07BEA; }
p { color: rgb(224,123,234); }
H1.HeaderClassName
{
color: #E07BEA;
}
.AnyTagClassName
{
color: #E07BEA;
}
</style>
background-color css
<style>
a { background-color: #E07BEA; }
a { background-color: rgb(224,123,234); }
div.DivClassName
{
background-color: #E07BEA;
}
.BgClassName
{
background-color: #E07BEA;
}
</style>
border-color css
<style>
span { border-color: #E07BEA; }
span { border-color: rgb(224,123,234); }
td.TdClassName
{
border-color: #E07BEA;
}
.TagClassName
{
border-color: #E07BEA;
}
</style>