Html Css Color HEX #EC6BDB Free Speech Magenta
📋 copy color: '#EC6BDB'red 236 ◦ green 107 ◦ blue 219
Shades of Free Speech Magenta #EC6BDB
Tints of Free Speech Magenta #EC6BDB
RGB
CMYK
RGB Variations
Color information
#EC6BDB (or 0xEC6BDB) is known color: Free Speech Magenta. HEX triplet: EC, 6B and DB. RGB value is (236,107,219). Sum of RGB (Red+Green+Blue) = 236+107+219=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BDB is #139424. Grayscale: #9E9E9E. Windows color (decimal): -1283109 or 14380012. OLE color: 14380012.
HSL color Cylindrical-coordinate representation of color #EC6BDB: hue angle of 307.91º 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 #EC6BDB is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 107 | 219 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.07 |
| HSL | 307.91º | 0.77% | 0.67% | - |
| HSV(B) | 307.91º | 0.55% | 0.93% | - |
| XYZ | 52.64 | 33.46 | 70.7 | - |
| YUV | 158.34 | 162.24 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 107 | 219 | 0 | 0.55 | 0.07 | 0.07 | 307.91 | 0.77 | 0.67 |
| Hex | EC | 6B | DB | 0 | 37 | 7 | 7 | 134 | 4D | 43 |
| Octal | 354 | 153 | 333 | 0 | 67 | 7 | 7 | 464 | 115 | 103 |
| Binary | 11101100 | 1101011 | 11011011 | 0 | 110111 | 111 | 111 | 100110100 | 1001101 | 1000011 |
Color Harmonies of #EC6BDB
Complementary color
Monochromatic Colors of #EC6BDB
Black with #EC6BDB
Text Example
Text Example
White with #EC6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6BDB; }
p { color: rgb(236,107,219); }
H1.HeaderClassName
{
color: #EC6BDB;
}
.AnyTagClassName
{
color: #EC6BDB;
}
</style>
background-color css
<style>
a { background-color: #EC6BDB; }
a { background-color: rgb(236,107,219); }
div.DivClassName
{
background-color: #EC6BDB;
}
.BgClassName
{
background-color: #EC6BDB;
}
</style>
border-color css
<style>
span { border-color: #EC6BDB; }
span { border-color: rgb(236,107,219); }
td.TdClassName
{
border-color: #EC6BDB;
}
.TagClassName
{
border-color: #EC6BDB;
}
</style>