Html Css Color HEX #EF63D4 Free Speech Magenta
📋 copy color: '#EF63D4'red 239 ◦ green 99 ◦ blue 212
Shades of Free Speech Magenta #EF63D4
Tints of Free Speech Magenta #EF63D4
RGB
CMYK
RGB Variations
Color information
#EF63D4 (or 0xEF63D4) is known color: Free Speech Magenta. HEX triplet: EF, 63 and D4. RGB value is (239,99,212). Sum of RGB (Red+Green+Blue) = 239+99+212=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63D4 is #109C2B. Grayscale: #999999. Windows color (decimal): -1088556 or 13919215. OLE color: 13919215.
HSL color Cylindrical-coordinate representation of color #EF63D4: hue angle of 311.57º 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 #EF63D4 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 212 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.06 |
| HSL | 311.57º | 0.81% | 0.66% | - |
| HSV(B) | 311.57º | 0.59% | 0.94% | - |
| XYZ | 51.94 | 32.03 | 65.73 | - |
| YUV | 153.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 212 | 0 | 0.59 | 0.11 | 0.06 | 311.57 | 0.81 | 0.66 |
| Hex | EF | 63 | D4 | 0 | 3B | B | 6 | 138 | 51 | 42 |
| Octal | 357 | 143 | 324 | 0 | 73 | 13 | 6 | 470 | 121 | 102 |
| Binary | 11101111 | 1100011 | 11010100 | 0 | 111011 | 1011 | 110 | 100111000 | 1010001 | 1000010 |
Color Harmonies of #EF63D4
Complementary color
Monochromatic Colors of #EF63D4
Black with #EF63D4
Text Example
Text Example
White with #EF63D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63D4; }
p { color: rgb(239,99,212); }
H1.HeaderClassName
{
color: #EF63D4;
}
.AnyTagClassName
{
color: #EF63D4;
}
</style>
background-color css
<style>
a { background-color: #EF63D4; }
a { background-color: rgb(239,99,212); }
div.DivClassName
{
background-color: #EF63D4;
}
.BgClassName
{
background-color: #EF63D4;
}
</style>
border-color css
<style>
span { border-color: #EF63D4; }
span { border-color: rgb(239,99,212); }
td.TdClassName
{
border-color: #EF63D4;
}
.TagClassName
{
border-color: #EF63D4;
}
</style>