Shades of Violet #ED93F8
Tints of Violet #ED93F8
RGB
CMYK
RGB Variations
Color information
#ED93F8 (or 0xED93F8) is known color: Violet. HEX triplet: ED, 93 and F8. RGB value is (237,147,248). Sum of RGB (Red+Green+Blue) = 237+147+248=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 147 (57.81% from 255 or 23.26% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED93F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED93F8 is #126C07. Grayscale: #B9B9B9. Windows color (decimal): -1207304 or 16290797. OLE color: 16290797.
HSL color Cylindrical-coordinate representation of color #ED93F8: hue angle of 293.47º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED93F8 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 147 | 248 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.03 |
| HSL | 293.47º | 0.88% | 0.77% | - |
| HSV(B) | 293.47º | 0.41% | 0.97% | - |
| XYZ | 62.3 | 45.65 | 94.33 | - |
| YUV | 185.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 248 | 0.04 | 0.41 | 0 | 0.03 | 293.47 | 0.88 | 0.77 |
| Hex | ED | 93 | F8 | 4 | 29 | 0 | 3 | 125 | 58 | 4D |
| Octal | 355 | 223 | 370 | 4 | 51 | 0 | 3 | 445 | 130 | 115 |
| Binary | 11101101 | 10010011 | 11111000 | 100 | 101001 | 0 | 11 | 100100101 | 1011000 | 1001101 |
Color Harmonies of #ED93F8
Complementary color
Monochromatic Colors of #ED93F8
Black with #ED93F8
Text Example
Text Example
White with #ED93F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED93F8; }
p { color: rgb(237,147,248); }
H1.HeaderClassName
{
color: #ED93F8;
}
.AnyTagClassName
{
color: #ED93F8;
}
</style>
background-color css
<style>
a { background-color: #ED93F8; }
a { background-color: rgb(237,147,248); }
div.DivClassName
{
background-color: #ED93F8;
}
.BgClassName
{
background-color: #ED93F8;
}
</style>
border-color css
<style>
span { border-color: #ED93F8; }
span { border-color: rgb(237,147,248); }
td.TdClassName
{
border-color: #ED93F8;
}
.TagClassName
{
border-color: #ED93F8;
}
</style>