Shades of Violet #E574EF
Tints of Violet #E574EF
RGB
CMYK
RGB Variations
Color information
#E574EF (or 0xE574EF) is known color: Violet. HEX triplet: E5, 74 and EF. RGB value is (229,116,239). Sum of RGB (Red+Green+Blue) = 229+116+239=584 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.21% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #E574EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E574EF is #1A8B10. Grayscale: #A3A3A3. Windows color (decimal): -1739537 or 15693029. OLE color: 15693029.
HSL color Cylindrical-coordinate representation of color #E574EF: hue angle of 295.12º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E574EF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 116 | 239 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.06 |
| HSL | 295.12º | 0.79% | 0.7% | - |
| HSV(B) | 295.12º | 0.51% | 0.94% | - |
| XYZ | 54.14 | 35.38 | 85.64 | - |
| YUV | 163.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 239 | 0.04 | 0.51 | 0 | 0.06 | 295.12 | 0.79 | 0.7 |
| Hex | E5 | 74 | EF | 4 | 33 | 0 | 6 | 127 | 4F | 46 |
| Octal | 345 | 164 | 357 | 4 | 63 | 0 | 6 | 447 | 117 | 106 |
| Binary | 11100101 | 1110100 | 11101111 | 100 | 110011 | 0 | 110 | 100100111 | 1001111 | 1000110 |
Color Harmonies of #E574EF
Complementary color
Monochromatic Colors of #E574EF
Black with #E574EF
Text Example
Text Example
White with #E574EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574EF; }
p { color: rgb(229,116,239); }
H1.HeaderClassName
{
color: #E574EF;
}
.AnyTagClassName
{
color: #E574EF;
}
</style>
background-color css
<style>
a { background-color: #E574EF; }
a { background-color: rgb(229,116,239); }
div.DivClassName
{
background-color: #E574EF;
}
.BgClassName
{
background-color: #E574EF;
}
</style>
border-color css
<style>
span { border-color: #E574EF; }
span { border-color: rgb(229,116,239); }
td.TdClassName
{
border-color: #E574EF;
}
.TagClassName
{
border-color: #E574EF;
}
</style>