Html Css Color HEX #EF54CE Free Speech Magenta
📋 copy color: '#EF54CE'red 239 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #EF54CE
Tints of Free Speech Magenta #EF54CE
RGB
CMYK
RGB Variations
Color information
#EF54CE (or 0xEF54CE) is known color: Free Speech Magenta. HEX triplet: EF, 54 and CE. RGB value is (239,84,206). Sum of RGB (Red+Green+Blue) = 239+84+206=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54CE is #10AB31. Grayscale: #8F8F8F. Windows color (decimal): -1092402 or 13522159. OLE color: 13522159.
HSL color Cylindrical-coordinate representation of color #EF54CE: hue angle of 312.77º 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 #EF54CE is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 206 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.06 |
| HSL | 312.77º | 0.83% | 0.63% | - |
| HSV(B) | 312.77º | 0.65% | 0.94% | - |
| XYZ | 49.91 | 29.15 | 61.39 | - |
| YUV | 144.25 | 162.85 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 206 | 0 | 0.65 | 0.14 | 0.06 | 312.77 | 0.83 | 0.63 |
| Hex | EF | 54 | CE | 0 | 41 | E | 6 | 139 | 53 | 3F |
| Octal | 357 | 124 | 316 | 0 | 101 | 16 | 6 | 471 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11001110 | 0 | 1000001 | 1110 | 110 | 100111001 | 1010011 | 111111 |
Color Harmonies of #EF54CE
Complementary color
Monochromatic Colors of #EF54CE
Black with #EF54CE
Text Example
Text Example
White with #EF54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54CE; }
p { color: rgb(239,84,206); }
H1.HeaderClassName
{
color: #EF54CE;
}
.AnyTagClassName
{
color: #EF54CE;
}
</style>
background-color css
<style>
a { background-color: #EF54CE; }
a { background-color: rgb(239,84,206); }
div.DivClassName
{
background-color: #EF54CE;
}
.BgClassName
{
background-color: #EF54CE;
}
</style>
border-color css
<style>
span { border-color: #EF54CE; }
span { border-color: rgb(239,84,206); }
td.TdClassName
{
border-color: #EF54CE;
}
.TagClassName
{
border-color: #EF54CE;
}
</style>