Shades of Violet #E074EB
Tints of Violet #E074EB
RGB
CMYK
RGB Variations
Color information
#E074EB (or 0xE074EB) is known color: Violet. HEX triplet: E0, 74 and EB. RGB value is (224,116,235). Sum of RGB (Red+Green+Blue) = 224+116+235=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #E074EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074EB is #1F8B14. Grayscale: #A1A1A1. Windows color (decimal): -2067221 or 15430880. OLE color: 15430880.
HSL color Cylindrical-coordinate representation of color #E074EB: hue angle of 294.45º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E074EB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 116 | 235 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.08 |
| HSL | 294.45º | 0.75% | 0.69% | - |
| HSV(B) | 294.45º | 0.51% | 0.92% | - |
| XYZ | 51.98 | 34.34 | 82.49 | - |
| YUV | 161.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 235 | 0.05 | 0.51 | 0 | 0.08 | 294.45 | 0.75 | 0.69 |
| Hex | E0 | 74 | EB | 5 | 33 | 0 | 8 | 126 | 4B | 45 |
| Octal | 340 | 164 | 353 | 5 | 63 | 0 | 10 | 446 | 113 | 105 |
| Binary | 11100000 | 1110100 | 11101011 | 101 | 110011 | 0 | 1000 | 100100110 | 1001011 | 1000101 |
Color Harmonies of #E074EB
Complementary color
Monochromatic Colors of #E074EB
Black with #E074EB
Text Example
Text Example
White with #E074EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074EB; }
p { color: rgb(224,116,235); }
H1.HeaderClassName
{
color: #E074EB;
}
.AnyTagClassName
{
color: #E074EB;
}
</style>
background-color css
<style>
a { background-color: #E074EB; }
a { background-color: rgb(224,116,235); }
div.DivClassName
{
background-color: #E074EB;
}
.BgClassName
{
background-color: #E074EB;
}
</style>
border-color css
<style>
span { border-color: #E074EB; }
span { border-color: rgb(224,116,235); }
td.TdClassName
{
border-color: #E074EB;
}
.TagClassName
{
border-color: #E074EB;
}
</style>