Shades of Violet #EC88F8
Tints of Violet #EC88F8
RGB
CMYK
RGB Variations
Color information
#EC88F8 (or 0xEC88F8) is known color: Violet. HEX triplet: EC, 88 and F8. RGB value is (236,136,248). Sum of RGB (Red+Green+Blue) = 236+136+248=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 136 (53.52% from 255 or 21.94% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC88F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC88F8 is #137707. Grayscale: #B2B2B2. Windows color (decimal): -1275656 or 16287980. OLE color: 16287980.
HSL color Cylindrical-coordinate representation of color #EC88F8: hue angle of 293.57º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC88F8 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 136 | 248 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.03 |
| HSL | 293.57º | 0.89% | 0.75% | - |
| HSV(B) | 293.57º | 0.45% | 0.97% | - |
| XYZ | 60.34 | 42.22 | 93.78 | - |
| YUV | 178.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 248 | 0.05 | 0.45 | 0 | 0.03 | 293.57 | 0.89 | 0.75 |
| Hex | EC | 88 | F8 | 5 | 2D | 0 | 3 | 126 | 59 | 4B |
| Octal | 354 | 210 | 370 | 5 | 55 | 0 | 3 | 446 | 131 | 113 |
| Binary | 11101100 | 10001000 | 11111000 | 101 | 101101 | 0 | 11 | 100100110 | 1011001 | 1001011 |
Color Harmonies of #EC88F8
Complementary color
Monochromatic Colors of #EC88F8
Black with #EC88F8
Text Example
Text Example
White with #EC88F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC88F8; }
p { color: rgb(236,136,248); }
H1.HeaderClassName
{
color: #EC88F8;
}
.AnyTagClassName
{
color: #EC88F8;
}
</style>
background-color css
<style>
a { background-color: #EC88F8; }
a { background-color: rgb(236,136,248); }
div.DivClassName
{
background-color: #EC88F8;
}
.BgClassName
{
background-color: #EC88F8;
}
</style>
border-color css
<style>
span { border-color: #EC88F8; }
span { border-color: rgb(236,136,248); }
td.TdClassName
{
border-color: #EC88F8;
}
.TagClassName
{
border-color: #EC88F8;
}
</style>