Shades of Violet #EC88F2
Tints of Violet #EC88F2
RGB
CMYK
RGB Variations
Color information
#EC88F2 (or 0xEC88F2) is known color: Violet. HEX triplet: EC, 88 and F2. RGB value is (236,136,242). Sum of RGB (Red+Green+Blue) = 236+136+242=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC88F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC88F2 is #13770D. Grayscale: #B1B1B1. Windows color (decimal): -1275662 or 15894764. OLE color: 15894764.
HSL color Cylindrical-coordinate representation of color #EC88F2: hue angle of 296.6º degrees, saturation: 0.8, 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 #EC88F2 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 136 | 242 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.05 |
| HSL | 296.6º | 0.8% | 0.74% | - |
| HSV(B) | 296.6º | 0.44% | 0.95% | - |
| XYZ | 59.42 | 41.85 | 88.95 | - |
| YUV | 177.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 242 | 0.02 | 0.44 | 0 | 0.05 | 296.6 | 0.8 | 0.74 |
| Hex | EC | 88 | F2 | 2 | 2C | 0 | 5 | 129 | 50 | 4A |
| Octal | 354 | 210 | 362 | 2 | 54 | 0 | 5 | 451 | 120 | 112 |
| Binary | 11101100 | 10001000 | 11110010 | 10 | 101100 | 0 | 101 | 100101001 | 1010000 | 1001010 |
Color Harmonies of #EC88F2
Complementary color
Monochromatic Colors of #EC88F2
Black with #EC88F2
Text Example
Text Example
White with #EC88F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88F2; }
p { color: rgb(236,136,242); }
H1.HeaderClassName
{
color: #EC88F2;
}
.AnyTagClassName
{
color: #EC88F2;
}
</style>
background-color css
<style>
a { background-color: #EC88F2; }
a { background-color: rgb(236,136,242); }
div.DivClassName
{
background-color: #EC88F2;
}
.BgClassName
{
background-color: #EC88F2;
}
</style>
border-color css
<style>
span { border-color: #EC88F2; }
span { border-color: rgb(236,136,242); }
td.TdClassName
{
border-color: #EC88F2;
}
.TagClassName
{
border-color: #EC88F2;
}
</style>