Shades of Violet #ED94F2
Tints of Violet #ED94F2
RGB
CMYK
RGB Variations
Color information
#ED94F2 (or 0xED94F2) is known color: Violet. HEX triplet: ED, 94 and F2. RGB value is (237,148,242). Sum of RGB (Red+Green+Blue) = 237+148+242=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED94F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED94F2 is #126B0D. Grayscale: #B9B9B9. Windows color (decimal): -1207054 or 15897837. OLE color: 15897837.
HSL color Cylindrical-coordinate representation of color #ED94F2: hue angle of 296.81º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED94F2 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 148 | 242 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.05 |
| HSL | 296.81º | 0.78% | 0.76% | - |
| HSV(B) | 296.81º | 0.39% | 0.95% | - |
| XYZ | 61.54 | 45.6 | 89.56 | - |
| YUV | 185.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 242 | 0.02 | 0.39 | 0 | 0.05 | 296.81 | 0.78 | 0.76 |
| Hex | ED | 94 | F2 | 2 | 27 | 0 | 5 | 129 | 4E | 4C |
| Octal | 355 | 224 | 362 | 2 | 47 | 0 | 5 | 451 | 116 | 114 |
| Binary | 11101101 | 10010100 | 11110010 | 10 | 100111 | 0 | 101 | 100101001 | 1001110 | 1001100 |
Color Harmonies of #ED94F2
Complementary color
Monochromatic Colors of #ED94F2
Black with #ED94F2
Text Example
Text Example
White with #ED94F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED94F2; }
p { color: rgb(237,148,242); }
H1.HeaderClassName
{
color: #ED94F2;
}
.AnyTagClassName
{
color: #ED94F2;
}
</style>
background-color css
<style>
a { background-color: #ED94F2; }
a { background-color: rgb(237,148,242); }
div.DivClassName
{
background-color: #ED94F2;
}
.BgClassName
{
background-color: #ED94F2;
}
</style>
border-color css
<style>
span { border-color: #ED94F2; }
span { border-color: rgb(237,148,242); }
td.TdClassName
{
border-color: #ED94F2;
}
.TagClassName
{
border-color: #ED94F2;
}
</style>