Html Css Color HEX #EF63E0 Free Speech Magenta
📋 copy color: '#EF63E0'red 239 ◦ green 99 ◦ blue 224
Shades of Free Speech Magenta #EF63E0
Tints of Free Speech Magenta #EF63E0
RGB
CMYK
RGB Variations
Color information
#EF63E0 (or 0xEF63E0) is known color: Free Speech Magenta. HEX triplet: EF, 63 and E0. RGB value is (239,99,224). Sum of RGB (Red+Green+Blue) = 239+99+224=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63E0 is #109C1F. Grayscale: #9A9A9A. Windows color (decimal): -1088544 or 14705647. OLE color: 14705647.
HSL color Cylindrical-coordinate representation of color #EF63E0: hue angle of 306.43º 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 #EF63E0 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 224 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.06 |
| HSL | 306.43º | 0.81% | 0.66% | - |
| HSV(B) | 306.43º | 0.59% | 0.94% | - |
| XYZ | 53.51 | 32.66 | 74 | - |
| YUV | 155.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 224 | 0 | 0.59 | 0.06 | 0.06 | 306.43 | 0.81 | 0.66 |
| Hex | EF | 63 | E0 | 0 | 3B | 6 | 6 | 132 | 51 | 42 |
| Octal | 357 | 143 | 340 | 0 | 73 | 6 | 6 | 462 | 121 | 102 |
| Binary | 11101111 | 1100011 | 11100000 | 0 | 111011 | 110 | 110 | 100110010 | 1010001 | 1000010 |
Color Harmonies of #EF63E0
Complementary color
Monochromatic Colors of #EF63E0
Black with #EF63E0
Text Example
Text Example
White with #EF63E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63E0; }
p { color: rgb(239,99,224); }
H1.HeaderClassName
{
color: #EF63E0;
}
.AnyTagClassName
{
color: #EF63E0;
}
</style>
background-color css
<style>
a { background-color: #EF63E0; }
a { background-color: rgb(239,99,224); }
div.DivClassName
{
background-color: #EF63E0;
}
.BgClassName
{
background-color: #EF63E0;
}
</style>
border-color css
<style>
span { border-color: #EF63E0; }
span { border-color: rgb(239,99,224); }
td.TdClassName
{
border-color: #EF63E0;
}
.TagClassName
{
border-color: #EF63E0;
}
</style>