Shades of Violet #EC87FE
Tints of Violet #EC87FE
RGB
CMYK
RGB Variations
Color information
#EC87FE (or 0xEC87FE) is known color: Violet. HEX triplet: EC, 87 and FE. RGB value is (236,135,254). Sum of RGB (Red+Green+Blue) = 236+135+254=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 135 (53.12% from 255 or 21.6% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #EC87FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC87FE is #137801. Grayscale: #B2B2B2. Windows color (decimal): -1275906 or 16680940. OLE color: 16680940.
HSL color Cylindrical-coordinate representation of color #EC87FE: hue angle of 290.92º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC87FE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 135 | 254 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.00 |
| HSL | 290.92º | 0.98% | 0.76% | - |
| HSV(B) | 290.92º | 0.47% | 1% | - |
| XYZ | 61.15 | 42.32 | 98.71 | - |
| YUV | 178.77 | 170.46 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 254 | 0.07 | 0.47 | 0 | 0.00 | 290.92 | 0.98 | 0.76 |
| Hex | EC | 87 | FE | 7 | 2F | 0 | 0 | 123 | 62 | 4C |
| Octal | 354 | 207 | 376 | 7 | 57 | 0 | 0 | 443 | 142 | 114 |
| Binary | 11101100 | 10000111 | 11111110 | 111 | 101111 | 0 | 0 | 100100011 | 1100010 | 1001100 |
Color Harmonies of #EC87FE
Complementary color
Monochromatic Colors of #EC87FE
Black with #EC87FE
Text Example
Text Example
White with #EC87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87FE; }
p { color: rgb(236,135,254); }
H1.HeaderClassName
{
color: #EC87FE;
}
.AnyTagClassName
{
color: #EC87FE;
}
</style>
background-color css
<style>
a { background-color: #EC87FE; }
a { background-color: rgb(236,135,254); }
div.DivClassName
{
background-color: #EC87FE;
}
.BgClassName
{
background-color: #EC87FE;
}
</style>
border-color css
<style>
span { border-color: #EC87FE; }
span { border-color: rgb(236,135,254); }
td.TdClassName
{
border-color: #EC87FE;
}
.TagClassName
{
border-color: #EC87FE;
}
</style>