Shades of Violet #E481EC
Tints of Violet #E481EC
RGB
CMYK
RGB Variations
Color information
#E481EC (or 0xE481EC) is known color: Violet. HEX triplet: E4, 81 and EC. RGB value is (228,129,236). Sum of RGB (Red+Green+Blue) = 228+129+236=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #E481EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481EC is #1B7E13. Grayscale: #AAAAAA. Windows color (decimal): -1801748 or 15499748. OLE color: 15499748.
HSL color Cylindrical-coordinate representation of color #E481EC: hue angle of 295.51º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E481EC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 129 | 236 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.07 |
| HSL | 295.51º | 0.74% | 0.72% | - |
| HSV(B) | 295.51º | 0.45% | 0.93% | - |
| XYZ | 54.99 | 38.25 | 83.84 | - |
| YUV | 170.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 236 | 0.03 | 0.45 | 0 | 0.07 | 295.51 | 0.74 | 0.72 |
| Hex | E4 | 81 | EC | 3 | 2D | 0 | 7 | 128 | 4A | 48 |
| Octal | 344 | 201 | 354 | 3 | 55 | 0 | 7 | 450 | 112 | 110 |
| Binary | 11100100 | 10000001 | 11101100 | 11 | 101101 | 0 | 111 | 100101000 | 1001010 | 1001000 |
Color Harmonies of #E481EC
Complementary color
Monochromatic Colors of #E481EC
Black with #E481EC
Text Example
Text Example
White with #E481EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481EC; }
p { color: rgb(228,129,236); }
H1.HeaderClassName
{
color: #E481EC;
}
.AnyTagClassName
{
color: #E481EC;
}
</style>
background-color css
<style>
a { background-color: #E481EC; }
a { background-color: rgb(228,129,236); }
div.DivClassName
{
background-color: #E481EC;
}
.BgClassName
{
background-color: #E481EC;
}
</style>
border-color css
<style>
span { border-color: #E481EC; }
span { border-color: rgb(228,129,236); }
td.TdClassName
{
border-color: #E481EC;
}
.TagClassName
{
border-color: #E481EC;
}
</style>