Shades of Violet #ED98F0
Tints of Violet #ED98F0
RGB
CMYK
RGB Variations
Color information
#ED98F0 (or 0xED98F0) is known color: Violet. HEX triplet: ED, 98 and F0. RGB value is (237,152,240). Sum of RGB (Red+Green+Blue) = 237+152+240=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 152 (59.77% from 255 or 24.17% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED98F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98F0 is #12670F. Grayscale: #BBBBBB. Windows color (decimal): -1206032 or 15767789. OLE color: 15767789.
HSL color Cylindrical-coordinate representation of color #ED98F0: hue angle of 297.95º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED98F0 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 152 | 240 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.06 |
| HSL | 297.95º | 0.75% | 0.77% | - |
| HSV(B) | 297.95º | 0.37% | 0.94% | - |
| XYZ | 61.88 | 46.75 | 88.2 | - |
| YUV | 187.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 240 | 0.01 | 0.37 | 0 | 0.06 | 297.95 | 0.75 | 0.77 |
| Hex | ED | 98 | F0 | 1 | 25 | 0 | 6 | 12A | 4B | 4D |
| Octal | 355 | 230 | 360 | 1 | 45 | 0 | 6 | 452 | 113 | 115 |
| Binary | 11101101 | 10011000 | 11110000 | 1 | 100101 | 0 | 110 | 100101010 | 1001011 | 1001101 |
Color Harmonies of #ED98F0
Complementary color
Monochromatic Colors of #ED98F0
Black with #ED98F0
Text Example
Text Example
White with #ED98F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98F0; }
p { color: rgb(237,152,240); }
H1.HeaderClassName
{
color: #ED98F0;
}
.AnyTagClassName
{
color: #ED98F0;
}
</style>
background-color css
<style>
a { background-color: #ED98F0; }
a { background-color: rgb(237,152,240); }
div.DivClassName
{
background-color: #ED98F0;
}
.BgClassName
{
background-color: #ED98F0;
}
</style>
border-color css
<style>
span { border-color: #ED98F0; }
span { border-color: rgb(237,152,240); }
td.TdClassName
{
border-color: #ED98F0;
}
.TagClassName
{
border-color: #ED98F0;
}
</style>