Shades of Violet #E471EA
Tints of Violet #E471EA
RGB
CMYK
RGB Variations
Color information
#E471EA (or 0xE471EA) is known color: Violet. HEX triplet: E4, 71 and EA. RGB value is (228,113,234). Sum of RGB (Red+Green+Blue) = 228+113+234=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #E471EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E471EA is #1B8E15. Grayscale: #A0A0A0. Windows color (decimal): -1805846 or 15364580. OLE color: 15364580.
HSL color Cylindrical-coordinate representation of color #E471EA: hue angle of 297.02º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E471EA is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 113 | 234 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.08 |
| HSL | 297.02º | 0.74% | 0.68% | - |
| HSV(B) | 297.02º | 0.52% | 0.92% | - |
| XYZ | 52.75 | 34.24 | 81.67 | - |
| YUV | 161.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 234 | 0.03 | 0.52 | 0 | 0.08 | 297.02 | 0.74 | 0.68 |
| Hex | E4 | 71 | EA | 3 | 34 | 0 | 8 | 129 | 4A | 44 |
| Octal | 344 | 161 | 352 | 3 | 64 | 0 | 10 | 451 | 112 | 104 |
| Binary | 11100100 | 1110001 | 11101010 | 11 | 110100 | 0 | 1000 | 100101001 | 1001010 | 1000100 |
Color Harmonies of #E471EA
Complementary color
Monochromatic Colors of #E471EA
Black with #E471EA
Text Example
Text Example
White with #E471EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471EA; }
p { color: rgb(228,113,234); }
H1.HeaderClassName
{
color: #E471EA;
}
.AnyTagClassName
{
color: #E471EA;
}
</style>
background-color css
<style>
a { background-color: #E471EA; }
a { background-color: rgb(228,113,234); }
div.DivClassName
{
background-color: #E471EA;
}
.BgClassName
{
background-color: #E471EA;
}
</style>
border-color css
<style>
span { border-color: #E471EA; }
span { border-color: rgb(228,113,234); }
td.TdClassName
{
border-color: #E471EA;
}
.TagClassName
{
border-color: #E471EA;
}
</style>