Shades of Violet #E478EA
Tints of Violet #E478EA
RGB
CMYK
RGB Variations
Color information
#E478EA (or 0xE478EA) is known color: Violet. HEX triplet: E4, 78 and EA. RGB value is (228,120,234). Sum of RGB (Red+Green+Blue) = 228+120+234=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #E478EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E478EA is #1B8715. Grayscale: #A4A4A4. Windows color (decimal): -1804054 or 15366372. OLE color: 15366372.
HSL color Cylindrical-coordinate representation of color #E478EA: hue angle of 296.84º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E478EA is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 120 | 234 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.08 |
| HSL | 296.84º | 0.73% | 0.69% | - |
| HSV(B) | 296.84º | 0.49% | 0.92% | - |
| XYZ | 53.56 | 35.87 | 81.94 | - |
| YUV | 165.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 120 | 234 | 0.03 | 0.49 | 0 | 0.08 | 296.84 | 0.73 | 0.69 |
| Hex | E4 | 78 | EA | 3 | 31 | 0 | 8 | 129 | 49 | 45 |
| Octal | 344 | 170 | 352 | 3 | 61 | 0 | 10 | 451 | 111 | 105 |
| Binary | 11100100 | 1111000 | 11101010 | 11 | 110001 | 0 | 1000 | 100101001 | 1001001 | 1000101 |
Color Harmonies of #E478EA
Complementary color
Monochromatic Colors of #E478EA
Black with #E478EA
Text Example
Text Example
White with #E478EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E478EA; }
p { color: rgb(228,120,234); }
H1.HeaderClassName
{
color: #E478EA;
}
.AnyTagClassName
{
color: #E478EA;
}
</style>
background-color css
<style>
a { background-color: #E478EA; }
a { background-color: rgb(228,120,234); }
div.DivClassName
{
background-color: #E478EA;
}
.BgClassName
{
background-color: #E478EA;
}
</style>
border-color css
<style>
span { border-color: #E478EA; }
span { border-color: rgb(228,120,234); }
td.TdClassName
{
border-color: #E478EA;
}
.TagClassName
{
border-color: #E478EA;
}
</style>