Html Css Color HEX #EF62D1 Free Speech Magenta
📋 copy color: '#EF62D1'red 239 ◦ green 98 ◦ blue 209
Shades of Free Speech Magenta #EF62D1
Tints of Free Speech Magenta #EF62D1
RGB
CMYK
RGB Variations
Color information
#EF62D1 (or 0xEF62D1) is known color: Free Speech Magenta. HEX triplet: EF, 62 and D1. RGB value is (239,98,209). Sum of RGB (Red+Green+Blue) = 239+98+209=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62D1 is #109D2E. Grayscale: #989898. Windows color (decimal): -1088815 or 13722351. OLE color: 13722351.
HSL color Cylindrical-coordinate representation of color #EF62D1: hue angle of 312.77º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF62D1 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 209 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.06 |
| HSL | 312.77º | 0.82% | 0.66% | - |
| HSV(B) | 312.77º | 0.59% | 0.94% | - |
| XYZ | 51.47 | 31.69 | 63.73 | - |
| YUV | 152.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 209 | 0 | 0.59 | 0.13 | 0.06 | 312.77 | 0.82 | 0.66 |
| Hex | EF | 62 | D1 | 0 | 3B | D | 6 | 139 | 52 | 42 |
| Octal | 357 | 142 | 321 | 0 | 73 | 15 | 6 | 471 | 122 | 102 |
| Binary | 11101111 | 1100010 | 11010001 | 0 | 111011 | 1101 | 110 | 100111001 | 1010010 | 1000010 |
Color Harmonies of #EF62D1
Complementary color
Monochromatic Colors of #EF62D1
Black with #EF62D1
Text Example
Text Example
White with #EF62D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62D1; }
p { color: rgb(239,98,209); }
H1.HeaderClassName
{
color: #EF62D1;
}
.AnyTagClassName
{
color: #EF62D1;
}
</style>
background-color css
<style>
a { background-color: #EF62D1; }
a { background-color: rgb(239,98,209); }
div.DivClassName
{
background-color: #EF62D1;
}
.BgClassName
{
background-color: #EF62D1;
}
</style>
border-color css
<style>
span { border-color: #EF62D1; }
span { border-color: rgb(239,98,209); }
td.TdClassName
{
border-color: #EF62D1;
}
.TagClassName
{
border-color: #EF62D1;
}
</style>