Html Css Color HEX #EC6ADC Free Speech Magenta
📋 copy color: '#EC6ADC'red 236 ◦ green 106 ◦ blue 220
Shades of Free Speech Magenta #EC6ADC
Tints of Free Speech Magenta #EC6ADC
RGB
CMYK
RGB Variations
Color information
#EC6ADC (or 0xEC6ADC) is known color: Free Speech Magenta. HEX triplet: EC, 6A and DC. RGB value is (236,106,220). Sum of RGB (Red+Green+Blue) = 236+106+220=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ADC is #139523. Grayscale: #9D9D9D. Windows color (decimal): -1283364 or 14445292. OLE color: 14445292.
HSL color Cylindrical-coordinate representation of color #EC6ADC: hue angle of 307.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6ADC is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 220 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.07 |
| HSL | 307.38º | 0.77% | 0.67% | - |
| HSV(B) | 307.38º | 0.55% | 0.93% | - |
| XYZ | 52.66 | 33.31 | 71.36 | - |
| YUV | 157.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 220 | 0 | 0.55 | 0.07 | 0.07 | 307.38 | 0.77 | 0.67 |
| Hex | EC | 6A | DC | 0 | 37 | 7 | 7 | 133 | 4D | 43 |
| Octal | 354 | 152 | 334 | 0 | 67 | 7 | 7 | 463 | 115 | 103 |
| Binary | 11101100 | 1101010 | 11011100 | 0 | 110111 | 111 | 111 | 100110011 | 1001101 | 1000011 |
Color Harmonies of #EC6ADC
Complementary color
Monochromatic Colors of #EC6ADC
Black with #EC6ADC
Text Example
Text Example
White with #EC6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ADC; }
p { color: rgb(236,106,220); }
H1.HeaderClassName
{
color: #EC6ADC;
}
.AnyTagClassName
{
color: #EC6ADC;
}
</style>
background-color css
<style>
a { background-color: #EC6ADC; }
a { background-color: rgb(236,106,220); }
div.DivClassName
{
background-color: #EC6ADC;
}
.BgClassName
{
background-color: #EC6ADC;
}
</style>
border-color css
<style>
span { border-color: #EC6ADC; }
span { border-color: rgb(236,106,220); }
td.TdClassName
{
border-color: #EC6ADC;
}
.TagClassName
{
border-color: #EC6ADC;
}
</style>