Html Css Color HEX #EF50D2 Free Speech Magenta
📋 copy color: '#EF50D2'red 239 ◦ green 80 ◦ blue 210
Shades of Free Speech Magenta #EF50D2
Tints of Free Speech Magenta #EF50D2
RGB
CMYK
RGB Variations
Color information
#EF50D2 (or 0xEF50D2) is known color: Free Speech Magenta. HEX triplet: EF, 50 and D2. RGB value is (239,80,210). Sum of RGB (Red+Green+Blue) = 239+80+210=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 80 (31.64% from 255 or 15.12% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF50D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF50D2 is #10AF2D. Grayscale: #8E8E8E. Windows color (decimal): -1093422 or 13783279. OLE color: 13783279.
HSL color Cylindrical-coordinate representation of color #EF50D2: hue angle of 310.94º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF50D2 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 210 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.06 |
| HSL | 310.94º | 0.83% | 0.63% | - |
| HSV(B) | 310.94º | 0.67% | 0.94% | - |
| XYZ | 50.1 | 28.74 | 63.88 | - |
| YUV | 142.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 210 | 0 | 0.67 | 0.12 | 0.06 | 310.94 | 0.83 | 0.63 |
| Hex | EF | 50 | D2 | 0 | 43 | C | 6 | 137 | 53 | 3F |
| Octal | 357 | 120 | 322 | 0 | 103 | 14 | 6 | 467 | 123 | 77 |
| Binary | 11101111 | 1010000 | 11010010 | 0 | 1000011 | 1100 | 110 | 100110111 | 1010011 | 111111 |
Color Harmonies of #EF50D2
Complementary color
Monochromatic Colors of #EF50D2
Black with #EF50D2
Text Example
Text Example
White with #EF50D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF50D2; }
p { color: rgb(239,80,210); }
H1.HeaderClassName
{
color: #EF50D2;
}
.AnyTagClassName
{
color: #EF50D2;
}
</style>
background-color css
<style>
a { background-color: #EF50D2; }
a { background-color: rgb(239,80,210); }
div.DivClassName
{
background-color: #EF50D2;
}
.BgClassName
{
background-color: #EF50D2;
}
</style>
border-color css
<style>
span { border-color: #EF50D2; }
span { border-color: rgb(239,80,210); }
td.TdClassName
{
border-color: #EF50D2;
}
.TagClassName
{
border-color: #EF50D2;
}
</style>