Html Css Color HEX #EC6ACE Free Speech Magenta
📋 copy color: '#EC6ACE'red 236 ◦ green 106 ◦ blue 206
Shades of Free Speech Magenta #EC6ACE
Tints of Free Speech Magenta #EC6ACE
RGB
CMYK
RGB Variations
Color information
#EC6ACE (or 0xEC6ACE) is known color: Free Speech Magenta. HEX triplet: EC, 6A and CE. RGB value is (236,106,206). Sum of RGB (Red+Green+Blue) = 236+106+206=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ACE is #139531. Grayscale: #9C9C9C. Windows color (decimal): -1283378 or 13527788. OLE color: 13527788.
HSL color Cylindrical-coordinate representation of color #EC6ACE: hue angle of 313.85º 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 #EC6ACE is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 206 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.07 |
| HSL | 313.85º | 0.77% | 0.67% | - |
| HSV(B) | 313.85º | 0.55% | 0.93% | - |
| XYZ | 50.89 | 32.6 | 62 | - |
| YUV | 156.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 206 | 0 | 0.55 | 0.13 | 0.07 | 313.85 | 0.77 | 0.67 |
| Hex | EC | 6A | CE | 0 | 37 | D | 7 | 13A | 4D | 43 |
| Octal | 354 | 152 | 316 | 0 | 67 | 15 | 7 | 472 | 115 | 103 |
| Binary | 11101100 | 1101010 | 11001110 | 0 | 110111 | 1101 | 111 | 100111010 | 1001101 | 1000011 |
Color Harmonies of #EC6ACE
Complementary color
Monochromatic Colors of #EC6ACE
Black with #EC6ACE
Text Example
Text Example
White with #EC6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ACE; }
p { color: rgb(236,106,206); }
H1.HeaderClassName
{
color: #EC6ACE;
}
.AnyTagClassName
{
color: #EC6ACE;
}
</style>
background-color css
<style>
a { background-color: #EC6ACE; }
a { background-color: rgb(236,106,206); }
div.DivClassName
{
background-color: #EC6ACE;
}
.BgClassName
{
background-color: #EC6ACE;
}
</style>
border-color css
<style>
span { border-color: #EC6ACE; }
span { border-color: rgb(236,106,206); }
td.TdClassName
{
border-color: #EC6ACE;
}
.TagClassName
{
border-color: #EC6ACE;
}
</style>