Shades of Violet #E574EE
Tints of Violet #E574EE
RGB
CMYK
RGB Variations
Color information
#E574EE (or 0xE574EE) is known color: Violet. HEX triplet: E5, 74 and EE. RGB value is (229,116,238). Sum of RGB (Red+Green+Blue) = 229+116+238=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #E574EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E574EE is #1A8B11. Grayscale: #A3A3A3. Windows color (decimal): -1739538 or 15627493. OLE color: 15627493.
HSL color Cylindrical-coordinate representation of color #E574EE: hue angle of 295.57º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E574EE is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 116 | 238 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.07 |
| HSL | 295.57º | 0.78% | 0.69% | - |
| HSV(B) | 295.57º | 0.51% | 0.93% | - |
| XYZ | 53.99 | 35.32 | 84.86 | - |
| YUV | 163.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 238 | 0.04 | 0.51 | 0 | 0.07 | 295.57 | 0.78 | 0.69 |
| Hex | E5 | 74 | EE | 4 | 33 | 0 | 7 | 128 | 4E | 45 |
| Octal | 345 | 164 | 356 | 4 | 63 | 0 | 7 | 450 | 116 | 105 |
| Binary | 11100101 | 1110100 | 11101110 | 100 | 110011 | 0 | 111 | 100101000 | 1001110 | 1000101 |
Color Harmonies of #E574EE
Complementary color
Monochromatic Colors of #E574EE
Black with #E574EE
Text Example
Text Example
White with #E574EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574EE; }
p { color: rgb(229,116,238); }
H1.HeaderClassName
{
color: #E574EE;
}
.AnyTagClassName
{
color: #E574EE;
}
</style>
background-color css
<style>
a { background-color: #E574EE; }
a { background-color: rgb(229,116,238); }
div.DivClassName
{
background-color: #E574EE;
}
.BgClassName
{
background-color: #E574EE;
}
</style>
border-color css
<style>
span { border-color: #E574EE; }
span { border-color: rgb(229,116,238); }
td.TdClassName
{
border-color: #E574EE;
}
.TagClassName
{
border-color: #E574EE;
}
</style>