Shades of Violet #EC6CF1
Tints of Violet #EC6CF1
RGB
CMYK
RGB Variations
Color information
#EC6CF1 (or 0xEC6CF1) is known color: Violet. HEX triplet: EC, 6C and F1. RGB value is (236,108,241). Sum of RGB (Red+Green+Blue) = 236+108+241=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 108 (42.58% from 255 or 18.46% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC6CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CF1 is #13930E. Grayscale: #A1A1A1. Windows color (decimal): -1282831 or 15822060. OLE color: 15822060.
HSL color Cylindrical-coordinate representation of color #EC6CF1: hue angle of 297.74º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6CF1 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 108 | 241 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.05 |
| HSL | 297.74º | 0.83% | 0.68% | - |
| HSV(B) | 297.74º | 0.55% | 0.95% | - |
| XYZ | 55.83 | 34.91 | 87.01 | - |
| YUV | 161.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 241 | 0.02 | 0.55 | 0 | 0.05 | 297.74 | 0.83 | 0.68 |
| Hex | EC | 6C | F1 | 2 | 37 | 0 | 5 | 12A | 53 | 44 |
| Octal | 354 | 154 | 361 | 2 | 67 | 0 | 5 | 452 | 123 | 104 |
| Binary | 11101100 | 1101100 | 11110001 | 10 | 110111 | 0 | 101 | 100101010 | 1010011 | 1000100 |
Color Harmonies of #EC6CF1
Complementary color
Monochromatic Colors of #EC6CF1
Black with #EC6CF1
Text Example
Text Example
White with #EC6CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CF1; }
p { color: rgb(236,108,241); }
H1.HeaderClassName
{
color: #EC6CF1;
}
.AnyTagClassName
{
color: #EC6CF1;
}
</style>
background-color css
<style>
a { background-color: #EC6CF1; }
a { background-color: rgb(236,108,241); }
div.DivClassName
{
background-color: #EC6CF1;
}
.BgClassName
{
background-color: #EC6CF1;
}
</style>
border-color css
<style>
span { border-color: #EC6CF1; }
span { border-color: rgb(236,108,241); }
td.TdClassName
{
border-color: #EC6CF1;
}
.TagClassName
{
border-color: #EC6CF1;
}
</style>