Shades of Violet #ED96FE
Tints of Violet #ED96FE
RGB
CMYK
RGB Variations
Color information
#ED96FE (or 0xED96FE) is known color: Violet. HEX triplet: ED, 96 and FE. RGB value is (237,150,254). Sum of RGB (Red+Green+Blue) = 237+150+254=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED96FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96FE is #126901. Grayscale: #BBBBBB. Windows color (decimal): -1206530 or 16684781. OLE color: 16684781.
HSL color Cylindrical-coordinate representation of color #ED96FE: hue angle of 290.19º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED96FE is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 150 | 254 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.00 |
| HSL | 290.19º | 0.98% | 0.79% | - |
| HSV(B) | 290.19º | 0.41% | 1% | - |
| XYZ | 63.72 | 46.97 | 99.47 | - |
| YUV | 187.87 | 165.32 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 254 | 0.07 | 0.41 | 0 | 0.00 | 290.19 | 0.98 | 0.79 |
| Hex | ED | 96 | FE | 7 | 29 | 0 | 0 | 122 | 62 | 4F |
| Octal | 355 | 226 | 376 | 7 | 51 | 0 | 0 | 442 | 142 | 117 |
| Binary | 11101101 | 10010110 | 11111110 | 111 | 101001 | 0 | 0 | 100100010 | 1100010 | 1001111 |
Color Harmonies of #ED96FE
Complementary color
Monochromatic Colors of #ED96FE
Black with #ED96FE
Text Example
Text Example
White with #ED96FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96FE; }
p { color: rgb(237,150,254); }
H1.HeaderClassName
{
color: #ED96FE;
}
.AnyTagClassName
{
color: #ED96FE;
}
</style>
background-color css
<style>
a { background-color: #ED96FE; }
a { background-color: rgb(237,150,254); }
div.DivClassName
{
background-color: #ED96FE;
}
.BgClassName
{
background-color: #ED96FE;
}
</style>
border-color css
<style>
span { border-color: #ED96FE; }
span { border-color: rgb(237,150,254); }
td.TdClassName
{
border-color: #ED96FE;
}
.TagClassName
{
border-color: #ED96FE;
}
</style>