Html Css Color HEX #EF6EDA Free Speech Magenta
📋 copy color: '#EF6EDA'red 239 ◦ green 110 ◦ blue 218
Shades of Free Speech Magenta #EF6EDA
Tints of Free Speech Magenta #EF6EDA
RGB
CMYK
RGB Variations
Color information
#EF6EDA (or 0xEF6EDA) is known color: Free Speech Magenta. HEX triplet: EF, 6E and DA. RGB value is (239,110,218). Sum of RGB (Red+Green+Blue) = 239+110+218=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6EDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6EDA is #109125. Grayscale: #A0A0A0. Windows color (decimal): -1085734 or 14315247. OLE color: 14315247.
HSL color Cylindrical-coordinate representation of color #EF6EDA: hue angle of 309.77º 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 #EF6EDA is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 218 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.06 |
| HSL | 309.77º | 0.8% | 0.68% | - |
| HSV(B) | 309.77º | 0.54% | 0.94% | - |
| XYZ | 53.83 | 34.56 | 70.16 | - |
| YUV | 160.88 | 160.24 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 218 | 0 | 0.54 | 0.09 | 0.06 | 309.77 | 0.8 | 0.68 |
| Hex | EF | 6E | DA | 0 | 36 | 9 | 6 | 136 | 50 | 44 |
| Octal | 357 | 156 | 332 | 0 | 66 | 11 | 6 | 466 | 120 | 104 |
| Binary | 11101111 | 1101110 | 11011010 | 0 | 110110 | 1001 | 110 | 100110110 | 1010000 | 1000100 |
Color Harmonies of #EF6EDA
Complementary color
Monochromatic Colors of #EF6EDA
Black with #EF6EDA
Text Example
Text Example
White with #EF6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6EDA; }
p { color: rgb(239,110,218); }
H1.HeaderClassName
{
color: #EF6EDA;
}
.AnyTagClassName
{
color: #EF6EDA;
}
</style>
background-color css
<style>
a { background-color: #EF6EDA; }
a { background-color: rgb(239,110,218); }
div.DivClassName
{
background-color: #EF6EDA;
}
.BgClassName
{
background-color: #EF6EDA;
}
</style>
border-color css
<style>
span { border-color: #EF6EDA; }
span { border-color: rgb(239,110,218); }
td.TdClassName
{
border-color: #EF6EDA;
}
.TagClassName
{
border-color: #EF6EDA;
}
</style>