Html Css Color HEX #EF4BDB Free Speech Magenta
📋 copy color: '#EF4BDB'red 239 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #EF4BDB
Tints of Free Speech Magenta #EF4BDB
RGB
CMYK
RGB Variations
Color information
#EF4BDB (or 0xEF4BDB) is known color: Free Speech Magenta. HEX triplet: EF, 4B and DB. RGB value is (239,75,219). Sum of RGB (Red+Green+Blue) = 239+75+219=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4BDB is #10B424. Grayscale: #8C8C8C. Windows color (decimal): -1094693 or 14371823. OLE color: 14371823.
HSL color Cylindrical-coordinate representation of color #EF4BDB: hue angle of 307.32º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4BDB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 219 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.06 |
| HSL | 307.32º | 0.84% | 0.62% | - |
| HSV(B) | 307.32º | 0.69% | 0.94% | - |
| XYZ | 50.9 | 28.5 | 69.84 | - |
| YUV | 140.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 219 | 0 | 0.69 | 0.08 | 0.06 | 307.32 | 0.84 | 0.62 |
| Hex | EF | 4B | DB | 0 | 45 | 8 | 6 | 133 | 54 | 3E |
| Octal | 357 | 113 | 333 | 0 | 105 | 10 | 6 | 463 | 124 | 76 |
| Binary | 11101111 | 1001011 | 11011011 | 0 | 1000101 | 1000 | 110 | 100110011 | 1010100 | 111110 |
Color Harmonies of #EF4BDB
Complementary color
Monochromatic Colors of #EF4BDB
Black with #EF4BDB
Text Example
Text Example
White with #EF4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4BDB; }
p { color: rgb(239,75,219); }
H1.HeaderClassName
{
color: #EF4BDB;
}
.AnyTagClassName
{
color: #EF4BDB;
}
</style>
background-color css
<style>
a { background-color: #EF4BDB; }
a { background-color: rgb(239,75,219); }
div.DivClassName
{
background-color: #EF4BDB;
}
.BgClassName
{
background-color: #EF4BDB;
}
</style>
border-color css
<style>
span { border-color: #EF4BDB; }
span { border-color: rgb(239,75,219); }
td.TdClassName
{
border-color: #EF4BDB;
}
.TagClassName
{
border-color: #EF4BDB;
}
</style>