Shades of Violet #EC8EFB
Tints of Violet #EC8EFB
RGB
CMYK
RGB Variations
Color information
#EC8EFB (or 0xEC8EFB) is known color: Violet. HEX triplet: EC, 8E and FB. RGB value is (236,142,251). Sum of RGB (Red+Green+Blue) = 236+142+251=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 142 (55.86% from 255 or 22.58% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC8EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8EFB is #137104. Grayscale: #B6B6B6. Windows color (decimal): -1274117 or 16486124. OLE color: 16486124.
HSL color Cylindrical-coordinate representation of color #EC8EFB: hue angle of 291.74º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC8EFB is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 142 | 251 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.02 |
| HSL | 291.74º | 0.93% | 0.77% | - |
| HSV(B) | 291.74º | 0.43% | 0.98% | - |
| XYZ | 61.68 | 44.14 | 96.54 | - |
| YUV | 182.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 251 | 0.06 | 0.43 | 0 | 0.02 | 291.74 | 0.93 | 0.77 |
| Hex | EC | 8E | FB | 6 | 2B | 0 | 2 | 124 | 5D | 4D |
| Octal | 354 | 216 | 373 | 6 | 53 | 0 | 2 | 444 | 135 | 115 |
| Binary | 11101100 | 10001110 | 11111011 | 110 | 101011 | 0 | 10 | 100100100 | 1011101 | 1001101 |
Color Harmonies of #EC8EFB
Complementary color
Monochromatic Colors of #EC8EFB
Black with #EC8EFB
Text Example
Text Example
White with #EC8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8EFB; }
p { color: rgb(236,142,251); }
H1.HeaderClassName
{
color: #EC8EFB;
}
.AnyTagClassName
{
color: #EC8EFB;
}
</style>
background-color css
<style>
a { background-color: #EC8EFB; }
a { background-color: rgb(236,142,251); }
div.DivClassName
{
background-color: #EC8EFB;
}
.BgClassName
{
background-color: #EC8EFB;
}
</style>
border-color css
<style>
span { border-color: #EC8EFB; }
span { border-color: rgb(236,142,251); }
td.TdClassName
{
border-color: #EC8EFB;
}
.TagClassName
{
border-color: #EC8EFB;
}
</style>