Html Css Color HEX #EF54D0 Free Speech Magenta
📋 copy color: '#EF54D0'red 239 ◦ green 84 ◦ blue 208
Shades of Free Speech Magenta #EF54D0
Tints of Free Speech Magenta #EF54D0
RGB
CMYK
RGB Variations
Color information
#EF54D0 (or 0xEF54D0) is known color: Free Speech Magenta. HEX triplet: EF, 54 and D0. RGB value is (239,84,208). Sum of RGB (Red+Green+Blue) = 239+84+208=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54D0 is #10AB2F. Grayscale: #909090. Windows color (decimal): -1092400 or 13653231. OLE color: 13653231.
HSL color Cylindrical-coordinate representation of color #EF54D0: hue angle of 312º 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 #EF54D0 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 208 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.06 |
| HSL | 312º | 0.83% | 0.63% | - |
| HSV(B) | 312º | 0.65% | 0.94% | - |
| XYZ | 50.15 | 29.25 | 62.68 | - |
| YUV | 144.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 208 | 0 | 0.65 | 0.13 | 0.06 | 312 | 0.83 | 0.63 |
| Hex | EF | 54 | D0 | 0 | 41 | D | 6 | 138 | 53 | 3F |
| Octal | 357 | 124 | 320 | 0 | 101 | 15 | 6 | 470 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11010000 | 0 | 1000001 | 1101 | 110 | 100111000 | 1010011 | 111111 |
Color Harmonies of #EF54D0
Complementary color
Monochromatic Colors of #EF54D0
Black with #EF54D0
Text Example
Text Example
White with #EF54D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54D0; }
p { color: rgb(239,84,208); }
H1.HeaderClassName
{
color: #EF54D0;
}
.AnyTagClassName
{
color: #EF54D0;
}
</style>
background-color css
<style>
a { background-color: #EF54D0; }
a { background-color: rgb(239,84,208); }
div.DivClassName
{
background-color: #EF54D0;
}
.BgClassName
{
background-color: #EF54D0;
}
</style>
border-color css
<style>
span { border-color: #EF54D0; }
span { border-color: rgb(239,84,208); }
td.TdClassName
{
border-color: #EF54D0;
}
.TagClassName
{
border-color: #EF54D0;
}
</style>