Html Css Color HEX #EF6EDB Free Speech Magenta
📋 copy color: '#EF6EDB'red 239 ◦ green 110 ◦ blue 219
Shades of Free Speech Magenta #EF6EDB
Tints of Free Speech Magenta #EF6EDB
RGB
CMYK
RGB Variations
Color information
#EF6EDB (or 0xEF6EDB) is known color: Free Speech Magenta. HEX triplet: EF, 6E and DB. RGB value is (239,110,219). Sum of RGB (Red+Green+Blue) = 239+110+219=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6EDB is #109124. Grayscale: #A0A0A0. Windows color (decimal): -1085733 or 14380783. OLE color: 14380783.
HSL color Cylindrical-coordinate representation of color #EF6EDB: hue angle of 309.3º 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 #EF6EDB is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 110 | 219 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.06 |
| HSL | 309.3º | 0.8% | 0.68% | - |
| HSV(B) | 309.3º | 0.54% | 0.94% | - |
| XYZ | 53.96 | 34.62 | 70.86 | - |
| YUV | 161 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 110 | 219 | 0 | 0.54 | 0.08 | 0.06 | 309.3 | 0.8 | 0.68 |
| Hex | EF | 6E | DB | 0 | 36 | 8 | 6 | 135 | 50 | 44 |
| Octal | 357 | 156 | 333 | 0 | 66 | 10 | 6 | 465 | 120 | 104 |
| Binary | 11101111 | 1101110 | 11011011 | 0 | 110110 | 1000 | 110 | 100110101 | 1010000 | 1000100 |
Color Harmonies of #EF6EDB
Complementary color
Monochromatic Colors of #EF6EDB
Black with #EF6EDB
Text Example
Text Example
White with #EF6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6EDB; }
p { color: rgb(239,110,219); }
H1.HeaderClassName
{
color: #EF6EDB;
}
.AnyTagClassName
{
color: #EF6EDB;
}
</style>
background-color css
<style>
a { background-color: #EF6EDB; }
a { background-color: rgb(239,110,219); }
div.DivClassName
{
background-color: #EF6EDB;
}
.BgClassName
{
background-color: #EF6EDB;
}
</style>
border-color css
<style>
span { border-color: #EF6EDB; }
span { border-color: rgb(239,110,219); }
td.TdClassName
{
border-color: #EF6EDB;
}
.TagClassName
{
border-color: #EF6EDB;
}
</style>