Shades of Violet #EC8CF1
Tints of Violet #EC8CF1
RGB
CMYK
RGB Variations
Color information
#EC8CF1 (or 0xEC8CF1) is known color: Violet. HEX triplet: EC, 8C and F1. RGB value is (236,140,241). Sum of RGB (Red+Green+Blue) = 236+140+241=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 140 (55.08% from 255 or 22.69% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC8CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CF1 is #13730E. Grayscale: #B3B3B3. Windows color (decimal): -1274639 or 15830252. OLE color: 15830252.
HSL color Cylindrical-coordinate representation of color #EC8CF1: hue angle of 297.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8CF1 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 140 | 241 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.05 |
| HSL | 297.03º | 0.78% | 0.75% | - |
| HSV(B) | 297.03º | 0.42% | 0.95% | - |
| XYZ | 59.85 | 42.94 | 88.35 | - |
| YUV | 180.22 | 162.3 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 241 | 0.02 | 0.42 | 0 | 0.05 | 297.03 | 0.78 | 0.75 |
| Hex | EC | 8C | F1 | 2 | 2A | 0 | 5 | 129 | 4E | 4B |
| Octal | 354 | 214 | 361 | 2 | 52 | 0 | 5 | 451 | 116 | 113 |
| Binary | 11101100 | 10001100 | 11110001 | 10 | 101010 | 0 | 101 | 100101001 | 1001110 | 1001011 |
Color Harmonies of #EC8CF1
Complementary color
Monochromatic Colors of #EC8CF1
Black with #EC8CF1
Text Example
Text Example
White with #EC8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CF1; }
p { color: rgb(236,140,241); }
H1.HeaderClassName
{
color: #EC8CF1;
}
.AnyTagClassName
{
color: #EC8CF1;
}
</style>
background-color css
<style>
a { background-color: #EC8CF1; }
a { background-color: rgb(236,140,241); }
div.DivClassName
{
background-color: #EC8CF1;
}
.BgClassName
{
background-color: #EC8CF1;
}
</style>
border-color css
<style>
span { border-color: #EC8CF1; }
span { border-color: rgb(236,140,241); }
td.TdClassName
{
border-color: #EC8CF1;
}
.TagClassName
{
border-color: #EC8CF1;
}
</style>