Shades of Violet #ED94F0
Tints of Violet #ED94F0
RGB
CMYK
RGB Variations
Color information
#ED94F0 (or 0xED94F0) is known color: Violet. HEX triplet: ED, 94 and F0. RGB value is (237,148,240). Sum of RGB (Red+Green+Blue) = 237+148+240=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED94F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94F0 is #126B0F. Grayscale: #B8B8B8. Windows color (decimal): -1207056 or 15766765. OLE color: 15766765.
HSL color Cylindrical-coordinate representation of color #ED94F0: hue angle of 298.04º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED94F0 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 148 | 240 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.06 |
| HSL | 298.04º | 0.75% | 0.76% | - |
| HSV(B) | 298.04º | 0.38% | 0.94% | - |
| XYZ | 61.24 | 45.48 | 87.99 | - |
| YUV | 185.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 240 | 0.01 | 0.38 | 0 | 0.06 | 298.04 | 0.75 | 0.76 |
| Hex | ED | 94 | F0 | 1 | 26 | 0 | 6 | 12A | 4B | 4C |
| Octal | 355 | 224 | 360 | 1 | 46 | 0 | 6 | 452 | 113 | 114 |
| Binary | 11101101 | 10010100 | 11110000 | 1 | 100110 | 0 | 110 | 100101010 | 1001011 | 1001100 |
Color Harmonies of #ED94F0
Complementary color
Monochromatic Colors of #ED94F0
Black with #ED94F0
Text Example
Text Example
White with #ED94F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94F0; }
p { color: rgb(237,148,240); }
H1.HeaderClassName
{
color: #ED94F0;
}
.AnyTagClassName
{
color: #ED94F0;
}
</style>
background-color css
<style>
a { background-color: #ED94F0; }
a { background-color: rgb(237,148,240); }
div.DivClassName
{
background-color: #ED94F0;
}
.BgClassName
{
background-color: #ED94F0;
}
</style>
border-color css
<style>
span { border-color: #ED94F0; }
span { border-color: rgb(237,148,240); }
td.TdClassName
{
border-color: #ED94F0;
}
.TagClassName
{
border-color: #ED94F0;
}
</style>