Shades of Violet #ED98F2
Tints of Violet #ED98F2
RGB
CMYK
RGB Variations
Color information
#ED98F2 (or 0xED98F2) is known color: Violet. HEX triplet: ED, 98 and F2. RGB value is (237,152,242). Sum of RGB (Red+Green+Blue) = 237+152+242=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 152 (59.77% from 255 or 24.09% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED98F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98F2 is #12670D. Grayscale: #BBBBBB. Windows color (decimal): -1206030 or 15898861. OLE color: 15898861.
HSL color Cylindrical-coordinate representation of color #ED98F2: hue angle of 296.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED98F2 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 152 | 242 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.05 |
| HSL | 296.67º | 0.78% | 0.77% | - |
| HSV(B) | 296.67º | 0.37% | 0.95% | - |
| XYZ | 62.18 | 46.87 | 89.77 | - |
| YUV | 187.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 242 | 0.02 | 0.37 | 0 | 0.05 | 296.67 | 0.78 | 0.77 |
| Hex | ED | 98 | F2 | 2 | 25 | 0 | 5 | 129 | 4E | 4D |
| Octal | 355 | 230 | 362 | 2 | 45 | 0 | 5 | 451 | 116 | 115 |
| Binary | 11101101 | 10011000 | 11110010 | 10 | 100101 | 0 | 101 | 100101001 | 1001110 | 1001101 |
Color Harmonies of #ED98F2
Complementary color
Monochromatic Colors of #ED98F2
Black with #ED98F2
Text Example
Text Example
White with #ED98F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98F2; }
p { color: rgb(237,152,242); }
H1.HeaderClassName
{
color: #ED98F2;
}
.AnyTagClassName
{
color: #ED98F2;
}
</style>
background-color css
<style>
a { background-color: #ED98F2; }
a { background-color: rgb(237,152,242); }
div.DivClassName
{
background-color: #ED98F2;
}
.BgClassName
{
background-color: #ED98F2;
}
</style>
border-color css
<style>
span { border-color: #ED98F2; }
span { border-color: rgb(237,152,242); }
td.TdClassName
{
border-color: #ED98F2;
}
.TagClassName
{
border-color: #ED98F2;
}
</style>