Shades of Violet #ED84FF
Tints of Violet #ED84FF
RGB
CMYK
RGB Variations
Color information
#ED84FF (or 0xED84FF) is known color: Violet. HEX triplet: ED, 84 and FF. RGB value is (237,132,255). Sum of RGB (Red+Green+Blue) = 237+132+255=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 132 (51.95% from 255 or 21.15% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED84FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84FF is #127B00. Grayscale: #B1B1B1. Windows color (decimal): -1211137 or 16745709. OLE color: 16745709.
HSL color Cylindrical-coordinate representation of color #ED84FF: hue angle of 291.22º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED84FF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 132 | 255 | - |
| CMYK | 0.07 | 0.48 | 0 | 0 |
| HSL | 291.22º | 1% | 0.76% | - |
| HSV(B) | 291.22º | 0.48% | 1% | - |
| XYZ | 61.23 | 41.73 | 99.43 | - |
| YUV | 177.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 255 | 0.07 | 0.48 | 0 | 0 | 291.22 | 1 | 0.76 |
| Hex | ED | 84 | FF | 7 | 30 | 0 | 0 | 123 | 64 | 4C |
| Octal | 355 | 204 | 377 | 7 | 60 | 0 | 0 | 443 | 144 | 114 |
| Binary | 11101101 | 10000100 | 11111111 | 111 | 110000 | 0 | 0 | 100100011 | 1100100 | 1001100 |
Color Harmonies of #ED84FF
Complementary color
Monochromatic Colors of #ED84FF
Black with #ED84FF
Text Example
Text Example
White with #ED84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84FF; }
p { color: rgb(237,132,255); }
H1.HeaderClassName
{
color: #ED84FF;
}
.AnyTagClassName
{
color: #ED84FF;
}
</style>
background-color css
<style>
a { background-color: #ED84FF; }
a { background-color: rgb(237,132,255); }
div.DivClassName
{
background-color: #ED84FF;
}
.BgClassName
{
background-color: #ED84FF;
}
</style>
border-color css
<style>
span { border-color: #ED84FF; }
span { border-color: rgb(237,132,255); }
td.TdClassName
{
border-color: #ED84FF;
}
.TagClassName
{
border-color: #ED84FF;
}
</style>