Shades of Violet #ED98FE
Tints of Violet #ED98FE
RGB
CMYK
RGB Variations
Color information
#ED98FE (or 0xED98FE) is known color: Violet. HEX triplet: ED, 98 and FE. RGB value is (237,152,254). Sum of RGB (Red+Green+Blue) = 237+152+254=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 152 (59.77% from 255 or 23.64% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED98FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98FE is #126701. Grayscale: #BCBCBC. Windows color (decimal): -1206018 or 16685293. OLE color: 16685293.
HSL color Cylindrical-coordinate representation of color #ED98FE: hue angle of 290º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED98FE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 152 | 254 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.00 |
| HSL | 290º | 0.98% | 0.8% | - |
| HSV(B) | 290º | 0.4% | 1% | - |
| XYZ | 64.04 | 47.62 | 99.58 | - |
| YUV | 189.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 254 | 0.07 | 0.40 | 0 | 0.00 | 290 | 0.98 | 0.8 |
| Hex | ED | 98 | FE | 7 | 28 | 0 | 0 | 122 | 62 | 50 |
| Octal | 355 | 230 | 376 | 7 | 50 | 0 | 0 | 442 | 142 | 120 |
| Binary | 11101101 | 10011000 | 11111110 | 111 | 101000 | 0 | 0 | 100100010 | 1100010 | 1010000 |
Color Harmonies of #ED98FE
Complementary color
Monochromatic Colors of #ED98FE
Black with #ED98FE
Text Example
Text Example
White with #ED98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98FE; }
p { color: rgb(237,152,254); }
H1.HeaderClassName
{
color: #ED98FE;
}
.AnyTagClassName
{
color: #ED98FE;
}
</style>
background-color css
<style>
a { background-color: #ED98FE; }
a { background-color: rgb(237,152,254); }
div.DivClassName
{
background-color: #ED98FE;
}
.BgClassName
{
background-color: #ED98FE;
}
</style>
border-color css
<style>
span { border-color: #ED98FE; }
span { border-color: rgb(237,152,254); }
td.TdClassName
{
border-color: #ED98FE;
}
.TagClassName
{
border-color: #ED98FE;
}
</style>