Html Css Color HEX #EC63DB Free Speech Magenta
📋 copy color: '#EC63DB'red 236 ◦ green 99 ◦ blue 219
Shades of Free Speech Magenta #EC63DB
Tints of Free Speech Magenta #EC63DB
RGB
CMYK
RGB Variations
Color information
#EC63DB (or 0xEC63DB) is known color: Free Speech Magenta. HEX triplet: EC, 63 and DB. RGB value is (236,99,219). Sum of RGB (Red+Green+Blue) = 236+99+219=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63DB is #139C24. Grayscale: #999999. Windows color (decimal): -1285157 or 14377964. OLE color: 14377964.
HSL color Cylindrical-coordinate representation of color #EC63DB: hue angle of 307.45º 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 #EC63DB is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 219 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.07 |
| HSL | 307.45º | 0.78% | 0.66% | - |
| HSV(B) | 307.45º | 0.58% | 0.93% | - |
| XYZ | 51.84 | 31.87 | 70.44 | - |
| YUV | 153.64 | 164.89 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 219 | 0 | 0.58 | 0.07 | 0.07 | 307.45 | 0.78 | 0.66 |
| Hex | EC | 63 | DB | 0 | 3A | 7 | 7 | 133 | 4E | 42 |
| Octal | 354 | 143 | 333 | 0 | 72 | 7 | 7 | 463 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11011011 | 0 | 111010 | 111 | 111 | 100110011 | 1001110 | 1000010 |
Color Harmonies of #EC63DB
Complementary color
Monochromatic Colors of #EC63DB
Black with #EC63DB
Text Example
Text Example
White with #EC63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63DB; }
p { color: rgb(236,99,219); }
H1.HeaderClassName
{
color: #EC63DB;
}
.AnyTagClassName
{
color: #EC63DB;
}
</style>
background-color css
<style>
a { background-color: #EC63DB; }
a { background-color: rgb(236,99,219); }
div.DivClassName
{
background-color: #EC63DB;
}
.BgClassName
{
background-color: #EC63DB;
}
</style>
border-color css
<style>
span { border-color: #EC63DB; }
span { border-color: rgb(236,99,219); }
td.TdClassName
{
border-color: #EC63DB;
}
.TagClassName
{
border-color: #EC63DB;
}
</style>