Html Css Color HEX #EF53DF Free Speech Magenta
📋 copy color: '#EF53DF'red 239 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #EF53DF
Tints of Free Speech Magenta #EF53DF
RGB
CMYK
RGB Variations
Color information
#EF53DF (or 0xEF53DF) is known color: Free Speech Magenta. HEX triplet: EF, 53 and DF. RGB value is (239,83,223). Sum of RGB (Red+Green+Blue) = 239+83+223=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53DF is #10AC20. Grayscale: #919191. Windows color (decimal): -1092641 or 14636015. OLE color: 14636015.
HSL color Cylindrical-coordinate representation of color #EF53DF: hue angle of 306.15º 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 #EF53DF is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 223 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.06 |
| HSL | 306.15º | 0.83% | 0.63% | - |
| HSV(B) | 306.15º | 0.65% | 0.94% | - |
| XYZ | 52.01 | 29.86 | 72.84 | - |
| YUV | 145.6 | 171.68 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 223 | 0 | 0.65 | 0.07 | 0.06 | 306.15 | 0.83 | 0.63 |
| Hex | EF | 53 | DF | 0 | 41 | 7 | 6 | 132 | 53 | 3F |
| Octal | 357 | 123 | 337 | 0 | 101 | 7 | 6 | 462 | 123 | 77 |
| Binary | 11101111 | 1010011 | 11011111 | 0 | 1000001 | 111 | 110 | 100110010 | 1010011 | 111111 |
Color Harmonies of #EF53DF
Complementary color
Monochromatic Colors of #EF53DF
Black with #EF53DF
Text Example
Text Example
White with #EF53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53DF; }
p { color: rgb(239,83,223); }
H1.HeaderClassName
{
color: #EF53DF;
}
.AnyTagClassName
{
color: #EF53DF;
}
</style>
background-color css
<style>
a { background-color: #EF53DF; }
a { background-color: rgb(239,83,223); }
div.DivClassName
{
background-color: #EF53DF;
}
.BgClassName
{
background-color: #EF53DF;
}
</style>
border-color css
<style>
span { border-color: #EF53DF; }
span { border-color: rgb(239,83,223); }
td.TdClassName
{
border-color: #EF53DF;
}
.TagClassName
{
border-color: #EF53DF;
}
</style>