Shades of Violet #ED96F2
Tints of Violet #ED96F2
RGB
CMYK
RGB Variations
Color information
#ED96F2 (or 0xED96F2) is known color: Violet. HEX triplet: ED, 96 and F2. RGB value is (237,150,242). Sum of RGB (Red+Green+Blue) = 237+150+242=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 150 (58.98% from 255 or 23.85% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED96F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96F2 is #12690D. Grayscale: #BABABA. Windows color (decimal): -1206542 or 15898349. OLE color: 15898349.
HSL color Cylindrical-coordinate representation of color #ED96F2: hue angle of 296.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED96F2 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 150 | 242 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.05 |
| HSL | 296.74º | 0.78% | 0.77% | - |
| HSV(B) | 296.74º | 0.38% | 0.95% | - |
| XYZ | 61.86 | 46.23 | 89.67 | - |
| YUV | 186.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 242 | 0.02 | 0.38 | 0 | 0.05 | 296.74 | 0.78 | 0.77 |
| Hex | ED | 96 | F2 | 2 | 26 | 0 | 5 | 129 | 4E | 4D |
| Octal | 355 | 226 | 362 | 2 | 46 | 0 | 5 | 451 | 116 | 115 |
| Binary | 11101101 | 10010110 | 11110010 | 10 | 100110 | 0 | 101 | 100101001 | 1001110 | 1001101 |
Color Harmonies of #ED96F2
Complementary color
Monochromatic Colors of #ED96F2
Black with #ED96F2
Text Example
Text Example
White with #ED96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96F2; }
p { color: rgb(237,150,242); }
H1.HeaderClassName
{
color: #ED96F2;
}
.AnyTagClassName
{
color: #ED96F2;
}
</style>
background-color css
<style>
a { background-color: #ED96F2; }
a { background-color: rgb(237,150,242); }
div.DivClassName
{
background-color: #ED96F2;
}
.BgClassName
{
background-color: #ED96F2;
}
</style>
border-color css
<style>
span { border-color: #ED96F2; }
span { border-color: rgb(237,150,242); }
td.TdClassName
{
border-color: #ED96F2;
}
.TagClassName
{
border-color: #ED96F2;
}
</style>