Shades of Violet #ED96EA
Tints of Violet #ED96EA
RGB
CMYK
RGB Variations
Color information
#ED96EA (or 0xED96EA) is known color: Violet. HEX triplet: ED, 96 and EA. RGB value is (237,150,234). Sum of RGB (Red+Green+Blue) = 237+150+234=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED96EA is #126915. Grayscale: #B9B9B9. Windows color (decimal): -1206550 or 15374061. OLE color: 15374061.
HSL color Cylindrical-coordinate representation of color #ED96EA: hue angle of 302.07º degrees, saturation: 0.71, 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 #ED96EA is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 234 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.07 |
| HSL | 302.07º | 0.71% | 0.76% | - |
| HSV(B) | 302.07º | 0.37% | 0.93% | - |
| XYZ | 60.68 | 45.76 | 83.48 | - |
| YUV | 185.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 234 | 0 | 0.37 | 0.01 | 0.07 | 302.07 | 0.71 | 0.76 |
| Hex | ED | 96 | EA | 0 | 25 | 1 | 7 | 12E | 47 | 4C |
| Octal | 355 | 226 | 352 | 0 | 45 | 1 | 7 | 456 | 107 | 114 |
| Binary | 11101101 | 10010110 | 11101010 | 0 | 100101 | 1 | 111 | 100101110 | 1000111 | 1001100 |
Color Harmonies of #ED96EA
Complementary color
Monochromatic Colors of #ED96EA
Black with #ED96EA
Text Example
Text Example
White with #ED96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96EA; }
p { color: rgb(237,150,234); }
H1.HeaderClassName
{
color: #ED96EA;
}
.AnyTagClassName
{
color: #ED96EA;
}
</style>
background-color css
<style>
a { background-color: #ED96EA; }
a { background-color: rgb(237,150,234); }
div.DivClassName
{
background-color: #ED96EA;
}
.BgClassName
{
background-color: #ED96EA;
}
</style>
border-color css
<style>
span { border-color: #ED96EA; }
span { border-color: rgb(237,150,234); }
td.TdClassName
{
border-color: #ED96EA;
}
.TagClassName
{
border-color: #ED96EA;
}
</style>