Html Css Color HEX #EF5ECE Free Speech Magenta
📋 copy color: '#EF5ECE'red 239 ◦ green 94 ◦ blue 206
Shades of Free Speech Magenta #EF5ECE
Tints of Free Speech Magenta #EF5ECE
RGB
CMYK
RGB Variations
Color information
#EF5ECE (or 0xEF5ECE) is known color: Free Speech Magenta. HEX triplet: EF, 5E and CE. RGB value is (239,94,206). Sum of RGB (Red+Green+Blue) = 239+94+206=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ECE is #10A131. Grayscale: #959595. Windows color (decimal): -1089842 or 13524719. OLE color: 13524719.
HSL color Cylindrical-coordinate representation of color #EF5ECE: hue angle of 313.66º 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 #EF5ECE is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 206 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.06 |
| HSL | 313.66º | 0.82% | 0.65% | - |
| HSV(B) | 313.66º | 0.61% | 0.94% | - |
| XYZ | 50.74 | 30.81 | 61.67 | - |
| YUV | 150.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 206 | 0 | 0.61 | 0.14 | 0.06 | 313.66 | 0.82 | 0.65 |
| Hex | EF | 5E | CE | 0 | 3D | E | 6 | 13A | 52 | 41 |
| Octal | 357 | 136 | 316 | 0 | 75 | 16 | 6 | 472 | 122 | 101 |
| Binary | 11101111 | 1011110 | 11001110 | 0 | 111101 | 1110 | 110 | 100111010 | 1010010 | 1000001 |
Color Harmonies of #EF5ECE
Complementary color
Monochromatic Colors of #EF5ECE
Black with #EF5ECE
Text Example
Text Example
White with #EF5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5ECE; }
p { color: rgb(239,94,206); }
H1.HeaderClassName
{
color: #EF5ECE;
}
.AnyTagClassName
{
color: #EF5ECE;
}
</style>
background-color css
<style>
a { background-color: #EF5ECE; }
a { background-color: rgb(239,94,206); }
div.DivClassName
{
background-color: #EF5ECE;
}
.BgClassName
{
background-color: #EF5ECE;
}
</style>
border-color css
<style>
span { border-color: #EF5ECE; }
span { border-color: rgb(239,94,206); }
td.TdClassName
{
border-color: #EF5ECE;
}
.TagClassName
{
border-color: #EF5ECE;
}
</style>