Shades of Violet #ED88EC
Tints of Violet #ED88EC
RGB
CMYK
RGB Variations
Color information
#ED88EC (or 0xED88EC) is known color: Violet. HEX triplet: ED, 88 and EC. RGB value is (237,136,236). Sum of RGB (Red+Green+Blue) = 237+136+236=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 136 (53.52% from 255 or 22.33% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED88EC is #127713. Grayscale: #B1B1B1. Windows color (decimal): -1210132 or 15501549. OLE color: 15501549.
HSL color Cylindrical-coordinate representation of color #ED88EC: hue angle of 300.59º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED88EC is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 236 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.07 |
| HSL | 300.59º | 0.74% | 0.73% | - |
| HSV(B) | 300.59º | 0.43% | 0.93% | - |
| XYZ | 58.87 | 41.67 | 84.3 | - |
| YUV | 177.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 236 | 0 | 0.43 | 0.00 | 0.07 | 300.59 | 0.74 | 0.73 |
| Hex | ED | 88 | EC | 0 | 2B | 0 | 7 | 12D | 4A | 49 |
| Octal | 355 | 210 | 354 | 0 | 53 | 0 | 7 | 455 | 112 | 111 |
| Binary | 11101101 | 10001000 | 11101100 | 0 | 101011 | 0 | 111 | 100101101 | 1001010 | 1001001 |
Color Harmonies of #ED88EC
Complementary color
Monochromatic Colors of #ED88EC
Black with #ED88EC
Text Example
Text Example
White with #ED88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88EC; }
p { color: rgb(237,136,236); }
H1.HeaderClassName
{
color: #ED88EC;
}
.AnyTagClassName
{
color: #ED88EC;
}
</style>
background-color css
<style>
a { background-color: #ED88EC; }
a { background-color: rgb(237,136,236); }
div.DivClassName
{
background-color: #ED88EC;
}
.BgClassName
{
background-color: #ED88EC;
}
</style>
border-color css
<style>
span { border-color: #ED88EC; }
span { border-color: rgb(237,136,236); }
td.TdClassName
{
border-color: #ED88EC;
}
.TagClassName
{
border-color: #ED88EC;
}
</style>