Html Css Color HEX #EF62DF Free Speech Magenta
📋 copy color: '#EF62DF'red 239 ◦ green 98 ◦ blue 223
Shades of Free Speech Magenta #EF62DF
Tints of Free Speech Magenta #EF62DF
RGB
CMYK
RGB Variations
Color information
#EF62DF (or 0xEF62DF) is known color: Free Speech Magenta. HEX triplet: EF, 62 and DF. RGB value is (239,98,223). Sum of RGB (Red+Green+Blue) = 239+98+223=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62DF is #109D20. Grayscale: #9A9A9A. Windows color (decimal): -1088801 or 14639855. OLE color: 14639855.
HSL color Cylindrical-coordinate representation of color #EF62DF: hue angle of 306.81º 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 #EF62DF is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 223 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.06 |
| HSL | 306.81º | 0.82% | 0.66% | - |
| HSV(B) | 306.81º | 0.59% | 0.94% | - |
| XYZ | 53.28 | 32.41 | 73.26 | - |
| YUV | 154.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 223 | 0 | 0.59 | 0.07 | 0.06 | 306.81 | 0.82 | 0.66 |
| Hex | EF | 62 | DF | 0 | 3B | 7 | 6 | 133 | 52 | 42 |
| Octal | 357 | 142 | 337 | 0 | 73 | 7 | 6 | 463 | 122 | 102 |
| Binary | 11101111 | 1100010 | 11011111 | 0 | 111011 | 111 | 110 | 100110011 | 1010010 | 1000010 |
Color Harmonies of #EF62DF
Complementary color
Monochromatic Colors of #EF62DF
Black with #EF62DF
Text Example
Text Example
White with #EF62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62DF; }
p { color: rgb(239,98,223); }
H1.HeaderClassName
{
color: #EF62DF;
}
.AnyTagClassName
{
color: #EF62DF;
}
</style>
background-color css
<style>
a { background-color: #EF62DF; }
a { background-color: rgb(239,98,223); }
div.DivClassName
{
background-color: #EF62DF;
}
.BgClassName
{
background-color: #EF62DF;
}
</style>
border-color css
<style>
span { border-color: #EF62DF; }
span { border-color: rgb(239,98,223); }
td.TdClassName
{
border-color: #EF62DF;
}
.TagClassName
{
border-color: #EF62DF;
}
</style>