Shades of Violet #EC8BFB
Tints of Violet #EC8BFB
RGB
CMYK
RGB Variations
Color information
#EC8BFB (or 0xEC8BFB) is known color: Violet. HEX triplet: EC, 8B and FB. RGB value is (236,139,251). Sum of RGB (Red+Green+Blue) = 236+139+251=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 139 (54.69% from 255 or 22.20% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC8BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BFB is #137404. Grayscale: #B4B4B4. Windows color (decimal): -1274885 or 16485356. OLE color: 16485356.
HSL color Cylindrical-coordinate representation of color #EC8BFB: hue angle of 291.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8BFB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 139 | 251 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.02 |
| HSL | 291.96º | 0.93% | 0.76% | - |
| HSV(B) | 291.96º | 0.45% | 0.98% | - |
| XYZ | 61.24 | 43.26 | 96.39 | - |
| YUV | 180.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 251 | 0.06 | 0.45 | 0 | 0.02 | 291.96 | 0.93 | 0.76 |
| Hex | EC | 8B | FB | 6 | 2D | 0 | 2 | 124 | 5D | 4C |
| Octal | 354 | 213 | 373 | 6 | 55 | 0 | 2 | 444 | 135 | 114 |
| Binary | 11101100 | 10001011 | 11111011 | 110 | 101101 | 0 | 10 | 100100100 | 1011101 | 1001100 |
Color Harmonies of #EC8BFB
Complementary color
Monochromatic Colors of #EC8BFB
Black with #EC8BFB
Text Example
Text Example
White with #EC8BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BFB; }
p { color: rgb(236,139,251); }
H1.HeaderClassName
{
color: #EC8BFB;
}
.AnyTagClassName
{
color: #EC8BFB;
}
</style>
background-color css
<style>
a { background-color: #EC8BFB; }
a { background-color: rgb(236,139,251); }
div.DivClassName
{
background-color: #EC8BFB;
}
.BgClassName
{
background-color: #EC8BFB;
}
</style>
border-color css
<style>
span { border-color: #EC8BFB; }
span { border-color: rgb(236,139,251); }
td.TdClassName
{
border-color: #EC8BFB;
}
.TagClassName
{
border-color: #EC8BFB;
}
</style>