Shades of Violet #ED81EA
Tints of Violet #ED81EA
RGB
CMYK
RGB Variations
Color information
#ED81EA (or 0xED81EA) is known color: Violet. HEX triplet: ED, 81 and EA. RGB value is (237,129,234). Sum of RGB (Red+Green+Blue) = 237+129+234=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #ED81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81EA is #127E15. Grayscale: #ACACAC. Windows color (decimal): -1211926 or 15368685. OLE color: 15368685.
HSL color Cylindrical-coordinate representation of color #ED81EA: hue angle of 301.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 #ED81EA is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 234 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.07 |
| HSL | 301.67º | 0.75% | 0.72% | - |
| HSV(B) | 301.67º | 0.46% | 0.93% | - |
| XYZ | 57.63 | 39.65 | 82.46 | - |
| YUV | 173.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 234 | 0 | 0.46 | 0.01 | 0.07 | 301.67 | 0.75 | 0.72 |
| Hex | ED | 81 | EA | 0 | 2E | 1 | 7 | 12E | 4B | 48 |
| Octal | 355 | 201 | 352 | 0 | 56 | 1 | 7 | 456 | 113 | 110 |
| Binary | 11101101 | 10000001 | 11101010 | 0 | 101110 | 1 | 111 | 100101110 | 1001011 | 1001000 |
Color Harmonies of #ED81EA
Complementary color
Monochromatic Colors of #ED81EA
Black with #ED81EA
Text Example
Text Example
White with #ED81EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81EA; }
p { color: rgb(237,129,234); }
H1.HeaderClassName
{
color: #ED81EA;
}
.AnyTagClassName
{
color: #ED81EA;
}
</style>
background-color css
<style>
a { background-color: #ED81EA; }
a { background-color: rgb(237,129,234); }
div.DivClassName
{
background-color: #ED81EA;
}
.BgClassName
{
background-color: #ED81EA;
}
</style>
border-color css
<style>
span { border-color: #ED81EA; }
span { border-color: rgb(237,129,234); }
td.TdClassName
{
border-color: #ED81EA;
}
.TagClassName
{
border-color: #ED81EA;
}
</style>