Shades of Violet #ED98FF
Tints of Violet #ED98FF
RGB
CMYK
RGB Variations
Color information
#ED98FF (or 0xED98FF) is known color: Violet. HEX triplet: ED, 98 and FF. RGB value is (237,152,255). Sum of RGB (Red+Green+Blue) = 237+152+255=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 152 (59.77% from 255 or 23.60% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED98FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED98FF is #126700. Grayscale: #BCBCBC. Windows color (decimal): -1206017 or 16750829. OLE color: 16750829.
HSL color Cylindrical-coordinate representation of color #ED98FF: hue angle of 289.51º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED98FF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 152 | 255 | - |
| CMYK | 0.07 | 0.40 | 0 | 0 |
| HSL | 289.51º | 1% | 0.8% | - |
| HSV(B) | 289.51º | 0.4% | 1% | - |
| XYZ | 64.2 | 47.68 | 100.43 | - |
| YUV | 189.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 255 | 0.07 | 0.40 | 0 | 0 | 289.51 | 1 | 0.8 |
| Hex | ED | 98 | FF | 7 | 28 | 0 | 0 | 122 | 64 | 50 |
| Octal | 355 | 230 | 377 | 7 | 50 | 0 | 0 | 442 | 144 | 120 |
| Binary | 11101101 | 10011000 | 11111111 | 111 | 101000 | 0 | 0 | 100100010 | 1100100 | 1010000 |
Color Harmonies of #ED98FF
Complementary color
Monochromatic Colors of #ED98FF
Black with #ED98FF
Text Example
Text Example
White with #ED98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98FF; }
p { color: rgb(237,152,255); }
H1.HeaderClassName
{
color: #ED98FF;
}
.AnyTagClassName
{
color: #ED98FF;
}
</style>
background-color css
<style>
a { background-color: #ED98FF; }
a { background-color: rgb(237,152,255); }
div.DivClassName
{
background-color: #ED98FF;
}
.BgClassName
{
background-color: #ED98FF;
}
</style>
border-color css
<style>
span { border-color: #ED98FF; }
span { border-color: rgb(237,152,255); }
td.TdClassName
{
border-color: #ED98FF;
}
.TagClassName
{
border-color: #ED98FF;
}
</style>