Html Css Color HEX #EF5EC9 Free Speech Magenta
📋 copy color: '#EF5EC9'red 239 ◦ green 94 ◦ blue 201
Shades of Free Speech Magenta #EF5EC9
Tints of Free Speech Magenta #EF5EC9
RGB
CMYK
RGB Variations
Color information
#EF5EC9 (or 0xEF5EC9) is known color: Free Speech Magenta. HEX triplet: EF, 5E and C9. RGB value is (239,94,201). Sum of RGB (Red+Green+Blue) = 239+94+201=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EC9 is #10A136. Grayscale: #959595. Windows color (decimal): -1089847 or 13197039. OLE color: 13197039.
HSL color Cylindrical-coordinate representation of color #EF5EC9: hue angle of 315.72º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5EC9 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 201 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.06 |
| HSL | 315.72º | 0.82% | 0.65% | - |
| HSV(B) | 315.72º | 0.61% | 0.94% | - |
| XYZ | 50.14 | 30.57 | 58.52 | - |
| YUV | 149.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 201 | 0 | 0.61 | 0.16 | 0.06 | 315.72 | 0.82 | 0.65 |
| Hex | EF | 5E | C9 | 0 | 3D | 10 | 6 | 13C | 52 | 41 |
| Octal | 357 | 136 | 311 | 0 | 75 | 20 | 6 | 474 | 122 | 101 |
| Binary | 11101111 | 1011110 | 11001001 | 0 | 111101 | 10000 | 110 | 100111100 | 1010010 | 1000001 |
Color Harmonies of #EF5EC9
Complementary color
Monochromatic Colors of #EF5EC9
Black with #EF5EC9
Text Example
Text Example
White with #EF5EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5EC9; }
p { color: rgb(239,94,201); }
H1.HeaderClassName
{
color: #EF5EC9;
}
.AnyTagClassName
{
color: #EF5EC9;
}
</style>
background-color css
<style>
a { background-color: #EF5EC9; }
a { background-color: rgb(239,94,201); }
div.DivClassName
{
background-color: #EF5EC9;
}
.BgClassName
{
background-color: #EF5EC9;
}
</style>
border-color css
<style>
span { border-color: #EF5EC9; }
span { border-color: rgb(239,94,201); }
td.TdClassName
{
border-color: #EF5EC9;
}
.TagClassName
{
border-color: #EF5EC9;
}
</style>