Shades of Violet #EC88F9
Tints of Violet #EC88F9
RGB
CMYK
RGB Variations
Color information
#EC88F9 (or 0xEC88F9) is known color: Violet. HEX triplet: EC, 88 and F9. RGB value is (236,136,249). Sum of RGB (Red+Green+Blue) = 236+136+249=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 136 (53.52% from 255 or 21.90% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #EC88F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC88F9 is #137706. Grayscale: #B2B2B2. Windows color (decimal): -1275655 or 16353516. OLE color: 16353516.
HSL color Cylindrical-coordinate representation of color #EC88F9: hue angle of 293.1º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC88F9 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 136 | 249 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.02 |
| HSL | 293.1º | 0.9% | 0.75% | - |
| HSV(B) | 293.1º | 0.45% | 0.98% | - |
| XYZ | 60.5 | 42.28 | 94.6 | - |
| YUV | 178.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 249 | 0.05 | 0.45 | 0 | 0.02 | 293.1 | 0.9 | 0.75 |
| Hex | EC | 88 | F9 | 5 | 2D | 0 | 2 | 125 | 5A | 4B |
| Octal | 354 | 210 | 371 | 5 | 55 | 0 | 2 | 445 | 132 | 113 |
| Binary | 11101100 | 10001000 | 11111001 | 101 | 101101 | 0 | 10 | 100100101 | 1011010 | 1001011 |
Color Harmonies of #EC88F9
Complementary color
Monochromatic Colors of #EC88F9
Black with #EC88F9
Text Example
Text Example
White with #EC88F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88F9; }
p { color: rgb(236,136,249); }
H1.HeaderClassName
{
color: #EC88F9;
}
.AnyTagClassName
{
color: #EC88F9;
}
</style>
background-color css
<style>
a { background-color: #EC88F9; }
a { background-color: rgb(236,136,249); }
div.DivClassName
{
background-color: #EC88F9;
}
.BgClassName
{
background-color: #EC88F9;
}
</style>
border-color css
<style>
span { border-color: #EC88F9; }
span { border-color: rgb(236,136,249); }
td.TdClassName
{
border-color: #EC88F9;
}
.TagClassName
{
border-color: #EC88F9;
}
</style>