Shades of Violet #E075EB
Tints of Violet #E075EB
RGB
CMYK
RGB Variations
Color information
#E075EB (or 0xE075EB) is known color: Violet. HEX triplet: E0, 75 and EB. RGB value is (224,117,235). Sum of RGB (Red+Green+Blue) = 224+117+235=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #E075EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075EB is #1F8A14. Grayscale: #A2A2A2. Windows color (decimal): -2066965 or 15431136. OLE color: 15431136.
HSL color Cylindrical-coordinate representation of color #E075EB: hue angle of 294.41º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E075EB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 117 | 235 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.08 |
| HSL | 294.41º | 0.75% | 0.69% | - |
| HSV(B) | 294.41º | 0.5% | 0.92% | - |
| XYZ | 52.1 | 34.57 | 82.52 | - |
| YUV | 162.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 235 | 0.05 | 0.50 | 0 | 0.08 | 294.41 | 0.75 | 0.69 |
| Hex | E0 | 75 | EB | 5 | 32 | 0 | 8 | 126 | 4B | 45 |
| Octal | 340 | 165 | 353 | 5 | 62 | 0 | 10 | 446 | 113 | 105 |
| Binary | 11100000 | 1110101 | 11101011 | 101 | 110010 | 0 | 1000 | 100100110 | 1001011 | 1000101 |
Color Harmonies of #E075EB
Complementary color
Monochromatic Colors of #E075EB
Black with #E075EB
Text Example
Text Example
White with #E075EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075EB; }
p { color: rgb(224,117,235); }
H1.HeaderClassName
{
color: #E075EB;
}
.AnyTagClassName
{
color: #E075EB;
}
</style>
background-color css
<style>
a { background-color: #E075EB; }
a { background-color: rgb(224,117,235); }
div.DivClassName
{
background-color: #E075EB;
}
.BgClassName
{
background-color: #E075EB;
}
</style>
border-color css
<style>
span { border-color: #E075EB; }
span { border-color: rgb(224,117,235); }
td.TdClassName
{
border-color: #E075EB;
}
.TagClassName
{
border-color: #E075EB;
}
</style>