Html Css Color HEX #EF64DB Free Speech Magenta
📋 copy color: '#EF64DB'red 239 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #EF64DB
Tints of Free Speech Magenta #EF64DB
RGB
CMYK
RGB Variations
Color information
#EF64DB (or 0xEF64DB) is known color: Free Speech Magenta. HEX triplet: EF, 64 and DB. RGB value is (239,100,219). Sum of RGB (Red+Green+Blue) = 239+100+219=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 100 (39.45% from 255 or 17.92% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64DB is #109B24. Grayscale: #9A9A9A. Windows color (decimal): -1088293 or 14378223. OLE color: 14378223.
HSL color Cylindrical-coordinate representation of color #EF64DB: hue angle of 308.63º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64DB is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 219 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.06 |
| HSL | 308.63º | 0.81% | 0.66% | - |
| HSV(B) | 308.63º | 0.58% | 0.94% | - |
| XYZ | 52.94 | 32.58 | 70.52 | - |
| YUV | 155.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 219 | 0 | 0.58 | 0.08 | 0.06 | 308.63 | 0.81 | 0.66 |
| Hex | EF | 64 | DB | 0 | 3A | 8 | 6 | 135 | 51 | 42 |
| Octal | 357 | 144 | 333 | 0 | 72 | 10 | 6 | 465 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11011011 | 0 | 111010 | 1000 | 110 | 100110101 | 1010001 | 1000010 |
Color Harmonies of #EF64DB
Complementary color
Monochromatic Colors of #EF64DB
Black with #EF64DB
Text Example
Text Example
White with #EF64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64DB; }
p { color: rgb(239,100,219); }
H1.HeaderClassName
{
color: #EF64DB;
}
.AnyTagClassName
{
color: #EF64DB;
}
</style>
background-color css
<style>
a { background-color: #EF64DB; }
a { background-color: rgb(239,100,219); }
div.DivClassName
{
background-color: #EF64DB;
}
.BgClassName
{
background-color: #EF64DB;
}
</style>
border-color css
<style>
span { border-color: #EF64DB; }
span { border-color: rgb(239,100,219); }
td.TdClassName
{
border-color: #EF64DB;
}
.TagClassName
{
border-color: #EF64DB;
}
</style>