Html Css Color HEX #EF4EDB Free Speech Magenta
📋 copy color: '#EF4EDB'red 239 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #EF4EDB
Tints of Free Speech Magenta #EF4EDB
RGB
CMYK
RGB Variations
Color information
#EF4EDB (or 0xEF4EDB) is known color: Free Speech Magenta. HEX triplet: EF, 4E and DB. RGB value is (239,78,219). Sum of RGB (Red+Green+Blue) = 239+78+219=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 78 (30.86% from 255 or 14.55% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4EDB is #10B124. Grayscale: #8D8D8D. Windows color (decimal): -1093925 or 14372591. OLE color: 14372591.
HSL color Cylindrical-coordinate representation of color #EF4EDB: hue angle of 307.45º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4EDB is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 219 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.06 |
| HSL | 307.45º | 0.83% | 0.62% | - |
| HSV(B) | 307.45º | 0.67% | 0.94% | - |
| XYZ | 51.11 | 28.91 | 69.91 | - |
| YUV | 142.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 219 | 0 | 0.67 | 0.08 | 0.06 | 307.45 | 0.83 | 0.62 |
| Hex | EF | 4E | DB | 0 | 43 | 8 | 6 | 133 | 53 | 3E |
| Octal | 357 | 116 | 333 | 0 | 103 | 10 | 6 | 463 | 123 | 76 |
| Binary | 11101111 | 1001110 | 11011011 | 0 | 1000011 | 1000 | 110 | 100110011 | 1010011 | 111110 |
Color Harmonies of #EF4EDB
Complementary color
Monochromatic Colors of #EF4EDB
Black with #EF4EDB
Text Example
Text Example
White with #EF4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EDB; }
p { color: rgb(239,78,219); }
H1.HeaderClassName
{
color: #EF4EDB;
}
.AnyTagClassName
{
color: #EF4EDB;
}
</style>
background-color css
<style>
a { background-color: #EF4EDB; }
a { background-color: rgb(239,78,219); }
div.DivClassName
{
background-color: #EF4EDB;
}
.BgClassName
{
background-color: #EF4EDB;
}
</style>
border-color css
<style>
span { border-color: #EF4EDB; }
span { border-color: rgb(239,78,219); }
td.TdClassName
{
border-color: #EF4EDB;
}
.TagClassName
{
border-color: #EF4EDB;
}
</style>