Shades of Violet #E575EA
Tints of Violet #E575EA
RGB
CMYK
RGB Variations
Color information
#E575EA (or 0xE575EA) is known color: Violet. HEX triplet: E5, 75 and EA. RGB value is (229,117,234). Sum of RGB (Red+Green+Blue) = 229+117+234=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #E575EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E575EA is #1A8A15. Grayscale: #A3A3A3. Windows color (decimal): -1739286 or 15365605. OLE color: 15365605.
HSL color Cylindrical-coordinate representation of color #E575EA: hue angle of 297.44º degrees, saturation: 0.74, 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 #E575EA is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 117 | 234 | - |
| CMYK | 0.02 | 0.5 | 0 | 0.08 |
| HSL | 297.44º | 0.74% | 0.69% | - |
| HSV(B) | 297.44º | 0.5% | 0.92% | - |
| XYZ | 53.53 | 35.32 | 81.84 | - |
| YUV | 163.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 234 | 0.02 | 0.5 | 0 | 0.08 | 297.44 | 0.74 | 0.69 |
| Hex | E5 | 75 | EA | 2 | 32 | 0 | 8 | 129 | 4A | 45 |
| Octal | 345 | 165 | 352 | 2 | 62 | 0 | 10 | 451 | 112 | 105 |
| Binary | 11100101 | 1110101 | 11101010 | 10 | 110010 | 0 | 1000 | 100101001 | 1001010 | 1000101 |
Color Harmonies of #E575EA
Complementary color
Monochromatic Colors of #E575EA
Black with #E575EA
Text Example
Text Example
White with #E575EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E575EA; }
p { color: rgb(229,117,234); }
H1.HeaderClassName
{
color: #E575EA;
}
.AnyTagClassName
{
color: #E575EA;
}
</style>
background-color css
<style>
a { background-color: #E575EA; }
a { background-color: rgb(229,117,234); }
div.DivClassName
{
background-color: #E575EA;
}
.BgClassName
{
background-color: #E575EA;
}
</style>
border-color css
<style>
span { border-color: #E575EA; }
span { border-color: rgb(229,117,234); }
td.TdClassName
{
border-color: #E575EA;
}
.TagClassName
{
border-color: #E575EA;
}
</style>