Html Css Color HEX #EF63DF Free Speech Magenta
📋 copy color: '#EF63DF'red 239 ◦ green 99 ◦ blue 223
Shades of Free Speech Magenta #EF63DF
Tints of Free Speech Magenta #EF63DF
RGB
CMYK
RGB Variations
Color information
#EF63DF (or 0xEF63DF) is known color: Free Speech Magenta. HEX triplet: EF, 63 and DF. RGB value is (239,99,223). Sum of RGB (Red+Green+Blue) = 239+99+223=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63DF is #109C20. Grayscale: #9A9A9A. Windows color (decimal): -1088545 or 14640111. OLE color: 14640111.
HSL color Cylindrical-coordinate representation of color #EF63DF: hue angle of 306.86º degrees, saturation: 0.81, 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 #EF63DF is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 223 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.06 |
| HSL | 306.86º | 0.81% | 0.66% | - |
| HSV(B) | 306.86º | 0.59% | 0.94% | - |
| XYZ | 53.38 | 32.6 | 73.29 | - |
| YUV | 155 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 223 | 0 | 0.59 | 0.07 | 0.06 | 306.86 | 0.81 | 0.66 |
| Hex | EF | 63 | DF | 0 | 3B | 7 | 6 | 133 | 51 | 42 |
| Octal | 357 | 143 | 337 | 0 | 73 | 7 | 6 | 463 | 121 | 102 |
| Binary | 11101111 | 1100011 | 11011111 | 0 | 111011 | 111 | 110 | 100110011 | 1010001 | 1000010 |
Color Harmonies of #EF63DF
Complementary color
Monochromatic Colors of #EF63DF
Black with #EF63DF
Text Example
Text Example
White with #EF63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63DF; }
p { color: rgb(239,99,223); }
H1.HeaderClassName
{
color: #EF63DF;
}
.AnyTagClassName
{
color: #EF63DF;
}
</style>
background-color css
<style>
a { background-color: #EF63DF; }
a { background-color: rgb(239,99,223); }
div.DivClassName
{
background-color: #EF63DF;
}
.BgClassName
{
background-color: #EF63DF;
}
</style>
border-color css
<style>
span { border-color: #EF63DF; }
span { border-color: rgb(239,99,223); }
td.TdClassName
{
border-color: #EF63DF;
}
.TagClassName
{
border-color: #EF63DF;
}
</style>