Shades of Violet #E574EB
Tints of Violet #E574EB
RGB
CMYK
RGB Variations
Color information
#E574EB (or 0xE574EB) is known color: Violet. HEX triplet: E5, 74 and EB. RGB value is (229,116,235). Sum of RGB (Red+Green+Blue) = 229+116+235=580 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.48% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #E574EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E574EB is #1A8B14. Grayscale: #A2A2A2. Windows color (decimal): -1739541 or 15430885. OLE color: 15430885.
HSL color Cylindrical-coordinate representation of color #E574EB: hue angle of 296.97º 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 #E574EB is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 116 | 235 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.08 |
| HSL | 296.97º | 0.75% | 0.69% | - |
| HSV(B) | 296.97º | 0.51% | 0.92% | - |
| XYZ | 53.55 | 35.15 | 82.56 | - |
| YUV | 163.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 235 | 0.03 | 0.51 | 0 | 0.08 | 296.97 | 0.75 | 0.69 |
| Hex | E5 | 74 | EB | 3 | 33 | 0 | 8 | 129 | 4B | 45 |
| Octal | 345 | 164 | 353 | 3 | 63 | 0 | 10 | 451 | 113 | 105 |
| Binary | 11100101 | 1110100 | 11101011 | 11 | 110011 | 0 | 1000 | 100101001 | 1001011 | 1000101 |
Color Harmonies of #E574EB
Complementary color
Monochromatic Colors of #E574EB
Black with #E574EB
Text Example
Text Example
White with #E574EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574EB; }
p { color: rgb(229,116,235); }
H1.HeaderClassName
{
color: #E574EB;
}
.AnyTagClassName
{
color: #E574EB;
}
</style>
background-color css
<style>
a { background-color: #E574EB; }
a { background-color: rgb(229,116,235); }
div.DivClassName
{
background-color: #E574EB;
}
.BgClassName
{
background-color: #E574EB;
}
</style>
border-color css
<style>
span { border-color: #E574EB; }
span { border-color: rgb(229,116,235); }
td.TdClassName
{
border-color: #E574EB;
}
.TagClassName
{
border-color: #E574EB;
}
</style>