Shades of Violet #ED84FE
Tints of Violet #ED84FE
RGB
CMYK
RGB Variations
Color information
#ED84FE (or 0xED84FE) is known color: Violet. HEX triplet: ED, 84 and FE. RGB value is (237,132,254). Sum of RGB (Red+Green+Blue) = 237+132+254=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 132 (51.95% from 255 or 21.19% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED84FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84FE is #127B01. Grayscale: #B0B0B0. Windows color (decimal): -1211138 or 16680173. OLE color: 16680173.
HSL color Cylindrical-coordinate representation of color #ED84FE: hue angle of 291.64º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED84FE is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 132 | 254 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.00 |
| HSL | 291.64º | 0.98% | 0.76% | - |
| HSV(B) | 291.64º | 0.48% | 1% | - |
| XYZ | 61.07 | 41.66 | 98.59 | - |
| YUV | 177.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 254 | 0.07 | 0.48 | 0 | 0.00 | 291.64 | 0.98 | 0.76 |
| Hex | ED | 84 | FE | 7 | 30 | 0 | 0 | 124 | 62 | 4C |
| Octal | 355 | 204 | 376 | 7 | 60 | 0 | 0 | 444 | 142 | 114 |
| Binary | 11101101 | 10000100 | 11111110 | 111 | 110000 | 0 | 0 | 100100100 | 1100010 | 1001100 |
Color Harmonies of #ED84FE
Complementary color
Monochromatic Colors of #ED84FE
Black with #ED84FE
Text Example
Text Example
White with #ED84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84FE; }
p { color: rgb(237,132,254); }
H1.HeaderClassName
{
color: #ED84FE;
}
.AnyTagClassName
{
color: #ED84FE;
}
</style>
background-color css
<style>
a { background-color: #ED84FE; }
a { background-color: rgb(237,132,254); }
div.DivClassName
{
background-color: #ED84FE;
}
.BgClassName
{
background-color: #ED84FE;
}
</style>
border-color css
<style>
span { border-color: #ED84FE; }
span { border-color: rgb(237,132,254); }
td.TdClassName
{
border-color: #ED84FE;
}
.TagClassName
{
border-color: #ED84FE;
}
</style>