Shades of Violet #ED93FF
Tints of Violet #ED93FF
RGB
CMYK
RGB Variations
Color information
#ED93FF (or 0xED93FF) is known color: Violet. HEX triplet: ED, 93 and FF. RGB value is (237,147,255). Sum of RGB (Red+Green+Blue) = 237+147+255=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 147 (57.81% from 255 or 23.00% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93FF is #126C00. Grayscale: #B9B9B9. Windows color (decimal): -1207297 or 16749549. OLE color: 16749549.
HSL color Cylindrical-coordinate representation of color #ED93FF: hue angle of 290º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED93FF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 147 | 255 | - |
| CMYK | 0.07 | 0.42 | 0 | 0 |
| HSL | 290º | 1% | 0.79% | - |
| HSV(B) | 290º | 0.42% | 1% | - |
| XYZ | 63.41 | 46.09 | 100.16 | - |
| YUV | 186.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 255 | 0.07 | 0.42 | 0 | 0 | 290 | 1 | 0.79 |
| Hex | ED | 93 | FF | 7 | 2A | 0 | 0 | 122 | 64 | 4F |
| Octal | 355 | 223 | 377 | 7 | 52 | 0 | 0 | 442 | 144 | 117 |
| Binary | 11101101 | 10010011 | 11111111 | 111 | 101010 | 0 | 0 | 100100010 | 1100100 | 1001111 |
Color Harmonies of #ED93FF
Complementary color
Monochromatic Colors of #ED93FF
Black with #ED93FF
Text Example
Text Example
White with #ED93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93FF; }
p { color: rgb(237,147,255); }
H1.HeaderClassName
{
color: #ED93FF;
}
.AnyTagClassName
{
color: #ED93FF;
}
</style>
background-color css
<style>
a { background-color: #ED93FF; }
a { background-color: rgb(237,147,255); }
div.DivClassName
{
background-color: #ED93FF;
}
.BgClassName
{
background-color: #ED93FF;
}
</style>
border-color css
<style>
span { border-color: #ED93FF; }
span { border-color: rgb(237,147,255); }
td.TdClassName
{
border-color: #ED93FF;
}
.TagClassName
{
border-color: #ED93FF;
}
</style>