Shades of Violet #ED99FA
Tints of Violet #ED99FA
RGB
CMYK
RGB Variations
Color information
#ED99FA (or 0xED99FA) is known color: Violet. HEX triplet: ED, 99 and FA. RGB value is (237,153,250). Sum of RGB (Red+Green+Blue) = 237+153+250=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 153 (60.16% from 255 or 23.91% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99FA is #126605. Grayscale: #BCBCBC. Windows color (decimal): -1205766 or 16423405. OLE color: 16423405.
HSL color Cylindrical-coordinate representation of color #ED99FA: hue angle of 291.96º 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 #ED99FA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 153 | 250 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.02 |
| HSL | 291.96º | 0.91% | 0.79% | - |
| HSV(B) | 291.96º | 0.39% | 0.98% | - |
| XYZ | 63.57 | 47.69 | 96.3 | - |
| YUV | 189.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 250 | 0.05 | 0.39 | 0 | 0.02 | 291.96 | 0.91 | 0.79 |
| Hex | ED | 99 | FA | 5 | 27 | 0 | 2 | 124 | 5B | 4F |
| Octal | 355 | 231 | 372 | 5 | 47 | 0 | 2 | 444 | 133 | 117 |
| Binary | 11101101 | 10011001 | 11111010 | 101 | 100111 | 0 | 10 | 100100100 | 1011011 | 1001111 |
Color Harmonies of #ED99FA
Complementary color
Monochromatic Colors of #ED99FA
Black with #ED99FA
Text Example
Text Example
White with #ED99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99FA; }
p { color: rgb(237,153,250); }
H1.HeaderClassName
{
color: #ED99FA;
}
.AnyTagClassName
{
color: #ED99FA;
}
</style>
background-color css
<style>
a { background-color: #ED99FA; }
a { background-color: rgb(237,153,250); }
div.DivClassName
{
background-color: #ED99FA;
}
.BgClassName
{
background-color: #ED99FA;
}
</style>
border-color css
<style>
span { border-color: #ED99FA; }
span { border-color: rgb(237,153,250); }
td.TdClassName
{
border-color: #ED99FA;
}
.TagClassName
{
border-color: #ED99FA;
}
</style>