Html Css Color HEX #EC6CDB Free Speech Magenta
📋 copy color: '#EC6CDB'red 236 ◦ green 108 ◦ blue 219
Shades of Free Speech Magenta #EC6CDB
Tints of Free Speech Magenta #EC6CDB
RGB
CMYK
RGB Variations
Color information
#EC6CDB (or 0xEC6CDB) is known color: Free Speech Magenta. HEX triplet: EC, 6C and DB. RGB value is (236,108,219). Sum of RGB (Red+Green+Blue) = 236+108+219=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CDB is #139324. Grayscale: #9E9E9E. Windows color (decimal): -1282853 or 14380268. OLE color: 14380268.
HSL color Cylindrical-coordinate representation of color #EC6CDB: hue angle of 307.97º 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 #EC6CDB is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 219 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.07 |
| HSL | 307.97º | 0.77% | 0.67% | - |
| HSV(B) | 307.97º | 0.54% | 0.93% | - |
| XYZ | 52.74 | 33.67 | 70.74 | - |
| YUV | 158.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 219 | 0 | 0.54 | 0.07 | 0.07 | 307.97 | 0.77 | 0.67 |
| Hex | EC | 6C | DB | 0 | 36 | 7 | 7 | 134 | 4D | 43 |
| Octal | 354 | 154 | 333 | 0 | 66 | 7 | 7 | 464 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11011011 | 0 | 110110 | 111 | 111 | 100110100 | 1001101 | 1000011 |
Color Harmonies of #EC6CDB
Complementary color
Monochromatic Colors of #EC6CDB
Black with #EC6CDB
Text Example
Text Example
White with #EC6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CDB; }
p { color: rgb(236,108,219); }
H1.HeaderClassName
{
color: #EC6CDB;
}
.AnyTagClassName
{
color: #EC6CDB;
}
</style>
background-color css
<style>
a { background-color: #EC6CDB; }
a { background-color: rgb(236,108,219); }
div.DivClassName
{
background-color: #EC6CDB;
}
.BgClassName
{
background-color: #EC6CDB;
}
</style>
border-color css
<style>
span { border-color: #EC6CDB; }
span { border-color: rgb(236,108,219); }
td.TdClassName
{
border-color: #EC6CDB;
}
.TagClassName
{
border-color: #EC6CDB;
}
</style>