Shades of Violet #ED84FA
Tints of Violet #ED84FA
RGB
CMYK
RGB Variations
Color information
#ED84FA (or 0xED84FA) is known color: Violet. HEX triplet: ED, 84 and FA. RGB value is (237,132,250). Sum of RGB (Red+Green+Blue) = 237+132+250=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 132 (51.95% from 255 or 21.32% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED84FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED84FA is #127B05. Grayscale: #B0B0B0. Windows color (decimal): -1211142 or 16418029. OLE color: 16418029.
HSL color Cylindrical-coordinate representation of color #ED84FA: hue angle of 293.39º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED84FA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 132 | 250 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.02 |
| HSL | 293.39º | 0.92% | 0.75% | - |
| HSV(B) | 293.39º | 0.47% | 0.98% | - |
| XYZ | 60.43 | 41.41 | 95.25 | - |
| YUV | 176.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 250 | 0.05 | 0.47 | 0 | 0.02 | 293.39 | 0.92 | 0.75 |
| Hex | ED | 84 | FA | 5 | 2F | 0 | 2 | 125 | 5C | 4B |
| Octal | 355 | 204 | 372 | 5 | 57 | 0 | 2 | 445 | 134 | 113 |
| Binary | 11101101 | 10000100 | 11111010 | 101 | 101111 | 0 | 10 | 100100101 | 1011100 | 1001011 |
Color Harmonies of #ED84FA
Complementary color
Monochromatic Colors of #ED84FA
Black with #ED84FA
Text Example
Text Example
White with #ED84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED84FA; }
p { color: rgb(237,132,250); }
H1.HeaderClassName
{
color: #ED84FA;
}
.AnyTagClassName
{
color: #ED84FA;
}
</style>
background-color css
<style>
a { background-color: #ED84FA; }
a { background-color: rgb(237,132,250); }
div.DivClassName
{
background-color: #ED84FA;
}
.BgClassName
{
background-color: #ED84FA;
}
</style>
border-color css
<style>
span { border-color: #ED84FA; }
span { border-color: rgb(237,132,250); }
td.TdClassName
{
border-color: #ED84FA;
}
.TagClassName
{
border-color: #ED84FA;
}
</style>