Html Css Color HEX #EF63D8 Free Speech Magenta
📋 copy color: '#EF63D8'red 239 ◦ green 99 ◦ blue 216
Shades of Free Speech Magenta #EF63D8
Tints of Free Speech Magenta #EF63D8
RGB
CMYK
RGB Variations
Color information
#EF63D8 (or 0xEF63D8) is known color: Free Speech Magenta. HEX triplet: EF, 63 and D8. RGB value is (239,99,216). Sum of RGB (Red+Green+Blue) = 239+99+216=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 99 (39.06% from 255 or 17.87% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63D8 is #109C27. Grayscale: #999999. Windows color (decimal): -1088552 or 14181359. OLE color: 14181359.
HSL color Cylindrical-coordinate representation of color #EF63D8: hue angle of 309.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 #EF63D8 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 216 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.06 |
| HSL | 309.86º | 0.81% | 0.66% | - |
| HSV(B) | 309.86º | 0.59% | 0.94% | - |
| XYZ | 52.45 | 32.23 | 68.42 | - |
| YUV | 154.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 216 | 0 | 0.59 | 0.10 | 0.06 | 309.86 | 0.81 | 0.66 |
| Hex | EF | 63 | D8 | 0 | 3B | A | 6 | 136 | 51 | 42 |
| Octal | 357 | 143 | 330 | 0 | 73 | 12 | 6 | 466 | 121 | 102 |
| Binary | 11101111 | 1100011 | 11011000 | 0 | 111011 | 1010 | 110 | 100110110 | 1010001 | 1000010 |
Color Harmonies of #EF63D8
Complementary color
Monochromatic Colors of #EF63D8
Black with #EF63D8
Text Example
Text Example
White with #EF63D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63D8; }
p { color: rgb(239,99,216); }
H1.HeaderClassName
{
color: #EF63D8;
}
.AnyTagClassName
{
color: #EF63D8;
}
</style>
background-color css
<style>
a { background-color: #EF63D8; }
a { background-color: rgb(239,99,216); }
div.DivClassName
{
background-color: #EF63D8;
}
.BgClassName
{
background-color: #EF63D8;
}
</style>
border-color css
<style>
span { border-color: #EF63D8; }
span { border-color: rgb(239,99,216); }
td.TdClassName
{
border-color: #EF63D8;
}
.TagClassName
{
border-color: #EF63D8;
}
</style>