Shades of Violet #ED81F9
Tints of Violet #ED81F9
RGB
CMYK
RGB Variations
Color information
#ED81F9 (or 0xED81F9) is known color: Violet. HEX triplet: ED, 81 and F9. RGB value is (237,129,249). Sum of RGB (Red+Green+Blue) = 237+129+249=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 129 (50.78% from 255 or 20.98% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED81F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED81F9 is #127E06. Grayscale: #AEAEAE. Windows color (decimal): -1211911 or 16351725. OLE color: 16351725.
HSL color Cylindrical-coordinate representation of color #ED81F9: hue angle of 294º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED81F9 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 129 | 249 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.02 |
| HSL | 294º | 0.91% | 0.74% | - |
| HSV(B) | 294º | 0.48% | 0.98% | - |
| XYZ | 59.87 | 40.54 | 94.29 | - |
| YUV | 174.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 249 | 0.05 | 0.48 | 0 | 0.02 | 294 | 0.91 | 0.74 |
| Hex | ED | 81 | F9 | 5 | 30 | 0 | 2 | 126 | 5B | 4A |
| Octal | 355 | 201 | 371 | 5 | 60 | 0 | 2 | 446 | 133 | 112 |
| Binary | 11101101 | 10000001 | 11111001 | 101 | 110000 | 0 | 10 | 100100110 | 1011011 | 1001010 |
Color Harmonies of #ED81F9
Complementary color
Monochromatic Colors of #ED81F9
Black with #ED81F9
Text Example
Text Example
White with #ED81F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED81F9; }
p { color: rgb(237,129,249); }
H1.HeaderClassName
{
color: #ED81F9;
}
.AnyTagClassName
{
color: #ED81F9;
}
</style>
background-color css
<style>
a { background-color: #ED81F9; }
a { background-color: rgb(237,129,249); }
div.DivClassName
{
background-color: #ED81F9;
}
.BgClassName
{
background-color: #ED81F9;
}
</style>
border-color css
<style>
span { border-color: #ED81F9; }
span { border-color: rgb(237,129,249); }
td.TdClassName
{
border-color: #ED81F9;
}
.TagClassName
{
border-color: #ED81F9;
}
</style>