Shades of Violet #EC87FF
Tints of Violet #EC87FF
RGB
CMYK
RGB Variations
Color information
#EC87FF (or 0xEC87FF) is known color: Violet. HEX triplet: EC, 87 and FF. RGB value is (236,135,255). Sum of RGB (Red+Green+Blue) = 236+135+255=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 135 (53.12% from 255 or 21.57% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC87FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC87FF is #137800. Grayscale: #B2B2B2. Windows color (decimal): -1275905 or 16746476. OLE color: 16746476.
HSL color Cylindrical-coordinate representation of color #EC87FF: hue angle of 290.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC87FF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 135 | 255 | - |
| CMYK | 0.07 | 0.47 | 0 | 0 |
| HSL | 290.5º | 1% | 0.76% | - |
| HSV(B) | 290.5º | 0.47% | 1% | - |
| XYZ | 61.31 | 42.38 | 99.56 | - |
| YUV | 178.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 255 | 0.07 | 0.47 | 0 | 0 | 290.5 | 1 | 0.76 |
| Hex | EC | 87 | FF | 7 | 2F | 0 | 0 | 122 | 64 | 4C |
| Octal | 354 | 207 | 377 | 7 | 57 | 0 | 0 | 442 | 144 | 114 |
| Binary | 11101100 | 10000111 | 11111111 | 111 | 101111 | 0 | 0 | 100100010 | 1100100 | 1001100 |
Color Harmonies of #EC87FF
Complementary color
Monochromatic Colors of #EC87FF
Black with #EC87FF
Text Example
Text Example
White with #EC87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC87FF; }
p { color: rgb(236,135,255); }
H1.HeaderClassName
{
color: #EC87FF;
}
.AnyTagClassName
{
color: #EC87FF;
}
</style>
background-color css
<style>
a { background-color: #EC87FF; }
a { background-color: rgb(236,135,255); }
div.DivClassName
{
background-color: #EC87FF;
}
.BgClassName
{
background-color: #EC87FF;
}
</style>
border-color css
<style>
span { border-color: #EC87FF; }
span { border-color: rgb(236,135,255); }
td.TdClassName
{
border-color: #EC87FF;
}
.TagClassName
{
border-color: #EC87FF;
}
</style>