Shades of Violet #ED88ED
Tints of Violet #ED88ED
RGB
CMYK
RGB Variations
Color information
#ED88ED (or 0xED88ED) is known color: Violet. HEX triplet: ED, 88 and ED. RGB value is (237,136,237). Sum of RGB (Red+Green+Blue) = 237+136+237=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED88ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED88ED is #127712. Grayscale: #B1B1B1. Windows color (decimal): -1210131 or 15567085. OLE color: 15567085.
HSL color Cylindrical-coordinate representation of color #ED88ED: hue angle of 300º 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 #ED88ED is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 237 | - |
| CMYK | 0 | 0.43 | 0 | 0.07 |
| HSL | 300º | 0.74% | 0.73% | - |
| HSV(B) | 300º | 0.43% | 0.93% | - |
| XYZ | 59.02 | 41.73 | 85.06 | - |
| YUV | 177.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 237 | 0 | 0.43 | 0 | 0.07 | 300 | 0.74 | 0.73 |
| Hex | ED | 88 | ED | 0 | 2B | 0 | 7 | 12C | 4A | 49 |
| Octal | 355 | 210 | 355 | 0 | 53 | 0 | 7 | 454 | 112 | 111 |
| Binary | 11101101 | 10001000 | 11101101 | 0 | 101011 | 0 | 111 | 100101100 | 1001010 | 1001001 |
Color Harmonies of #ED88ED
Complementary color
Monochromatic Colors of #ED88ED
Black with #ED88ED
Text Example
Text Example
White with #ED88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88ED; }
p { color: rgb(237,136,237); }
H1.HeaderClassName
{
color: #ED88ED;
}
.AnyTagClassName
{
color: #ED88ED;
}
</style>
background-color css
<style>
a { background-color: #ED88ED; }
a { background-color: rgb(237,136,237); }
div.DivClassName
{
background-color: #ED88ED;
}
.BgClassName
{
background-color: #ED88ED;
}
</style>
border-color css
<style>
span { border-color: #ED88ED; }
span { border-color: rgb(237,136,237); }
td.TdClassName
{
border-color: #ED88ED;
}
.TagClassName
{
border-color: #ED88ED;
}
</style>