Html Css Color HEX #EF54DB Free Speech Magenta
📋 copy color: '#EF54DB'red 239 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #EF54DB
Tints of Free Speech Magenta #EF54DB
RGB
CMYK
RGB Variations
Color information
#EF54DB (or 0xEF54DB) is known color: Free Speech Magenta. HEX triplet: EF, 54 and DB. RGB value is (239,84,219). Sum of RGB (Red+Green+Blue) = 239+84+219=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 84 (33.20% from 255 or 15.50% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54DB is #10AB24. Grayscale: #919191. Windows color (decimal): -1092389 or 14374127. OLE color: 14374127.
HSL color Cylindrical-coordinate representation of color #EF54DB: hue angle of 307.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF54DB is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 219 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.06 |
| HSL | 307.74º | 0.83% | 0.63% | - |
| HSV(B) | 307.74º | 0.65% | 0.94% | - |
| XYZ | 51.55 | 29.81 | 70.05 | - |
| YUV | 145.74 | 169.35 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 219 | 0 | 0.65 | 0.08 | 0.06 | 307.74 | 0.83 | 0.63 |
| Hex | EF | 54 | DB | 0 | 41 | 8 | 6 | 134 | 53 | 3F |
| Octal | 357 | 124 | 333 | 0 | 101 | 10 | 6 | 464 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11011011 | 0 | 1000001 | 1000 | 110 | 100110100 | 1010011 | 111111 |
Color Harmonies of #EF54DB
Complementary color
Monochromatic Colors of #EF54DB
Black with #EF54DB
Text Example
Text Example
White with #EF54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54DB; }
p { color: rgb(239,84,219); }
H1.HeaderClassName
{
color: #EF54DB;
}
.AnyTagClassName
{
color: #EF54DB;
}
</style>
background-color css
<style>
a { background-color: #EF54DB; }
a { background-color: rgb(239,84,219); }
div.DivClassName
{
background-color: #EF54DB;
}
.BgClassName
{
background-color: #EF54DB;
}
</style>
border-color css
<style>
span { border-color: #EF54DB; }
span { border-color: rgb(239,84,219); }
td.TdClassName
{
border-color: #EF54DB;
}
.TagClassName
{
border-color: #EF54DB;
}
</style>