Html Css Color HEX #EC64DB Free Speech Magenta
📋 copy color: '#EC64DB'red 236 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #EC64DB
Tints of Free Speech Magenta #EC64DB
RGB
CMYK
RGB Variations
Color information
#EC64DB (or 0xEC64DB) is known color: Free Speech Magenta. HEX triplet: EC, 64 and DB. RGB value is (236,100,219). Sum of RGB (Red+Green+Blue) = 236+100+219=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 100 (39.45% from 255 or 18.02% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64DB is #139B24. Grayscale: #999999. Windows color (decimal): -1284901 or 14378220. OLE color: 14378220.
HSL color Cylindrical-coordinate representation of color #EC64DB: hue angle of 307.5º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64DB is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 219 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.07 |
| HSL | 307.5º | 0.78% | 0.66% | - |
| HSV(B) | 307.5º | 0.58% | 0.93% | - |
| XYZ | 51.94 | 32.06 | 70.47 | - |
| YUV | 154.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 219 | 0 | 0.58 | 0.07 | 0.07 | 307.5 | 0.78 | 0.66 |
| Hex | EC | 64 | DB | 0 | 3A | 7 | 7 | 134 | 4E | 42 |
| Octal | 354 | 144 | 333 | 0 | 72 | 7 | 7 | 464 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11011011 | 0 | 111010 | 111 | 111 | 100110100 | 1001110 | 1000010 |
Color Harmonies of #EC64DB
Complementary color
Monochromatic Colors of #EC64DB
Black with #EC64DB
Text Example
Text Example
White with #EC64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64DB; }
p { color: rgb(236,100,219); }
H1.HeaderClassName
{
color: #EC64DB;
}
.AnyTagClassName
{
color: #EC64DB;
}
</style>
background-color css
<style>
a { background-color: #EC64DB; }
a { background-color: rgb(236,100,219); }
div.DivClassName
{
background-color: #EC64DB;
}
.BgClassName
{
background-color: #EC64DB;
}
</style>
border-color css
<style>
span { border-color: #EC64DB; }
span { border-color: rgb(236,100,219); }
td.TdClassName
{
border-color: #EC64DB;
}
.TagClassName
{
border-color: #EC64DB;
}
</style>