Shades of Violet #E481ED
Tints of Violet #E481ED
RGB
CMYK
RGB Variations
Color information
#E481ED (or 0xE481ED) is known color: Violet. HEX triplet: E4, 81 and ED. RGB value is (228,129,237). Sum of RGB (Red+Green+Blue) = 228+129+237=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #E481ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E481ED is #1B7E12. Grayscale: #AAAAAA. Windows color (decimal): -1801747 or 15565284. OLE color: 15565284.
HSL color Cylindrical-coordinate representation of color #E481ED: hue angle of 295º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E481ED is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 129 | 237 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.07 |
| HSL | 295º | 0.75% | 0.72% | - |
| HSV(B) | 295º | 0.46% | 0.93% | - |
| XYZ | 55.13 | 38.31 | 84.61 | - |
| YUV | 170.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 237 | 0.04 | 0.46 | 0 | 0.07 | 295 | 0.75 | 0.72 |
| Hex | E4 | 81 | ED | 4 | 2E | 0 | 7 | 127 | 4B | 48 |
| Octal | 344 | 201 | 355 | 4 | 56 | 0 | 7 | 447 | 113 | 110 |
| Binary | 11100100 | 10000001 | 11101101 | 100 | 101110 | 0 | 111 | 100100111 | 1001011 | 1001000 |
Color Harmonies of #E481ED
Complementary color
Monochromatic Colors of #E481ED
Black with #E481ED
Text Example
Text Example
White with #E481ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481ED; }
p { color: rgb(228,129,237); }
H1.HeaderClassName
{
color: #E481ED;
}
.AnyTagClassName
{
color: #E481ED;
}
</style>
background-color css
<style>
a { background-color: #E481ED; }
a { background-color: rgb(228,129,237); }
div.DivClassName
{
background-color: #E481ED;
}
.BgClassName
{
background-color: #E481ED;
}
</style>
border-color css
<style>
span { border-color: #E481ED; }
span { border-color: rgb(228,129,237); }
td.TdClassName
{
border-color: #E481ED;
}
.TagClassName
{
border-color: #E481ED;
}
</style>