Shades of Violet #E474EE
Tints of Violet #E474EE
RGB
CMYK
RGB Variations
Color information
#E474EE (or 0xE474EE) is known color: Violet. HEX triplet: E4, 74 and EE. RGB value is (228,116,238). Sum of RGB (Red+Green+Blue) = 228+116+238=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #E474EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474EE is #1B8B11. Grayscale: #A3A3A3. Windows color (decimal): -1805074 or 15627492. OLE color: 15627492.
HSL color Cylindrical-coordinate representation of color #E474EE: hue angle of 295.08º 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 #E474EE is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 116 | 238 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.07 |
| HSL | 295.08º | 0.78% | 0.69% | - |
| HSV(B) | 295.08º | 0.51% | 0.93% | - |
| XYZ | 53.67 | 35.16 | 84.85 | - |
| YUV | 163.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 238 | 0.04 | 0.51 | 0 | 0.07 | 295.08 | 0.78 | 0.69 |
| Hex | E4 | 74 | EE | 4 | 33 | 0 | 7 | 127 | 4E | 45 |
| Octal | 344 | 164 | 356 | 4 | 63 | 0 | 7 | 447 | 116 | 105 |
| Binary | 11100100 | 1110100 | 11101110 | 100 | 110011 | 0 | 111 | 100100111 | 1001110 | 1000101 |
Color Harmonies of #E474EE
Complementary color
Monochromatic Colors of #E474EE
Black with #E474EE
Text Example
Text Example
White with #E474EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474EE; }
p { color: rgb(228,116,238); }
H1.HeaderClassName
{
color: #E474EE;
}
.AnyTagClassName
{
color: #E474EE;
}
</style>
background-color css
<style>
a { background-color: #E474EE; }
a { background-color: rgb(228,116,238); }
div.DivClassName
{
background-color: #E474EE;
}
.BgClassName
{
background-color: #E474EE;
}
</style>
border-color css
<style>
span { border-color: #E474EE; }
span { border-color: rgb(228,116,238); }
td.TdClassName
{
border-color: #E474EE;
}
.TagClassName
{
border-color: #E474EE;
}
</style>