Shades of Violet #EC6FF2
Tints of Violet #EC6FF2
RGB
CMYK
RGB Variations
Color information
#EC6FF2 (or 0xEC6FF2) is known color: Violet. HEX triplet: EC, 6F and F2. RGB value is (236,111,242). Sum of RGB (Red+Green+Blue) = 236+111+242=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC6FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6FF2 is #13900D. Grayscale: #A2A2A2. Windows color (decimal): -1282062 or 15888364. OLE color: 15888364.
HSL color Cylindrical-coordinate representation of color #EC6FF2: hue angle of 297.25º degrees, saturation: 0.83, 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 #EC6FF2 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 111 | 242 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.05 |
| HSL | 297.25º | 0.83% | 0.69% | - |
| HSV(B) | 297.25º | 0.54% | 0.95% | - |
| XYZ | 56.3 | 35.61 | 87.91 | - |
| YUV | 163.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 242 | 0.02 | 0.54 | 0 | 0.05 | 297.25 | 0.83 | 0.69 |
| Hex | EC | 6F | F2 | 2 | 36 | 0 | 5 | 129 | 53 | 45 |
| Octal | 354 | 157 | 362 | 2 | 66 | 0 | 5 | 451 | 123 | 105 |
| Binary | 11101100 | 1101111 | 11110010 | 10 | 110110 | 0 | 101 | 100101001 | 1010011 | 1000101 |
Color Harmonies of #EC6FF2
Complementary color
Monochromatic Colors of #EC6FF2
Black with #EC6FF2
Text Example
Text Example
White with #EC6FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6FF2; }
p { color: rgb(236,111,242); }
H1.HeaderClassName
{
color: #EC6FF2;
}
.AnyTagClassName
{
color: #EC6FF2;
}
</style>
background-color css
<style>
a { background-color: #EC6FF2; }
a { background-color: rgb(236,111,242); }
div.DivClassName
{
background-color: #EC6FF2;
}
.BgClassName
{
background-color: #EC6FF2;
}
</style>
border-color css
<style>
span { border-color: #EC6FF2; }
span { border-color: rgb(236,111,242); }
td.TdClassName
{
border-color: #EC6FF2;
}
.TagClassName
{
border-color: #EC6FF2;
}
</style>