Html Css Color HEX #EC6CDD Free Speech Magenta
📋 copy color: '#EC6CDD'red 236 ◦ green 108 ◦ blue 221
Shades of Free Speech Magenta #EC6CDD
Tints of Free Speech Magenta #EC6CDD
RGB
CMYK
RGB Variations
Color information
#EC6CDD (or 0xEC6CDD) is known color: Free Speech Magenta. HEX triplet: EC, 6C and DD. RGB value is (236,108,221). Sum of RGB (Red+Green+Blue) = 236+108+221=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CDD is #139322. Grayscale: #9E9E9E. Windows color (decimal): -1282851 or 14511340. OLE color: 14511340.
HSL color Cylindrical-coordinate representation of color #EC6CDD: hue angle of 307.03º 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 #EC6CDD is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 221 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.07 |
| HSL | 307.03º | 0.77% | 0.67% | - |
| HSV(B) | 307.03º | 0.54% | 0.93% | - |
| XYZ | 53.01 | 33.78 | 72.13 | - |
| YUV | 159.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 221 | 0 | 0.54 | 0.06 | 0.07 | 307.03 | 0.77 | 0.67 |
| Hex | EC | 6C | DD | 0 | 36 | 6 | 7 | 133 | 4D | 43 |
| Octal | 354 | 154 | 335 | 0 | 66 | 6 | 7 | 463 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11011101 | 0 | 110110 | 110 | 111 | 100110011 | 1001101 | 1000011 |
Color Harmonies of #EC6CDD
Complementary color
Monochromatic Colors of #EC6CDD
Black with #EC6CDD
Text Example
Text Example
White with #EC6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CDD; }
p { color: rgb(236,108,221); }
H1.HeaderClassName
{
color: #EC6CDD;
}
.AnyTagClassName
{
color: #EC6CDD;
}
</style>
background-color css
<style>
a { background-color: #EC6CDD; }
a { background-color: rgb(236,108,221); }
div.DivClassName
{
background-color: #EC6CDD;
}
.BgClassName
{
background-color: #EC6CDD;
}
</style>
border-color css
<style>
span { border-color: #EC6CDD; }
span { border-color: rgb(236,108,221); }
td.TdClassName
{
border-color: #EC6CDD;
}
.TagClassName
{
border-color: #EC6CDD;
}
</style>