Shades of Violet #EC8BFC
Tints of Violet #EC8BFC
RGB
CMYK
RGB Variations
Color information
#EC8BFC (or 0xEC8BFC) is known color: Violet. HEX triplet: EC, 8B and FC. RGB value is (236,139,252). Sum of RGB (Red+Green+Blue) = 236+139+252=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 139 (54.69% from 255 or 22.17% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC8BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BFC is #137403. Grayscale: #B4B4B4. Windows color (decimal): -1274884 or 16550892. OLE color: 16550892.
HSL color Cylindrical-coordinate representation of color #EC8BFC: hue angle of 291.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8BFC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 139 | 252 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.01 |
| HSL | 291.5º | 0.95% | 0.77% | - |
| HSV(B) | 291.5º | 0.45% | 0.99% | - |
| XYZ | 61.4 | 43.33 | 97.22 | - |
| YUV | 180.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 252 | 0.06 | 0.45 | 0 | 0.01 | 291.5 | 0.95 | 0.77 |
| Hex | EC | 8B | FC | 6 | 2D | 0 | 1 | 124 | 5F | 4D |
| Octal | 354 | 213 | 374 | 6 | 55 | 0 | 1 | 444 | 137 | 115 |
| Binary | 11101100 | 10001011 | 11111100 | 110 | 101101 | 0 | 1 | 100100100 | 1011111 | 1001101 |
Color Harmonies of #EC8BFC
Complementary color
Monochromatic Colors of #EC8BFC
Black with #EC8BFC
Text Example
Text Example
White with #EC8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BFC; }
p { color: rgb(236,139,252); }
H1.HeaderClassName
{
color: #EC8BFC;
}
.AnyTagClassName
{
color: #EC8BFC;
}
</style>
background-color css
<style>
a { background-color: #EC8BFC; }
a { background-color: rgb(236,139,252); }
div.DivClassName
{
background-color: #EC8BFC;
}
.BgClassName
{
background-color: #EC8BFC;
}
</style>
border-color css
<style>
span { border-color: #EC8BFC; }
span { border-color: rgb(236,139,252); }
td.TdClassName
{
border-color: #EC8BFC;
}
.TagClassName
{
border-color: #EC8BFC;
}
</style>