Shades of Violet #EC6BF1
Tints of Violet #EC6BF1
RGB
CMYK
RGB Variations
Color information
#EC6BF1 (or 0xEC6BF1) is known color: Violet. HEX triplet: EC, 6B and F1. RGB value is (236,107,241). Sum of RGB (Red+Green+Blue) = 236+107+241=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 107 (42.19% from 255 or 18.32% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC6BF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BF1 is #13940E. Grayscale: #A0A0A0. Windows color (decimal): -1283087 or 15821804. OLE color: 15821804.
HSL color Cylindrical-coordinate representation of color #EC6BF1: hue angle of 297.76º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC6BF1 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 107 | 241 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.05 |
| HSL | 297.76º | 0.83% | 0.68% | - |
| HSV(B) | 297.76º | 0.56% | 0.95% | - |
| XYZ | 55.73 | 34.7 | 86.98 | - |
| YUV | 160.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 241 | 0.02 | 0.56 | 0 | 0.05 | 297.76 | 0.83 | 0.68 |
| Hex | EC | 6B | F1 | 2 | 38 | 0 | 5 | 12A | 53 | 44 |
| Octal | 354 | 153 | 361 | 2 | 70 | 0 | 5 | 452 | 123 | 104 |
| Binary | 11101100 | 1101011 | 11110001 | 10 | 111000 | 0 | 101 | 100101010 | 1010011 | 1000100 |
Color Harmonies of #EC6BF1
Complementary color
Monochromatic Colors of #EC6BF1
Black with #EC6BF1
Text Example
Text Example
White with #EC6BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BF1; }
p { color: rgb(236,107,241); }
H1.HeaderClassName
{
color: #EC6BF1;
}
.AnyTagClassName
{
color: #EC6BF1;
}
</style>
background-color css
<style>
a { background-color: #EC6BF1; }
a { background-color: rgb(236,107,241); }
div.DivClassName
{
background-color: #EC6BF1;
}
.BgClassName
{
background-color: #EC6BF1;
}
</style>
border-color css
<style>
span { border-color: #EC6BF1; }
span { border-color: rgb(236,107,241); }
td.TdClassName
{
border-color: #EC6BF1;
}
.TagClassName
{
border-color: #EC6BF1;
}
</style>