Shades of Violet #E575EB
Tints of Violet #E575EB
RGB
CMYK
RGB Variations
Color information
#E575EB (or 0xE575EB) is known color: Violet. HEX triplet: E5, 75 and EB. RGB value is (229,117,235). Sum of RGB (Red+Green+Blue) = 229+117+235=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 117 (46.09% from 255 or 20.14% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #E575EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E575EB is #1A8A14. Grayscale: #A3A3A3. Windows color (decimal): -1739285 or 15431141. OLE color: 15431141.
HSL color Cylindrical-coordinate representation of color #E575EB: hue angle of 296.95º 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 #E575EB is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 117 | 235 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.08 |
| HSL | 296.95º | 0.75% | 0.69% | - |
| HSV(B) | 296.95º | 0.5% | 0.92% | - |
| XYZ | 53.67 | 35.38 | 82.6 | - |
| YUV | 163.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 235 | 0.03 | 0.50 | 0 | 0.08 | 296.95 | 0.75 | 0.69 |
| Hex | E5 | 75 | EB | 3 | 32 | 0 | 8 | 129 | 4B | 45 |
| Octal | 345 | 165 | 353 | 3 | 62 | 0 | 10 | 451 | 113 | 105 |
| Binary | 11100101 | 1110101 | 11101011 | 11 | 110010 | 0 | 1000 | 100101001 | 1001011 | 1000101 |
Color Harmonies of #E575EB
Complementary color
Monochromatic Colors of #E575EB
Black with #E575EB
Text Example
Text Example
White with #E575EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575EB; }
p { color: rgb(229,117,235); }
H1.HeaderClassName
{
color: #E575EB;
}
.AnyTagClassName
{
color: #E575EB;
}
</style>
background-color css
<style>
a { background-color: #E575EB; }
a { background-color: rgb(229,117,235); }
div.DivClassName
{
background-color: #E575EB;
}
.BgClassName
{
background-color: #E575EB;
}
</style>
border-color css
<style>
span { border-color: #E575EB; }
span { border-color: rgb(229,117,235); }
td.TdClassName
{
border-color: #E575EB;
}
.TagClassName
{
border-color: #E575EB;
}
</style>