Html Css Color HEX #EF5ECB Free Speech Magenta
📋 copy color: '#EF5ECB'red 239 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #EF5ECB
Tints of Free Speech Magenta #EF5ECB
RGB
CMYK
RGB Variations
Color information
#EF5ECB (or 0xEF5ECB) is known color: Free Speech Magenta. HEX triplet: EF, 5E and CB. RGB value is (239,94,203). Sum of RGB (Red+Green+Blue) = 239+94+203=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ECB is #10A134. Grayscale: #959595. Windows color (decimal): -1089845 or 13328111. OLE color: 13328111.
HSL color Cylindrical-coordinate representation of color #EF5ECB: hue angle of 314.9º 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 #EF5ECB is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 203 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.06 |
| HSL | 314.9º | 0.82% | 0.65% | - |
| HSV(B) | 314.9º | 0.61% | 0.94% | - |
| XYZ | 50.38 | 30.67 | 59.76 | - |
| YUV | 149.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 203 | 0 | 0.61 | 0.15 | 0.06 | 314.9 | 0.82 | 0.65 |
| Hex | EF | 5E | CB | 0 | 3D | F | 6 | 13B | 52 | 41 |
| Octal | 357 | 136 | 313 | 0 | 75 | 17 | 6 | 473 | 122 | 101 |
| Binary | 11101111 | 1011110 | 11001011 | 0 | 111101 | 1111 | 110 | 100111011 | 1010010 | 1000001 |
Color Harmonies of #EF5ECB
Complementary color
Monochromatic Colors of #EF5ECB
Black with #EF5ECB
Text Example
Text Example
White with #EF5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5ECB; }
p { color: rgb(239,94,203); }
H1.HeaderClassName
{
color: #EF5ECB;
}
.AnyTagClassName
{
color: #EF5ECB;
}
</style>
background-color css
<style>
a { background-color: #EF5ECB; }
a { background-color: rgb(239,94,203); }
div.DivClassName
{
background-color: #EF5ECB;
}
.BgClassName
{
background-color: #EF5ECB;
}
</style>
border-color css
<style>
span { border-color: #EF5ECB; }
span { border-color: rgb(239,94,203); }
td.TdClassName
{
border-color: #EF5ECB;
}
.TagClassName
{
border-color: #EF5ECB;
}
</style>