Shades of Violet #E081ED
Tints of Violet #E081ED
RGB
CMYK
RGB Variations
Color information
#E081ED (or 0xE081ED) is known color: Violet. HEX triplet: E0, 81 and ED. RGB value is (224,129,237). Sum of RGB (Red+Green+Blue) = 224+129+237=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #E081ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081ED is #1F7E12. Grayscale: #A9A9A9. Windows color (decimal): -2063891 or 15565280. OLE color: 15565280.
HSL color Cylindrical-coordinate representation of color #E081ED: hue angle of 292.78º 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 #E081ED is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 224 | 129 | 237 | - |
CMYK | 0.05 | 0.46 | 0 | 0.07 |
HSL | 292.78º | 0.75% | 0.72% | - |
HSV(B) | 292.78º | 0.46% | 0.93% | - |
XYZ | 53.88 | 37.66 | 84.55 | - |
YUV | 169.72 | 165.97 | 166.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 129 | 237 | 0.05 | 0.46 | 0 | 0.07 | 292.78 | 0.75 | 0.72 |
Hex | E0 | 81 | ED | 5 | 2E | 0 | 7 | 125 | 4B | 48 |
Octal | 340 | 201 | 355 | 5 | 56 | 0 | 7 | 445 | 113 | 110 |
Binary | 11100000 | 10000001 | 11101101 | 101 | 101110 | 0 | 111 | 100100101 | 1001011 | 1001000 |
Color Harmonies of #E081ED
Complementary color
Monochromatic Colors of #E081ED
Black with #E081ED
Text Example
Text Example
White with #E081ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081ED; }
p { color: rgb(224,129,237); }
H1.HeaderClassName
{
color: #E081ED;
}
.AnyTagClassName
{
color: #E081ED;
}
</style>
background-color css
<style>
a { background-color: #E081ED; }
a { background-color: rgb(224,129,237); }
div.DivClassName
{
background-color: #E081ED;
}
.BgClassName
{
background-color: #E081ED;
}
</style>
border-color css
<style>
span { border-color: #E081ED; }
span { border-color: rgb(224,129,237); }
td.TdClassName
{
border-color: #E081ED;
}
.TagClassName
{
border-color: #E081ED;
}
</style>