Shades of Violet #E484E2
Tints of Violet #E484E2
RGB
CMYK
RGB Variations
Color information
#E484E2 (or 0xE484E2) is known color: Violet. HEX triplet: E4, 84 and E2. RGB value is (228,132,226). Sum of RGB (Red+Green+Blue) = 228+132+226=586 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.91% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 228 - color contains mainly: red. Hex color #E484E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484E2 is #1B7B1D. Grayscale: #ABABAB. Windows color (decimal): -1800990 or 14845156. OLE color: 14845156.
HSL color Cylindrical-coordinate representation of color #E484E2: hue angle of 301.25º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E484E2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 226 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.11 |
| HSL | 301.25º | 0.64% | 0.71% | - |
| HSV(B) | 301.25º | 0.42% | 0.89% | - |
| XYZ | 53.97 | 38.49 | 76.54 | - |
| YUV | 171.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 226 | 0 | 0.42 | 0.01 | 0.11 | 301.25 | 0.64 | 0.71 |
| Hex | E4 | 84 | E2 | 0 | 2A | 1 | B | 12D | 40 | 47 |
| Octal | 344 | 204 | 342 | 0 | 52 | 1 | 13 | 455 | 100 | 107 |
| Binary | 11100100 | 10000100 | 11100010 | 0 | 101010 | 1 | 1011 | 100101101 | 1000000 | 1000111 |
Color Harmonies of #E484E2
Complementary color
Monochromatic Colors of #E484E2
Black with #E484E2
Text Example
Text Example
White with #E484E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484E2; }
p { color: rgb(228,132,226); }
H1.HeaderClassName
{
color: #E484E2;
}
.AnyTagClassName
{
color: #E484E2;
}
</style>
background-color css
<style>
a { background-color: #E484E2; }
a { background-color: rgb(228,132,226); }
div.DivClassName
{
background-color: #E484E2;
}
.BgClassName
{
background-color: #E484E2;
}
</style>
border-color css
<style>
span { border-color: #E484E2; }
span { border-color: rgb(228,132,226); }
td.TdClassName
{
border-color: #E484E2;
}
.TagClassName
{
border-color: #E484E2;
}
</style>