Shades of Violet #E574E7
Tints of Violet #E574E7
RGB
CMYK
RGB Variations
Color information
#E574E7 (or 0xE574E7) is known color: Violet. HEX triplet: E5, 74 and E7. RGB value is (229,116,231). Sum of RGB (Red+Green+Blue) = 229+116+231=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 116 (45.70% from 255 or 20.14% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #E574E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E574E7 is #1A8B18. Grayscale: #A2A2A2. Windows color (decimal): -1739545 or 15168741. OLE color: 15168741.
HSL color Cylindrical-coordinate representation of color #E574E7: hue angle of 298.96º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E574E7 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 116 | 231 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.09 |
| HSL | 298.96º | 0.71% | 0.68% | - |
| HSV(B) | 298.96º | 0.5% | 0.91% | - |
| XYZ | 52.98 | 34.92 | 79.55 | - |
| YUV | 162.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 116 | 231 | 0.01 | 0.50 | 0 | 0.09 | 298.96 | 0.71 | 0.68 |
| Hex | E5 | 74 | E7 | 1 | 32 | 0 | 9 | 12B | 47 | 44 |
| Octal | 345 | 164 | 347 | 1 | 62 | 0 | 11 | 453 | 107 | 104 |
| Binary | 11100101 | 1110100 | 11100111 | 1 | 110010 | 0 | 1001 | 100101011 | 1000111 | 1000100 |
Color Harmonies of #E574E7
Complementary color
Monochromatic Colors of #E574E7
Black with #E574E7
Text Example
Text Example
White with #E574E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E574E7; }
p { color: rgb(229,116,231); }
H1.HeaderClassName
{
color: #E574E7;
}
.AnyTagClassName
{
color: #E574E7;
}
</style>
background-color css
<style>
a { background-color: #E574E7; }
a { background-color: rgb(229,116,231); }
div.DivClassName
{
background-color: #E574E7;
}
.BgClassName
{
background-color: #E574E7;
}
</style>
border-color css
<style>
span { border-color: #E574E7; }
span { border-color: rgb(229,116,231); }
td.TdClassName
{
border-color: #E574E7;
}
.TagClassName
{
border-color: #E574E7;
}
</style>