Html Css Color HEX #EC6CE2 Free Speech Magenta
📋 copy color: '#EC6CE2'red 236 ◦ green 108 ◦ blue 226
Shades of Free Speech Magenta #EC6CE2
Tints of Free Speech Magenta #EC6CE2
RGB
CMYK
RGB Variations
Color information
#EC6CE2 (or 0xEC6CE2) is known color: Free Speech Magenta. HEX triplet: EC, 6C and E2. RGB value is (236,108,226). Sum of RGB (Red+Green+Blue) = 236+108+226=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CE2 is #13931D. Grayscale: #9F9F9F. Windows color (decimal): -1282846 or 14839020. OLE color: 14839020.
HSL color Cylindrical-coordinate representation of color #EC6CE2: hue angle of 304.69º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6CE2 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 226 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.07 |
| HSL | 304.69º | 0.77% | 0.67% | - |
| HSV(B) | 304.69º | 0.54% | 0.93% | - |
| XYZ | 53.68 | 34.05 | 75.69 | - |
| YUV | 159.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 226 | 0 | 0.54 | 0.04 | 0.07 | 304.69 | 0.77 | 0.67 |
| Hex | EC | 6C | E2 | 0 | 36 | 4 | 7 | 131 | 4D | 43 |
| Octal | 354 | 154 | 342 | 0 | 66 | 4 | 7 | 461 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11100010 | 0 | 110110 | 100 | 111 | 100110001 | 1001101 | 1000011 |
Color Harmonies of #EC6CE2
Complementary color
Monochromatic Colors of #EC6CE2
Black with #EC6CE2
Text Example
Text Example
White with #EC6CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CE2; }
p { color: rgb(236,108,226); }
H1.HeaderClassName
{
color: #EC6CE2;
}
.AnyTagClassName
{
color: #EC6CE2;
}
</style>
background-color css
<style>
a { background-color: #EC6CE2; }
a { background-color: rgb(236,108,226); }
div.DivClassName
{
background-color: #EC6CE2;
}
.BgClassName
{
background-color: #EC6CE2;
}
</style>
border-color css
<style>
span { border-color: #EC6CE2; }
span { border-color: rgb(236,108,226); }
td.TdClassName
{
border-color: #EC6CE2;
}
.TagClassName
{
border-color: #EC6CE2;
}
</style>