Shades of Violet #EC6CF2
Tints of Violet #EC6CF2
RGB
CMYK
RGB Variations
Color information
#EC6CF2 (or 0xEC6CF2) is known color: Violet. HEX triplet: EC, 6C and F2. RGB value is (236,108,242). Sum of RGB (Red+Green+Blue) = 236+108+242=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 108 (42.58% from 255 or 18.43% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC6CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CF2 is #13930D. Grayscale: #A1A1A1. Windows color (decimal): -1282830 or 15887596. OLE color: 15887596.
HSL color Cylindrical-coordinate representation of color #EC6CF2: hue angle of 297.31º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6CF2 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 108 | 242 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.05 |
| HSL | 297.31º | 0.84% | 0.69% | - |
| HSV(B) | 297.31º | 0.55% | 0.95% | - |
| XYZ | 55.98 | 34.97 | 87.8 | - |
| YUV | 161.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 242 | 0.02 | 0.55 | 0 | 0.05 | 297.31 | 0.84 | 0.69 |
| Hex | EC | 6C | F2 | 2 | 37 | 0 | 5 | 129 | 54 | 45 |
| Octal | 354 | 154 | 362 | 2 | 67 | 0 | 5 | 451 | 124 | 105 |
| Binary | 11101100 | 1101100 | 11110010 | 10 | 110111 | 0 | 101 | 100101001 | 1010100 | 1000101 |
Color Harmonies of #EC6CF2
Complementary color
Monochromatic Colors of #EC6CF2
Black with #EC6CF2
Text Example
Text Example
White with #EC6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CF2; }
p { color: rgb(236,108,242); }
H1.HeaderClassName
{
color: #EC6CF2;
}
.AnyTagClassName
{
color: #EC6CF2;
}
</style>
background-color css
<style>
a { background-color: #EC6CF2; }
a { background-color: rgb(236,108,242); }
div.DivClassName
{
background-color: #EC6CF2;
}
.BgClassName
{
background-color: #EC6CF2;
}
</style>
border-color css
<style>
span { border-color: #EC6CF2; }
span { border-color: rgb(236,108,242); }
td.TdClassName
{
border-color: #EC6CF2;
}
.TagClassName
{
border-color: #EC6CF2;
}
</style>