Shades of Violet #ED96EE
Tints of Violet #ED96EE
RGB
CMYK
RGB Variations
Color information
#ED96EE (or 0xED96EE) is known color: Violet. HEX triplet: ED, 96 and EE. RGB value is (237,150,238). Sum of RGB (Red+Green+Blue) = 237+150+238=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96EE is #126911. Grayscale: #B9B9B9. Windows color (decimal): -1206546 or 15636205. OLE color: 15636205.
HSL color Cylindrical-coordinate representation of color #ED96EE: hue angle of 299.32º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED96EE is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 238 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.07 |
| HSL | 299.32º | 0.72% | 0.76% | - |
| HSV(B) | 299.32º | 0.37% | 0.93% | - |
| XYZ | 61.26 | 45.99 | 86.54 | - |
| YUV | 186.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 238 | 0.00 | 0.37 | 0 | 0.07 | 299.32 | 0.72 | 0.76 |
| Hex | ED | 96 | EE | 0 | 25 | 0 | 7 | 12B | 48 | 4C |
| Octal | 355 | 226 | 356 | 0 | 45 | 0 | 7 | 453 | 110 | 114 |
| Binary | 11101101 | 10010110 | 11101110 | 0 | 100101 | 0 | 111 | 100101011 | 1001000 | 1001100 |
Color Harmonies of #ED96EE
Complementary color
Monochromatic Colors of #ED96EE
Black with #ED96EE
Text Example
Text Example
White with #ED96EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96EE; }
p { color: rgb(237,150,238); }
H1.HeaderClassName
{
color: #ED96EE;
}
.AnyTagClassName
{
color: #ED96EE;
}
</style>
background-color css
<style>
a { background-color: #ED96EE; }
a { background-color: rgb(237,150,238); }
div.DivClassName
{
background-color: #ED96EE;
}
.BgClassName
{
background-color: #ED96EE;
}
</style>
border-color css
<style>
span { border-color: #ED96EE; }
span { border-color: rgb(237,150,238); }
td.TdClassName
{
border-color: #ED96EE;
}
.TagClassName
{
border-color: #ED96EE;
}
</style>