Html Css Color HEX #EF53D4 Free Speech Magenta
📋 copy color: '#EF53D4'red 239 ◦ green 83 ◦ blue 212
Shades of Free Speech Magenta #EF53D4
Tints of Free Speech Magenta #EF53D4
RGB
CMYK
RGB Variations
Color information
#EF53D4 (or 0xEF53D4) is known color: Free Speech Magenta. HEX triplet: EF, 53 and D4. RGB value is (239,83,212). Sum of RGB (Red+Green+Blue) = 239+83+212=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 83 (32.81% from 255 or 15.54% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53D4 is #10AC2B. Grayscale: #8F8F8F. Windows color (decimal): -1092652 or 13915119. OLE color: 13915119.
HSL color Cylindrical-coordinate representation of color #EF53D4: hue angle of 310.38º 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 #EF53D4 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 212 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.06 |
| HSL | 310.38º | 0.83% | 0.63% | - |
| HSV(B) | 310.38º | 0.65% | 0.94% | - |
| XYZ | 50.57 | 29.29 | 65.28 | - |
| YUV | 144.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 212 | 0 | 0.65 | 0.11 | 0.06 | 310.38 | 0.83 | 0.63 |
| Hex | EF | 53 | D4 | 0 | 41 | B | 6 | 136 | 53 | 3F |
| Octal | 357 | 123 | 324 | 0 | 101 | 13 | 6 | 466 | 123 | 77 |
| Binary | 11101111 | 1010011 | 11010100 | 0 | 1000001 | 1011 | 110 | 100110110 | 1010011 | 111111 |
Color Harmonies of #EF53D4
Complementary color
Monochromatic Colors of #EF53D4
Black with #EF53D4
Text Example
Text Example
White with #EF53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53D4; }
p { color: rgb(239,83,212); }
H1.HeaderClassName
{
color: #EF53D4;
}
.AnyTagClassName
{
color: #EF53D4;
}
</style>
background-color css
<style>
a { background-color: #EF53D4; }
a { background-color: rgb(239,83,212); }
div.DivClassName
{
background-color: #EF53D4;
}
.BgClassName
{
background-color: #EF53D4;
}
</style>
border-color css
<style>
span { border-color: #EF53D4; }
span { border-color: rgb(239,83,212); }
td.TdClassName
{
border-color: #EF53D4;
}
.TagClassName
{
border-color: #EF53D4;
}
</style>