Shades of Violet #ED88F1
Tints of Violet #ED88F1
RGB
CMYK
RGB Variations
Color information
#ED88F1 (or 0xED88F1) is known color: Violet. HEX triplet: ED, 88 and F1. RGB value is (237,136,241). Sum of RGB (Red+Green+Blue) = 237+136+241=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED88F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED88F1 is #12770E. Grayscale: #B1B1B1. Windows color (decimal): -1210127 or 15829229. OLE color: 15829229.
HSL color Cylindrical-coordinate representation of color #ED88F1: hue angle of 297.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED88F1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 136 | 241 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.05 |
| HSL | 297.71º | 0.79% | 0.74% | - |
| HSV(B) | 297.71º | 0.44% | 0.95% | - |
| XYZ | 59.61 | 41.96 | 88.18 | - |
| YUV | 178.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 241 | 0.02 | 0.44 | 0 | 0.05 | 297.71 | 0.79 | 0.74 |
| Hex | ED | 88 | F1 | 2 | 2C | 0 | 5 | 12A | 4F | 4A |
| Octal | 355 | 210 | 361 | 2 | 54 | 0 | 5 | 452 | 117 | 112 |
| Binary | 11101101 | 10001000 | 11110001 | 10 | 101100 | 0 | 101 | 100101010 | 1001111 | 1001010 |
Color Harmonies of #ED88F1
Complementary color
Monochromatic Colors of #ED88F1
Black with #ED88F1
Text Example
Text Example
White with #ED88F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88F1; }
p { color: rgb(237,136,241); }
H1.HeaderClassName
{
color: #ED88F1;
}
.AnyTagClassName
{
color: #ED88F1;
}
</style>
background-color css
<style>
a { background-color: #ED88F1; }
a { background-color: rgb(237,136,241); }
div.DivClassName
{
background-color: #ED88F1;
}
.BgClassName
{
background-color: #ED88F1;
}
</style>
border-color css
<style>
span { border-color: #ED88F1; }
span { border-color: rgb(237,136,241); }
td.TdClassName
{
border-color: #ED88F1;
}
.TagClassName
{
border-color: #ED88F1;
}
</style>