Shades of Violet #E574F0
Tints of Violet #E574F0
RGB
CMYK
RGB Variations
Color information
#E574F0 (or 0xE574F0) is known color: Violet. HEX triplet: E5, 74 and F0. RGB value is (229,116,240). Sum of RGB (Red+Green+Blue) = 229+116+240=585 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.15% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #E574F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E574F0 is #1A8B0F. Grayscale: #A3A3A3. Windows color (decimal): -1739536 or 15758565. OLE color: 15758565.
HSL color Cylindrical-coordinate representation of color #E574F0: hue angle of 294.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E574F0 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 116 | 240 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.06 |
| HSL | 294.68º | 0.81% | 0.7% | - |
| HSV(B) | 294.68º | 0.52% | 0.94% | - |
| XYZ | 54.29 | 35.44 | 86.42 | - |
| YUV | 163.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 240 | 0.05 | 0.52 | 0 | 0.06 | 294.68 | 0.81 | 0.7 |
| Hex | E5 | 74 | F0 | 5 | 34 | 0 | 6 | 127 | 51 | 46 |
| Octal | 345 | 164 | 360 | 5 | 64 | 0 | 6 | 447 | 121 | 106 |
| Binary | 11100101 | 1110100 | 11110000 | 101 | 110100 | 0 | 110 | 100100111 | 1010001 | 1000110 |
Color Harmonies of #E574F0
Complementary color
Monochromatic Colors of #E574F0
Black with #E574F0
Text Example
Text Example
White with #E574F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574F0; }
p { color: rgb(229,116,240); }
H1.HeaderClassName
{
color: #E574F0;
}
.AnyTagClassName
{
color: #E574F0;
}
</style>
background-color css
<style>
a { background-color: #E574F0; }
a { background-color: rgb(229,116,240); }
div.DivClassName
{
background-color: #E574F0;
}
.BgClassName
{
background-color: #E574F0;
}
</style>
border-color css
<style>
span { border-color: #E574F0; }
span { border-color: rgb(229,116,240); }
td.TdClassName
{
border-color: #E574F0;
}
.TagClassName
{
border-color: #E574F0;
}
</style>