Html Css Color HEX #EC6ADF Free Speech Magenta
📋 copy color: '#EC6ADF'red 236 ◦ green 106 ◦ blue 223
Shades of Free Speech Magenta #EC6ADF
Tints of Free Speech Magenta #EC6ADF
RGB
CMYK
RGB Variations
Color information
#EC6ADF (or 0xEC6ADF) is known color: Free Speech Magenta. HEX triplet: EC, 6A and DF. RGB value is (236,106,223). Sum of RGB (Red+Green+Blue) = 236+106+223=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ADF is #139520. Grayscale: #9D9D9D. Windows color (decimal): -1283361 or 14641900. OLE color: 14641900.
HSL color Cylindrical-coordinate representation of color #EC6ADF: hue angle of 306º 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 #EC6ADF is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 106 | 223 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.07 |
| HSL | 306º | 0.77% | 0.67% | - |
| HSV(B) | 306º | 0.55% | 0.93% | - |
| XYZ | 53.07 | 33.47 | 73.48 | - |
| YUV | 158.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 106 | 223 | 0 | 0.55 | 0.06 | 0.07 | 306 | 0.77 | 0.67 |
| Hex | EC | 6A | DF | 0 | 37 | 6 | 7 | 132 | 4D | 43 |
| Octal | 354 | 152 | 337 | 0 | 67 | 6 | 7 | 462 | 115 | 103 |
| Binary | 11101100 | 1101010 | 11011111 | 0 | 110111 | 110 | 111 | 100110010 | 1001101 | 1000011 |
Color Harmonies of #EC6ADF
Complementary color
Monochromatic Colors of #EC6ADF
Black with #EC6ADF
Text Example
Text Example
White with #EC6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6ADF; }
p { color: rgb(236,106,223); }
H1.HeaderClassName
{
color: #EC6ADF;
}
.AnyTagClassName
{
color: #EC6ADF;
}
</style>
background-color css
<style>
a { background-color: #EC6ADF; }
a { background-color: rgb(236,106,223); }
div.DivClassName
{
background-color: #EC6ADF;
}
.BgClassName
{
background-color: #EC6ADF;
}
</style>
border-color css
<style>
span { border-color: #EC6ADF; }
span { border-color: rgb(236,106,223); }
td.TdClassName
{
border-color: #EC6ADF;
}
.TagClassName
{
border-color: #EC6ADF;
}
</style>