Shades of Violet #ED84F8
Tints of Violet #ED84F8
RGB
CMYK
RGB Variations
Color information
#ED84F8 (or 0xED84F8) is known color: Violet. HEX triplet: ED, 84 and F8. RGB value is (237,132,248). Sum of RGB (Red+Green+Blue) = 237+132+248=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 132 (51.95% from 255 or 21.39% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED84F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84F8 is #127B07. Grayscale: #B0B0B0. Windows color (decimal): -1211144 or 16286957. OLE color: 16286957.
HSL color Cylindrical-coordinate representation of color #ED84F8: hue angle of 294.31º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED84F8 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 132 | 248 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.03 |
| HSL | 294.31º | 0.89% | 0.75% | - |
| HSV(B) | 294.31º | 0.47% | 0.97% | - |
| XYZ | 60.12 | 41.28 | 93.61 | - |
| YUV | 176.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 248 | 0.04 | 0.47 | 0 | 0.03 | 294.31 | 0.89 | 0.75 |
| Hex | ED | 84 | F8 | 4 | 2F | 0 | 3 | 126 | 59 | 4B |
| Octal | 355 | 204 | 370 | 4 | 57 | 0 | 3 | 446 | 131 | 113 |
| Binary | 11101101 | 10000100 | 11111000 | 100 | 101111 | 0 | 11 | 100100110 | 1011001 | 1001011 |
Color Harmonies of #ED84F8
Complementary color
Monochromatic Colors of #ED84F8
Black with #ED84F8
Text Example
Text Example
White with #ED84F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84F8; }
p { color: rgb(237,132,248); }
H1.HeaderClassName
{
color: #ED84F8;
}
.AnyTagClassName
{
color: #ED84F8;
}
</style>
background-color css
<style>
a { background-color: #ED84F8; }
a { background-color: rgb(237,132,248); }
div.DivClassName
{
background-color: #ED84F8;
}
.BgClassName
{
background-color: #ED84F8;
}
</style>
border-color css
<style>
span { border-color: #ED84F8; }
span { border-color: rgb(237,132,248); }
td.TdClassName
{
border-color: #ED84F8;
}
.TagClassName
{
border-color: #ED84F8;
}
</style>