Shades of Violet #E781ED
Tints of Violet #E781ED
RGB
CMYK
RGB Variations
Color information
#E781ED (or 0xE781ED) is known color: Violet. HEX triplet: E7, 81 and ED. RGB value is (231,129,237). Sum of RGB (Red+Green+Blue) = 231+129+237=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #E781ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E781ED is #187E12. Grayscale: #ABABAB. Windows color (decimal): -1605139 or 15565287. OLE color: 15565287.
HSL color Cylindrical-coordinate representation of color #E781ED: hue angle of 296.67º 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 #E781ED is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 129 | 237 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.07 |
| HSL | 296.67º | 0.75% | 0.72% | - |
| HSV(B) | 296.67º | 0.46% | 0.93% | - |
| XYZ | 56.09 | 38.8 | 84.65 | - |
| YUV | 171.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 237 | 0.03 | 0.46 | 0 | 0.07 | 296.67 | 0.75 | 0.72 |
| Hex | E7 | 81 | ED | 3 | 2E | 0 | 7 | 129 | 4B | 48 |
| Octal | 347 | 201 | 355 | 3 | 56 | 0 | 7 | 451 | 113 | 110 |
| Binary | 11100111 | 10000001 | 11101101 | 11 | 101110 | 0 | 111 | 100101001 | 1001011 | 1001000 |
Color Harmonies of #E781ED
Complementary color
Monochromatic Colors of #E781ED
Black with #E781ED
Text Example
Text Example
White with #E781ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E781ED; }
p { color: rgb(231,129,237); }
H1.HeaderClassName
{
color: #E781ED;
}
.AnyTagClassName
{
color: #E781ED;
}
</style>
background-color css
<style>
a { background-color: #E781ED; }
a { background-color: rgb(231,129,237); }
div.DivClassName
{
background-color: #E781ED;
}
.BgClassName
{
background-color: #E781ED;
}
</style>
border-color css
<style>
span { border-color: #E781ED; }
span { border-color: rgb(231,129,237); }
td.TdClassName
{
border-color: #E781ED;
}
.TagClassName
{
border-color: #E781ED;
}
</style>