Html Css Color HEX #EF5EDC Free Speech Magenta
📋 copy color: '#EF5EDC'red 239 ◦ green 94 ◦ blue 220
Shades of Free Speech Magenta #EF5EDC
Tints of Free Speech Magenta #EF5EDC
RGB
CMYK
RGB Variations
Color information
#EF5EDC (or 0xEF5EDC) is known color: Free Speech Magenta. HEX triplet: EF, 5E and DC. RGB value is (239,94,220). Sum of RGB (Red+Green+Blue) = 239+94+220=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5EDC is #10A123. Grayscale: #979797. Windows color (decimal): -1089828 or 14442223. OLE color: 14442223.
HSL color Cylindrical-coordinate representation of color #EF5EDC: hue angle of 307.86º 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 #EF5EDC is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 220 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.06 |
| HSL | 307.86º | 0.82% | 0.65% | - |
| HSV(B) | 307.86º | 0.61% | 0.94% | - |
| XYZ | 52.52 | 31.52 | 71.03 | - |
| YUV | 151.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 220 | 0 | 0.61 | 0.08 | 0.06 | 307.86 | 0.82 | 0.65 |
| Hex | EF | 5E | DC | 0 | 3D | 8 | 6 | 134 | 52 | 41 |
| Octal | 357 | 136 | 334 | 0 | 75 | 10 | 6 | 464 | 122 | 101 |
| Binary | 11101111 | 1011110 | 11011100 | 0 | 111101 | 1000 | 110 | 100110100 | 1010010 | 1000001 |
Color Harmonies of #EF5EDC
Complementary color
Monochromatic Colors of #EF5EDC
Black with #EF5EDC
Text Example
Text Example
White with #EF5EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5EDC; }
p { color: rgb(239,94,220); }
H1.HeaderClassName
{
color: #EF5EDC;
}
.AnyTagClassName
{
color: #EF5EDC;
}
</style>
background-color css
<style>
a { background-color: #EF5EDC; }
a { background-color: rgb(239,94,220); }
div.DivClassName
{
background-color: #EF5EDC;
}
.BgClassName
{
background-color: #EF5EDC;
}
</style>
border-color css
<style>
span { border-color: #EF5EDC; }
span { border-color: rgb(239,94,220); }
td.TdClassName
{
border-color: #EF5EDC;
}
.TagClassName
{
border-color: #EF5EDC;
}
</style>