Shades of Violet #EC8CFB
Tints of Violet #EC8CFB
RGB
CMYK
RGB Variations
Color information
#EC8CFB (or 0xEC8CFB) is known color: Violet. HEX triplet: EC, 8C and FB. RGB value is (236,140,251). Sum of RGB (Red+Green+Blue) = 236+140+251=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 140 (55.08% from 255 or 22.33% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC8CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CFB is #137304. Grayscale: #B5B5B5. Windows color (decimal): -1274629 or 16485612. OLE color: 16485612.
HSL color Cylindrical-coordinate representation of color #EC8CFB: hue angle of 291.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8CFB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 140 | 251 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.02 |
| HSL | 291.89º | 0.93% | 0.77% | - |
| HSV(B) | 291.89º | 0.44% | 0.98% | - |
| XYZ | 61.38 | 43.55 | 96.44 | - |
| YUV | 181.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 251 | 0.06 | 0.44 | 0 | 0.02 | 291.89 | 0.93 | 0.77 |
| Hex | EC | 8C | FB | 6 | 2C | 0 | 2 | 124 | 5D | 4D |
| Octal | 354 | 214 | 373 | 6 | 54 | 0 | 2 | 444 | 135 | 115 |
| Binary | 11101100 | 10001100 | 11111011 | 110 | 101100 | 0 | 10 | 100100100 | 1011101 | 1001101 |
Color Harmonies of #EC8CFB
Complementary color
Monochromatic Colors of #EC8CFB
Black with #EC8CFB
Text Example
Text Example
White with #EC8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CFB; }
p { color: rgb(236,140,251); }
H1.HeaderClassName
{
color: #EC8CFB;
}
.AnyTagClassName
{
color: #EC8CFB;
}
</style>
background-color css
<style>
a { background-color: #EC8CFB; }
a { background-color: rgb(236,140,251); }
div.DivClassName
{
background-color: #EC8CFB;
}
.BgClassName
{
background-color: #EC8CFB;
}
</style>
border-color css
<style>
span { border-color: #EC8CFB; }
span { border-color: rgb(236,140,251); }
td.TdClassName
{
border-color: #EC8CFB;
}
.TagClassName
{
border-color: #EC8CFB;
}
</style>