Html Css Color HEX #EF49CE Free Speech Magenta
📋 copy color: '#EF49CE'red 239 ◦ green 73 ◦ blue 206
Shades of Free Speech Magenta #EF49CE
Tints of Free Speech Magenta #EF49CE
RGB
CMYK
RGB Variations
Color information
#EF49CE (or 0xEF49CE) is known color: Free Speech Magenta. HEX triplet: EF, 49 and CE. RGB value is (239,73,206). Sum of RGB (Red+Green+Blue) = 239+73+206=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49CE is #10B631. Grayscale: #898989. Windows color (decimal): -1095218 or 13519343. OLE color: 13519343.
HSL color Cylindrical-coordinate representation of color #EF49CE: hue angle of 311.93º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF49CE is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 206 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.06 |
| HSL | 311.93º | 0.84% | 0.61% | - |
| HSV(B) | 311.93º | 0.69% | 0.94% | - |
| XYZ | 49.12 | 27.57 | 61.13 | - |
| YUV | 137.8 | 166.5 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 206 | 0 | 0.69 | 0.14 | 0.06 | 311.93 | 0.84 | 0.61 |
| Hex | EF | 49 | CE | 0 | 45 | E | 6 | 138 | 54 | 3D |
| Octal | 357 | 111 | 316 | 0 | 105 | 16 | 6 | 470 | 124 | 75 |
| Binary | 11101111 | 1001001 | 11001110 | 0 | 1000101 | 1110 | 110 | 100111000 | 1010100 | 111101 |
Color Harmonies of #EF49CE
Complementary color
Monochromatic Colors of #EF49CE
Black with #EF49CE
Text Example
Text Example
White with #EF49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49CE; }
p { color: rgb(239,73,206); }
H1.HeaderClassName
{
color: #EF49CE;
}
.AnyTagClassName
{
color: #EF49CE;
}
</style>
background-color css
<style>
a { background-color: #EF49CE; }
a { background-color: rgb(239,73,206); }
div.DivClassName
{
background-color: #EF49CE;
}
.BgClassName
{
background-color: #EF49CE;
}
</style>
border-color css
<style>
span { border-color: #EF49CE; }
span { border-color: rgb(239,73,206); }
td.TdClassName
{
border-color: #EF49CE;
}
.TagClassName
{
border-color: #EF49CE;
}
</style>