Html Css Color HEX #EF49DB Free Speech Magenta
📋 copy color: '#EF49DB'red 239 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #EF49DB
Tints of Free Speech Magenta #EF49DB
RGB
CMYK
RGB Variations
Color information
#EF49DB (or 0xEF49DB) is known color: Free Speech Magenta. HEX triplet: EF, 49 and DB. RGB value is (239,73,219). Sum of RGB (Red+Green+Blue) = 239+73+219=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49DB is #10B624. Grayscale: #8A8A8A. Windows color (decimal): -1095205 or 14371311. OLE color: 14371311.
HSL color Cylindrical-coordinate representation of color #EF49DB: hue angle of 307.23º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF49DB is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 219 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.06 |
| HSL | 307.23º | 0.84% | 0.61% | - |
| HSV(B) | 307.23º | 0.69% | 0.94% | - |
| XYZ | 50.77 | 28.23 | 69.79 | - |
| YUV | 139.28 | 173 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 219 | 0 | 0.69 | 0.08 | 0.06 | 307.23 | 0.84 | 0.61 |
| Hex | EF | 49 | DB | 0 | 45 | 8 | 6 | 133 | 54 | 3D |
| Octal | 357 | 111 | 333 | 0 | 105 | 10 | 6 | 463 | 124 | 75 |
| Binary | 11101111 | 1001001 | 11011011 | 0 | 1000101 | 1000 | 110 | 100110011 | 1010100 | 111101 |
Color Harmonies of #EF49DB
Complementary color
Monochromatic Colors of #EF49DB
Black with #EF49DB
Text Example
Text Example
White with #EF49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49DB; }
p { color: rgb(239,73,219); }
H1.HeaderClassName
{
color: #EF49DB;
}
.AnyTagClassName
{
color: #EF49DB;
}
</style>
background-color css
<style>
a { background-color: #EF49DB; }
a { background-color: rgb(239,73,219); }
div.DivClassName
{
background-color: #EF49DB;
}
.BgClassName
{
background-color: #EF49DB;
}
</style>
border-color css
<style>
span { border-color: #EF49DB; }
span { border-color: rgb(239,73,219); }
td.TdClassName
{
border-color: #EF49DB;
}
.TagClassName
{
border-color: #EF49DB;
}
</style>