Shades of Violet #ED84F7
Tints of Violet #ED84F7
RGB
CMYK
RGB Variations
Color information
#ED84F7 (or 0xED84F7) is known color: Violet. HEX triplet: ED, 84 and F7. RGB value is (237,132,247). Sum of RGB (Red+Green+Blue) = 237+132+247=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED84F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84F7 is #127B08. Grayscale: #B0B0B0. Windows color (decimal): -1211145 or 16221421. OLE color: 16221421.
HSL color Cylindrical-coordinate representation of color #ED84F7: hue angle of 294.78º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED84F7 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 132 | 247 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.03 |
| HSL | 294.78º | 0.88% | 0.74% | - |
| HSV(B) | 294.78º | 0.47% | 0.97% | - |
| XYZ | 59.96 | 41.22 | 92.79 | - |
| YUV | 176.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 247 | 0.04 | 0.47 | 0 | 0.03 | 294.78 | 0.88 | 0.74 |
| Hex | ED | 84 | F7 | 4 | 2F | 0 | 3 | 127 | 58 | 4A |
| Octal | 355 | 204 | 367 | 4 | 57 | 0 | 3 | 447 | 130 | 112 |
| Binary | 11101101 | 10000100 | 11110111 | 100 | 101111 | 0 | 11 | 100100111 | 1011000 | 1001010 |
Color Harmonies of #ED84F7
Complementary color
Monochromatic Colors of #ED84F7
Black with #ED84F7
Text Example
Text Example
White with #ED84F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84F7; }
p { color: rgb(237,132,247); }
H1.HeaderClassName
{
color: #ED84F7;
}
.AnyTagClassName
{
color: #ED84F7;
}
</style>
background-color css
<style>
a { background-color: #ED84F7; }
a { background-color: rgb(237,132,247); }
div.DivClassName
{
background-color: #ED84F7;
}
.BgClassName
{
background-color: #ED84F7;
}
</style>
border-color css
<style>
span { border-color: #ED84F7; }
span { border-color: rgb(237,132,247); }
td.TdClassName
{
border-color: #ED84F7;
}
.TagClassName
{
border-color: #ED84F7;
}
</style>