Html Css Color HEX #EF5FE0 Free Speech Magenta
📋 copy color: '#EF5FE0'red 239 ◦ green 95 ◦ blue 224
Shades of Free Speech Magenta #EF5FE0
Tints of Free Speech Magenta #EF5FE0
RGB
CMYK
RGB Variations
Color information
#EF5FE0 (or 0xEF5FE0) is known color: Free Speech Magenta. HEX triplet: EF, 5F and E0. RGB value is (239,95,224). Sum of RGB (Red+Green+Blue) = 239+95+224=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FE0 is #10A01F. Grayscale: #989898. Windows color (decimal): -1089568 or 14704623. OLE color: 14704623.
HSL color Cylindrical-coordinate representation of color #EF5FE0: hue angle of 306.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FE0 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 224 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.06 |
| HSL | 306.25º | 0.82% | 0.65% | - |
| HSV(B) | 306.25º | 0.6% | 0.94% | - |
| XYZ | 53.14 | 31.92 | 73.88 | - |
| YUV | 152.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 224 | 0 | 0.60 | 0.06 | 0.06 | 306.25 | 0.82 | 0.65 |
| Hex | EF | 5F | E0 | 0 | 3C | 6 | 6 | 132 | 52 | 41 |
| Octal | 357 | 137 | 340 | 0 | 74 | 6 | 6 | 462 | 122 | 101 |
| Binary | 11101111 | 1011111 | 11100000 | 0 | 111100 | 110 | 110 | 100110010 | 1010010 | 1000001 |
Color Harmonies of #EF5FE0
Complementary color
Monochromatic Colors of #EF5FE0
Black with #EF5FE0
Text Example
Text Example
White with #EF5FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FE0; }
p { color: rgb(239,95,224); }
H1.HeaderClassName
{
color: #EF5FE0;
}
.AnyTagClassName
{
color: #EF5FE0;
}
</style>
background-color css
<style>
a { background-color: #EF5FE0; }
a { background-color: rgb(239,95,224); }
div.DivClassName
{
background-color: #EF5FE0;
}
.BgClassName
{
background-color: #EF5FE0;
}
</style>
border-color css
<style>
span { border-color: #EF5FE0; }
span { border-color: rgb(239,95,224); }
td.TdClassName
{
border-color: #EF5FE0;
}
.TagClassName
{
border-color: #EF5FE0;
}
</style>