Shades of Violet #E482EA
Tints of Violet #E482EA
RGB
CMYK
RGB Variations
Color information
#E482EA (or 0xE482EA) is known color: Violet. HEX triplet: E4, 82 and EA. RGB value is (228,130,234). Sum of RGB (Red+Green+Blue) = 228+130+234=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 130 (51.17% from 255 or 21.96% from 592); Blue value is 234 (91.80% from 255 or 39.53% from 592); Max value from RGB is 234 - color contains mainly: blue. Hex color #E482EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E482EA is #1B7D15. Grayscale: #AAAAAA. Windows color (decimal): -1801494 or 15368932. OLE color: 15368932.
HSL color Cylindrical-coordinate representation of color #E482EA: hue angle of 296.54º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E482EA is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 130 | 234 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.08 |
| HSL | 296.54º | 0.71% | 0.71% | - |
| HSV(B) | 296.54º | 0.44% | 0.92% | - |
| XYZ | 54.83 | 38.4 | 82.36 | - |
| YUV | 171.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 234 | 0.03 | 0.44 | 0 | 0.08 | 296.54 | 0.71 | 0.71 |
| Hex | E4 | 82 | EA | 3 | 2C | 0 | 8 | 129 | 47 | 47 |
| Octal | 344 | 202 | 352 | 3 | 54 | 0 | 10 | 451 | 107 | 107 |
| Binary | 11100100 | 10000010 | 11101010 | 11 | 101100 | 0 | 1000 | 100101001 | 1000111 | 1000111 |
Color Harmonies of #E482EA
Complementary color
Monochromatic Colors of #E482EA
Black with #E482EA
Text Example
Text Example
White with #E482EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482EA; }
p { color: rgb(228,130,234); }
H1.HeaderClassName
{
color: #E482EA;
}
.AnyTagClassName
{
color: #E482EA;
}
</style>
background-color css
<style>
a { background-color: #E482EA; }
a { background-color: rgb(228,130,234); }
div.DivClassName
{
background-color: #E482EA;
}
.BgClassName
{
background-color: #E482EA;
}
</style>
border-color css
<style>
span { border-color: #E482EA; }
span { border-color: rgb(228,130,234); }
td.TdClassName
{
border-color: #E482EA;
}
.TagClassName
{
border-color: #E482EA;
}
</style>