Shades of Violet #E575EE
Tints of Violet #E575EE
RGB
CMYK
RGB Variations
Color information
#E575EE (or 0xE575EE) is known color: Violet. HEX triplet: E5, 75 and EE. RGB value is (229,117,238). Sum of RGB (Red+Green+Blue) = 229+117+238=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #E575EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E575EE is #1A8A11. Grayscale: #A3A3A3. Windows color (decimal): -1739282 or 15627749. OLE color: 15627749.
HSL color Cylindrical-coordinate representation of color #E575EE: hue angle of 295.54º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E575EE is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 117 | 238 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.07 |
| HSL | 295.54º | 0.78% | 0.7% | - |
| HSV(B) | 295.54º | 0.51% | 0.93% | - |
| XYZ | 54.11 | 35.55 | 84.9 | - |
| YUV | 164.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 238 | 0.04 | 0.51 | 0 | 0.07 | 295.54 | 0.78 | 0.7 |
| Hex | E5 | 75 | EE | 4 | 33 | 0 | 7 | 128 | 4E | 46 |
| Octal | 345 | 165 | 356 | 4 | 63 | 0 | 7 | 450 | 116 | 106 |
| Binary | 11100101 | 1110101 | 11101110 | 100 | 110011 | 0 | 111 | 100101000 | 1001110 | 1000110 |
Color Harmonies of #E575EE
Complementary color
Monochromatic Colors of #E575EE
Black with #E575EE
Text Example
Text Example
White with #E575EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575EE; }
p { color: rgb(229,117,238); }
H1.HeaderClassName
{
color: #E575EE;
}
.AnyTagClassName
{
color: #E575EE;
}
</style>
background-color css
<style>
a { background-color: #E575EE; }
a { background-color: rgb(229,117,238); }
div.DivClassName
{
background-color: #E575EE;
}
.BgClassName
{
background-color: #E575EE;
}
</style>
border-color css
<style>
span { border-color: #E575EE; }
span { border-color: rgb(229,117,238); }
td.TdClassName
{
border-color: #E575EE;
}
.TagClassName
{
border-color: #E575EE;
}
</style>