Shades of Violet #ED95EC
Tints of Violet #ED95EC
RGB
CMYK
RGB Variations
Color information
#ED95EC (or 0xED95EC) is known color: Violet. HEX triplet: ED, 95 and EC. RGB value is (237,149,236). Sum of RGB (Red+Green+Blue) = 237+149+236=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 149 (58.59% from 255 or 23.95% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED95EC is #126A13. Grayscale: #B8B8B8. Windows color (decimal): -1206804 or 15504877. OLE color: 15504877.
HSL color Cylindrical-coordinate representation of color #ED95EC: hue angle of 300.68º 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 #ED95EC is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 236 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.07 |
| HSL | 300.68º | 0.71% | 0.76% | - |
| HSV(B) | 300.68º | 0.37% | 0.93% | - |
| XYZ | 60.81 | 45.56 | 84.94 | - |
| YUV | 185.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 236 | 0 | 0.37 | 0.00 | 0.07 | 300.68 | 0.71 | 0.76 |
| Hex | ED | 95 | EC | 0 | 25 | 0 | 7 | 12D | 47 | 4C |
| Octal | 355 | 225 | 354 | 0 | 45 | 0 | 7 | 455 | 107 | 114 |
| Binary | 11101101 | 10010101 | 11101100 | 0 | 100101 | 0 | 111 | 100101101 | 1000111 | 1001100 |
Color Harmonies of #ED95EC
Complementary color
Monochromatic Colors of #ED95EC
Black with #ED95EC
Text Example
Text Example
White with #ED95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95EC; }
p { color: rgb(237,149,236); }
H1.HeaderClassName
{
color: #ED95EC;
}
.AnyTagClassName
{
color: #ED95EC;
}
</style>
background-color css
<style>
a { background-color: #ED95EC; }
a { background-color: rgb(237,149,236); }
div.DivClassName
{
background-color: #ED95EC;
}
.BgClassName
{
background-color: #ED95EC;
}
</style>
border-color css
<style>
span { border-color: #ED95EC; }
span { border-color: rgb(237,149,236); }
td.TdClassName
{
border-color: #ED95EC;
}
.TagClassName
{
border-color: #ED95EC;
}
</style>