Html Css Color HEX #EF54E7 Free Speech Magenta
📋 copy color: '#EF54E7'red 239 ◦ green 84 ◦ blue 231
Shades of Free Speech Magenta #EF54E7
Tints of Free Speech Magenta #EF54E7
RGB
CMYK
RGB Variations
Color information
#EF54E7 (or 0xEF54E7) is known color: Free Speech Magenta. HEX triplet: EF, 54 and E7. RGB value is (239,84,231). Sum of RGB (Red+Green+Blue) = 239+84+231=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 84 (33.20% from 255 or 15.16% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF54E7 is #10AB18. Grayscale: #929292. Windows color (decimal): -1092377 or 15160559. OLE color: 15160559.
HSL color Cylindrical-coordinate representation of color #EF54E7: hue angle of 303.1º 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 #EF54E7 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 231 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.06 |
| HSL | 303.1º | 0.83% | 0.63% | - |
| HSV(B) | 303.1º | 0.65% | 0.94% | - |
| XYZ | 53.19 | 30.46 | 78.68 | - |
| YUV | 147.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 231 | 0 | 0.65 | 0.03 | 0.06 | 303.1 | 0.83 | 0.63 |
| Hex | EF | 54 | E7 | 0 | 41 | 3 | 6 | 12F | 53 | 3F |
| Octal | 357 | 124 | 347 | 0 | 101 | 3 | 6 | 457 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11100111 | 0 | 1000001 | 11 | 110 | 100101111 | 1010011 | 111111 |
Color Harmonies of #EF54E7
Complementary color
Monochromatic Colors of #EF54E7
Black with #EF54E7
Text Example
Text Example
White with #EF54E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54E7; }
p { color: rgb(239,84,231); }
H1.HeaderClassName
{
color: #EF54E7;
}
.AnyTagClassName
{
color: #EF54E7;
}
</style>
background-color css
<style>
a { background-color: #EF54E7; }
a { background-color: rgb(239,84,231); }
div.DivClassName
{
background-color: #EF54E7;
}
.BgClassName
{
background-color: #EF54E7;
}
</style>
border-color css
<style>
span { border-color: #EF54E7; }
span { border-color: rgb(239,84,231); }
td.TdClassName
{
border-color: #EF54E7;
}
.TagClassName
{
border-color: #EF54E7;
}
</style>