Html Css Color HEX #EF37F5 Free Speech Magenta
📋 copy color: '#EF37F5'red 239 ◦ green 55 ◦ blue 245
Shades of Free Speech Magenta #EF37F5
Tints of Free Speech Magenta #EF37F5
RGB
CMYK
RGB Variations
Color information
#EF37F5 (or 0xEF37F5) is known color: Free Speech Magenta. HEX triplet: EF, 37 and F5. RGB value is (239,55,245). Sum of RGB (Red+Green+Blue) = 239+55+245=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 55 (21.88% from 255 or 10.20% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF37F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF37F5 is #10C80A. Grayscale: #838383. Windows color (decimal): -1099787 or 16070639. OLE color: 16070639.
HSL color Cylindrical-coordinate representation of color #EF37F5: hue angle of 298.11º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF37F5 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 55 | 245 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.04 |
| HSL | 298.11º | 0.9% | 0.59% | - |
| HSV(B) | 298.11º | 0.78% | 0.96% | - |
| XYZ | 53.44 | 27.68 | 88.91 | - |
| YUV | 131.68 | 191.96 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 245 | 0.02 | 0.78 | 0 | 0.04 | 298.11 | 0.9 | 0.59 |
| Hex | EF | 37 | F5 | 2 | 4E | 0 | 4 | 12A | 5A | 3B |
| Octal | 357 | 67 | 365 | 2 | 116 | 0 | 4 | 452 | 132 | 73 |
| Binary | 11101111 | 110111 | 11110101 | 10 | 1001110 | 0 | 100 | 100101010 | 1011010 | 111011 |
Color Harmonies of #EF37F5
Complementary color
Monochromatic Colors of #EF37F5
Black with #EF37F5
Text Example
Text Example
White with #EF37F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37F5; }
p { color: rgb(239,55,245); }
H1.HeaderClassName
{
color: #EF37F5;
}
.AnyTagClassName
{
color: #EF37F5;
}
</style>
background-color css
<style>
a { background-color: #EF37F5; }
a { background-color: rgb(239,55,245); }
div.DivClassName
{
background-color: #EF37F5;
}
.BgClassName
{
background-color: #EF37F5;
}
</style>
border-color css
<style>
span { border-color: #EF37F5; }
span { border-color: rgb(239,55,245); }
td.TdClassName
{
border-color: #EF37F5;
}
.TagClassName
{
border-color: #EF37F5;
}
</style>