Shades of Violet #ED98FA
Tints of Violet #ED98FA
RGB
CMYK
RGB Variations
Color information
#ED98FA (or 0xED98FA) is known color: Violet. HEX triplet: ED, 98 and FA. RGB value is (237,152,250). Sum of RGB (Red+Green+Blue) = 237+152+250=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 152 (59.77% from 255 or 23.79% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED98FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98FA is #126705. Grayscale: #BCBCBC. Windows color (decimal): -1206022 or 16423149. OLE color: 16423149.
HSL color Cylindrical-coordinate representation of color #ED98FA: hue angle of 292.04º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED98FA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 152 | 250 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.02 |
| HSL | 292.04º | 0.91% | 0.79% | - |
| HSV(B) | 292.04º | 0.39% | 0.98% | - |
| XYZ | 63.41 | 47.36 | 96.24 | - |
| YUV | 188.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 250 | 0.05 | 0.39 | 0 | 0.02 | 292.04 | 0.91 | 0.79 |
| Hex | ED | 98 | FA | 5 | 27 | 0 | 2 | 124 | 5B | 4F |
| Octal | 355 | 230 | 372 | 5 | 47 | 0 | 2 | 444 | 133 | 117 |
| Binary | 11101101 | 10011000 | 11111010 | 101 | 100111 | 0 | 10 | 100100100 | 1011011 | 1001111 |
Color Harmonies of #ED98FA
Complementary color
Monochromatic Colors of #ED98FA
Black with #ED98FA
Text Example
Text Example
White with #ED98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98FA; }
p { color: rgb(237,152,250); }
H1.HeaderClassName
{
color: #ED98FA;
}
.AnyTagClassName
{
color: #ED98FA;
}
</style>
background-color css
<style>
a { background-color: #ED98FA; }
a { background-color: rgb(237,152,250); }
div.DivClassName
{
background-color: #ED98FA;
}
.BgClassName
{
background-color: #ED98FA;
}
</style>
border-color css
<style>
span { border-color: #ED98FA; }
span { border-color: rgb(237,152,250); }
td.TdClassName
{
border-color: #ED98FA;
}
.TagClassName
{
border-color: #ED98FA;
}
</style>