Shades of Violet #ED93F7
Tints of Violet #ED93F7
RGB
CMYK
RGB Variations
Color information
#ED93F7 (or 0xED93F7) is known color: Violet. HEX triplet: ED, 93 and F7. RGB value is (237,147,247). Sum of RGB (Red+Green+Blue) = 237+147+247=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED93F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93F7 is #126C08. Grayscale: #B9B9B9. Windows color (decimal): -1207305 or 16225261. OLE color: 16225261.
HSL color Cylindrical-coordinate representation of color #ED93F7: hue angle of 294º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED93F7 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 147 | 247 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.03 |
| HSL | 294º | 0.86% | 0.77% | - |
| HSV(B) | 294º | 0.4% | 0.97% | - |
| XYZ | 62.15 | 45.59 | 93.52 | - |
| YUV | 185.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 247 | 0.04 | 0.40 | 0 | 0.03 | 294 | 0.86 | 0.77 |
| Hex | ED | 93 | F7 | 4 | 28 | 0 | 3 | 126 | 56 | 4D |
| Octal | 355 | 223 | 367 | 4 | 50 | 0 | 3 | 446 | 126 | 115 |
| Binary | 11101101 | 10010011 | 11110111 | 100 | 101000 | 0 | 11 | 100100110 | 1010110 | 1001101 |
Color Harmonies of #ED93F7
Complementary color
Monochromatic Colors of #ED93F7
Black with #ED93F7
Text Example
Text Example
White with #ED93F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93F7; }
p { color: rgb(237,147,247); }
H1.HeaderClassName
{
color: #ED93F7;
}
.AnyTagClassName
{
color: #ED93F7;
}
</style>
background-color css
<style>
a { background-color: #ED93F7; }
a { background-color: rgb(237,147,247); }
div.DivClassName
{
background-color: #ED93F7;
}
.BgClassName
{
background-color: #ED93F7;
}
</style>
border-color css
<style>
span { border-color: #ED93F7; }
span { border-color: rgb(237,147,247); }
td.TdClassName
{
border-color: #ED93F7;
}
.TagClassName
{
border-color: #ED93F7;
}
</style>