Html Css Color HEX #EF6EDC Free Speech Magenta
📋 copy color: '#EF6EDC'red 239 ◦ green 110 ◦ blue 220
Shades of Free Speech Magenta #EF6EDC
Tints of Free Speech Magenta #EF6EDC
RGB
CMYK
RGB Variations
Color information
#EF6EDC (or 0xEF6EDC) is known color: Free Speech Magenta. HEX triplet: EF, 6E and DC. RGB value is (239,110,220). Sum of RGB (Red+Green+Blue) = 239+110+220=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6EDC is #109123. Grayscale: #A0A0A0. Windows color (decimal): -1085732 or 14446319. OLE color: 14446319.
HSL color Cylindrical-coordinate representation of color #EF6EDC: hue angle of 308.84º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6EDC is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 220 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.06 |
| HSL | 308.84º | 0.8% | 0.68% | - |
| HSV(B) | 308.84º | 0.54% | 0.94% | - |
| XYZ | 54.09 | 34.67 | 71.55 | - |
| YUV | 161.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 220 | 0 | 0.54 | 0.08 | 0.06 | 308.84 | 0.8 | 0.68 |
| Hex | EF | 6E | DC | 0 | 36 | 8 | 6 | 135 | 50 | 44 |
| Octal | 357 | 156 | 334 | 0 | 66 | 10 | 6 | 465 | 120 | 104 |
| Binary | 11101111 | 1101110 | 11011100 | 0 | 110110 | 1000 | 110 | 100110101 | 1010000 | 1000100 |
Color Harmonies of #EF6EDC
Complementary color
Monochromatic Colors of #EF6EDC
Black with #EF6EDC
Text Example
Text Example
White with #EF6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6EDC; }
p { color: rgb(239,110,220); }
H1.HeaderClassName
{
color: #EF6EDC;
}
.AnyTagClassName
{
color: #EF6EDC;
}
</style>
background-color css
<style>
a { background-color: #EF6EDC; }
a { background-color: rgb(239,110,220); }
div.DivClassName
{
background-color: #EF6EDC;
}
.BgClassName
{
background-color: #EF6EDC;
}
</style>
border-color css
<style>
span { border-color: #EF6EDC; }
span { border-color: rgb(239,110,220); }
td.TdClassName
{
border-color: #EF6EDC;
}
.TagClassName
{
border-color: #EF6EDC;
}
</style>