Shades of Violet #EC6FF1
Tints of Violet #EC6FF1
RGB
CMYK
RGB Variations
Color information
#EC6FF1 (or 0xEC6FF1) is known color: Violet. HEX triplet: EC, 6F and F1. RGB value is (236,111,241). Sum of RGB (Red+Green+Blue) = 236+111+241=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 111 (43.75% from 255 or 18.88% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC6FF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6FF1 is #13900E. Grayscale: #A2A2A2. Windows color (decimal): -1282063 or 15822828. OLE color: 15822828.
HSL color Cylindrical-coordinate representation of color #EC6FF1: hue angle of 297.69º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6FF1 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 111 | 241 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 297.69º | 0.82% | 0.69% | - |
| HSV(B) | 297.69º | 0.54% | 0.95% | - |
| XYZ | 56.15 | 35.55 | 87.12 | - |
| YUV | 163.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 241 | 0.02 | 0.54 | 0 | 0.05 | 297.69 | 0.82 | 0.69 |
| Hex | EC | 6F | F1 | 2 | 36 | 0 | 5 | 12A | 52 | 45 |
| Octal | 354 | 157 | 361 | 2 | 66 | 0 | 5 | 452 | 122 | 105 |
| Binary | 11101100 | 1101111 | 11110001 | 10 | 110110 | 0 | 101 | 100101010 | 1010010 | 1000101 |
Color Harmonies of #EC6FF1
Complementary color
Monochromatic Colors of #EC6FF1
Black with #EC6FF1
Text Example
Text Example
White with #EC6FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FF1; }
p { color: rgb(236,111,241); }
H1.HeaderClassName
{
color: #EC6FF1;
}
.AnyTagClassName
{
color: #EC6FF1;
}
</style>
background-color css
<style>
a { background-color: #EC6FF1; }
a { background-color: rgb(236,111,241); }
div.DivClassName
{
background-color: #EC6FF1;
}
.BgClassName
{
background-color: #EC6FF1;
}
</style>
border-color css
<style>
span { border-color: #EC6FF1; }
span { border-color: rgb(236,111,241); }
td.TdClassName
{
border-color: #EC6FF1;
}
.TagClassName
{
border-color: #EC6FF1;
}
</style>