Shades of Violet #E481EF
Tints of Violet #E481EF
RGB
CMYK
RGB Variations
Color information
#E481EF (or 0xE481EF) is known color: Violet. HEX triplet: E4, 81 and EF. RGB value is (228,129,239). Sum of RGB (Red+Green+Blue) = 228+129+239=596 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.26% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #E481EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481EF is #1B7E10. Grayscale: #AAAAAA. Windows color (decimal): -1801745 or 15696356. OLE color: 15696356.
HSL color Cylindrical-coordinate representation of color #E481EF: hue angle of 294º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E481EF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 129 | 239 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.06 |
| HSL | 294º | 0.77% | 0.72% | - |
| HSV(B) | 294º | 0.46% | 0.94% | - |
| XYZ | 55.43 | 38.43 | 86.16 | - |
| YUV | 171.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 239 | 0.05 | 0.46 | 0 | 0.06 | 294 | 0.77 | 0.72 |
| Hex | E4 | 81 | EF | 5 | 2E | 0 | 6 | 126 | 4D | 48 |
| Octal | 344 | 201 | 357 | 5 | 56 | 0 | 6 | 446 | 115 | 110 |
| Binary | 11100100 | 10000001 | 11101111 | 101 | 101110 | 0 | 110 | 100100110 | 1001101 | 1001000 |
Color Harmonies of #E481EF
Complementary color
Monochromatic Colors of #E481EF
Black with #E481EF
Text Example
Text Example
White with #E481EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481EF; }
p { color: rgb(228,129,239); }
H1.HeaderClassName
{
color: #E481EF;
}
.AnyTagClassName
{
color: #E481EF;
}
</style>
background-color css
<style>
a { background-color: #E481EF; }
a { background-color: rgb(228,129,239); }
div.DivClassName
{
background-color: #E481EF;
}
.BgClassName
{
background-color: #E481EF;
}
</style>
border-color css
<style>
span { border-color: #E481EF; }
span { border-color: rgb(228,129,239); }
td.TdClassName
{
border-color: #E481EF;
}
.TagClassName
{
border-color: #E481EF;
}
</style>