Html Css Color HEX #EC6AD5 Free Speech Magenta
📋 copy color: '#EC6AD5'red 236 ◦ green 106 ◦ blue 213
Shades of Free Speech Magenta #EC6AD5
Tints of Free Speech Magenta #EC6AD5
RGB
CMYK
RGB Variations
Color information
#EC6AD5 (or 0xEC6AD5) is known color: Free Speech Magenta. HEX triplet: EC, 6A and D5. RGB value is (236,106,213). Sum of RGB (Red+Green+Blue) = 236+106+213=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 106 (41.80% from 255 or 19.10% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6AD5 is #13952A. Grayscale: #9C9C9C. Windows color (decimal): -1283371 or 13986540. OLE color: 13986540.
HSL color Cylindrical-coordinate representation of color #EC6AD5: hue angle of 310.62º 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 #EC6AD5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 213 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.07 |
| HSL | 310.62º | 0.77% | 0.67% | - |
| HSV(B) | 310.62º | 0.55% | 0.93% | - |
| XYZ | 51.76 | 32.95 | 66.58 | - |
| YUV | 157.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 213 | 0 | 0.55 | 0.10 | 0.07 | 310.62 | 0.77 | 0.67 |
| Hex | EC | 6A | D5 | 0 | 37 | A | 7 | 137 | 4D | 43 |
| Octal | 354 | 152 | 325 | 0 | 67 | 12 | 7 | 467 | 115 | 103 |
| Binary | 11101100 | 1101010 | 11010101 | 0 | 110111 | 1010 | 111 | 100110111 | 1001101 | 1000011 |
Color Harmonies of #EC6AD5
Complementary color
Monochromatic Colors of #EC6AD5
Black with #EC6AD5
Text Example
Text Example
White with #EC6AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6AD5; }
p { color: rgb(236,106,213); }
H1.HeaderClassName
{
color: #EC6AD5;
}
.AnyTagClassName
{
color: #EC6AD5;
}
</style>
background-color css
<style>
a { background-color: #EC6AD5; }
a { background-color: rgb(236,106,213); }
div.DivClassName
{
background-color: #EC6AD5;
}
.BgClassName
{
background-color: #EC6AD5;
}
</style>
border-color css
<style>
span { border-color: #EC6AD5; }
span { border-color: rgb(236,106,213); }
td.TdClassName
{
border-color: #EC6AD5;
}
.TagClassName
{
border-color: #EC6AD5;
}
</style>