Html Css Color HEX #EF4CED Free Speech Magenta
📋 copy color: '#EF4CED'red 239 ◦ green 76 ◦ blue 237
Shades of Free Speech Magenta #EF4CED
Tints of Free Speech Magenta #EF4CED
RGB
CMYK
RGB Variations
Color information
#EF4CED (or 0xEF4CED) is known color: Free Speech Magenta. HEX triplet: EF, 4C and ED. RGB value is (239,76,237). Sum of RGB (Red+Green+Blue) = 239+76+237=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 76 (30.08% from 255 or 13.77% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CED is #10B312. Grayscale: #8E8E8E. Windows color (decimal): -1094419 or 15551727. OLE color: 15551727.
HSL color Cylindrical-coordinate representation of color #EF4CED: hue angle of 300.74º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4CED is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 237 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.06 |
| HSL | 300.74º | 0.84% | 0.62% | - |
| HSV(B) | 300.74º | 0.68% | 0.94% | - |
| XYZ | 53.47 | 29.63 | 83.02 | - |
| YUV | 143.09 | 181 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 237 | 0 | 0.68 | 0.01 | 0.06 | 300.74 | 0.84 | 0.62 |
| Hex | EF | 4C | ED | 0 | 44 | 1 | 6 | 12D | 54 | 3E |
| Octal | 357 | 114 | 355 | 0 | 104 | 1 | 6 | 455 | 124 | 76 |
| Binary | 11101111 | 1001100 | 11101101 | 0 | 1000100 | 1 | 110 | 100101101 | 1010100 | 111110 |
Color Harmonies of #EF4CED
Complementary color
Monochromatic Colors of #EF4CED
Black with #EF4CED
Text Example
Text Example
White with #EF4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CED; }
p { color: rgb(239,76,237); }
H1.HeaderClassName
{
color: #EF4CED;
}
.AnyTagClassName
{
color: #EF4CED;
}
</style>
background-color css
<style>
a { background-color: #EF4CED; }
a { background-color: rgb(239,76,237); }
div.DivClassName
{
background-color: #EF4CED;
}
.BgClassName
{
background-color: #EF4CED;
}
</style>
border-color css
<style>
span { border-color: #EF4CED; }
span { border-color: rgb(239,76,237); }
td.TdClassName
{
border-color: #EF4CED;
}
.TagClassName
{
border-color: #EF4CED;
}
</style>