Shades of Violet #ED94FE
Tints of Violet #ED94FE
RGB
CMYK
RGB Variations
Color information
#ED94FE (or 0xED94FE) is known color: Violet. HEX triplet: ED, 94 and FE. RGB value is (237,148,254). Sum of RGB (Red+Green+Blue) = 237+148+254=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 148 (58.20% from 255 or 23.16% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED94FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94FE is #126B01. Grayscale: #BABABA. Windows color (decimal): -1207042 or 16684269. OLE color: 16684269.
HSL color Cylindrical-coordinate representation of color #ED94FE: hue angle of 290.38º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED94FE is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 148 | 254 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.00 |
| HSL | 290.38º | 0.98% | 0.79% | - |
| HSV(B) | 290.38º | 0.42% | 1% | - |
| XYZ | 63.4 | 46.34 | 99.37 | - |
| YUV | 186.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 254 | 0.07 | 0.42 | 0 | 0.00 | 290.38 | 0.98 | 0.79 |
| Hex | ED | 94 | FE | 7 | 2A | 0 | 0 | 122 | 62 | 4F |
| Octal | 355 | 224 | 376 | 7 | 52 | 0 | 0 | 442 | 142 | 117 |
| Binary | 11101101 | 10010100 | 11111110 | 111 | 101010 | 0 | 0 | 100100010 | 1100010 | 1001111 |
Color Harmonies of #ED94FE
Complementary color
Monochromatic Colors of #ED94FE
Black with #ED94FE
Text Example
Text Example
White with #ED94FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94FE; }
p { color: rgb(237,148,254); }
H1.HeaderClassName
{
color: #ED94FE;
}
.AnyTagClassName
{
color: #ED94FE;
}
</style>
background-color css
<style>
a { background-color: #ED94FE; }
a { background-color: rgb(237,148,254); }
div.DivClassName
{
background-color: #ED94FE;
}
.BgClassName
{
background-color: #ED94FE;
}
</style>
border-color css
<style>
span { border-color: #ED94FE; }
span { border-color: rgb(237,148,254); }
td.TdClassName
{
border-color: #ED94FE;
}
.TagClassName
{
border-color: #ED94FE;
}
</style>