Html Css Color HEX #EF53D1 Free Speech Magenta
📋 copy color: '#EF53D1'red 239 ◦ green 83 ◦ blue 209
Shades of Free Speech Magenta #EF53D1
Tints of Free Speech Magenta #EF53D1
RGB
CMYK
RGB Variations
Color information
#EF53D1 (or 0xEF53D1) is known color: Free Speech Magenta. HEX triplet: EF, 53 and D1. RGB value is (239,83,209). Sum of RGB (Red+Green+Blue) = 239+83+209=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53D1 is #10AC2E. Grayscale: #8F8F8F. Windows color (decimal): -1092655 or 13718511. OLE color: 13718511.
HSL color Cylindrical-coordinate representation of color #EF53D1: hue angle of 311.54º 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 #EF53D1 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 209 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.06 |
| HSL | 311.54º | 0.83% | 0.63% | - |
| HSV(B) | 311.54º | 0.65% | 0.94% | - |
| XYZ | 50.2 | 29.14 | 63.3 | - |
| YUV | 144.01 | 164.68 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 209 | 0 | 0.65 | 0.13 | 0.06 | 311.54 | 0.83 | 0.63 |
| Hex | EF | 53 | D1 | 0 | 41 | D | 6 | 138 | 53 | 3F |
| Octal | 357 | 123 | 321 | 0 | 101 | 15 | 6 | 470 | 123 | 77 |
| Binary | 11101111 | 1010011 | 11010001 | 0 | 1000001 | 1101 | 110 | 100111000 | 1010011 | 111111 |
Color Harmonies of #EF53D1
Complementary color
Monochromatic Colors of #EF53D1
Black with #EF53D1
Text Example
Text Example
White with #EF53D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF53D1; }
p { color: rgb(239,83,209); }
H1.HeaderClassName
{
color: #EF53D1;
}
.AnyTagClassName
{
color: #EF53D1;
}
</style>
background-color css
<style>
a { background-color: #EF53D1; }
a { background-color: rgb(239,83,209); }
div.DivClassName
{
background-color: #EF53D1;
}
.BgClassName
{
background-color: #EF53D1;
}
</style>
border-color css
<style>
span { border-color: #EF53D1; }
span { border-color: rgb(239,83,209); }
td.TdClassName
{
border-color: #EF53D1;
}
.TagClassName
{
border-color: #EF53D1;
}
</style>