Shades of Violet #ED98F4
Tints of Violet #ED98F4
RGB
CMYK
RGB Variations
Color information
#ED98F4 (or 0xED98F4) is known color: Violet. HEX triplet: ED, 98 and F4. RGB value is (237,152,244). Sum of RGB (Red+Green+Blue) = 237+152+244=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 152 (59.77% from 255 or 24.01% from 633); Blue value is 244 (95.70% from 255 or 38.55% from 633); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED98F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98F4 is #12670B. Grayscale: #BBBBBB. Windows color (decimal): -1206028 or 16029933. OLE color: 16029933.
HSL color Cylindrical-coordinate representation of color #ED98F4: hue angle of 295.43º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED98F4 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 152 | 244 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.04 |
| HSL | 295.43º | 0.81% | 0.78% | - |
| HSV(B) | 295.43º | 0.38% | 0.96% | - |
| XYZ | 62.48 | 46.99 | 91.37 | - |
| YUV | 187.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 244 | 0.03 | 0.38 | 0 | 0.04 | 295.43 | 0.81 | 0.78 |
| Hex | ED | 98 | F4 | 3 | 26 | 0 | 4 | 127 | 51 | 4E |
| Octal | 355 | 230 | 364 | 3 | 46 | 0 | 4 | 447 | 121 | 116 |
| Binary | 11101101 | 10011000 | 11110100 | 11 | 100110 | 0 | 100 | 100100111 | 1010001 | 1001110 |
Color Harmonies of #ED98F4
Complementary color
Monochromatic Colors of #ED98F4
Black with #ED98F4
Text Example
Text Example
White with #ED98F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98F4; }
p { color: rgb(237,152,244); }
H1.HeaderClassName
{
color: #ED98F4;
}
.AnyTagClassName
{
color: #ED98F4;
}
</style>
background-color css
<style>
a { background-color: #ED98F4; }
a { background-color: rgb(237,152,244); }
div.DivClassName
{
background-color: #ED98F4;
}
.BgClassName
{
background-color: #ED98F4;
}
</style>
border-color css
<style>
span { border-color: #ED98F4; }
span { border-color: rgb(237,152,244); }
td.TdClassName
{
border-color: #ED98F4;
}
.TagClassName
{
border-color: #ED98F4;
}
</style>