Html Css Color HEX #EF55D6 Free Speech Magenta
📋 copy color: '#EF55D6'red 239 ◦ green 85 ◦ blue 214
Shades of Free Speech Magenta #EF55D6
Tints of Free Speech Magenta #EF55D6
RGB
CMYK
RGB Variations
Color information
#EF55D6 (or 0xEF55D6) is known color: Free Speech Magenta. HEX triplet: EF, 55 and D6. RGB value is (239,85,214). Sum of RGB (Red+Green+Blue) = 239+85+214=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 85 (33.59% from 255 or 15.80% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55D6 is #10AA29. Grayscale: #919191. Windows color (decimal): -1092138 or 14046703. OLE color: 14046703.
HSL color Cylindrical-coordinate representation of color #EF55D6: hue angle of 309.74º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55D6 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 214 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.06 |
| HSL | 309.74º | 0.83% | 0.64% | - |
| HSV(B) | 309.74º | 0.64% | 0.94% | - |
| XYZ | 50.98 | 29.7 | 66.66 | - |
| YUV | 145.75 | 166.52 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 214 | 0 | 0.64 | 0.10 | 0.06 | 309.74 | 0.83 | 0.64 |
| Hex | EF | 55 | D6 | 0 | 40 | A | 6 | 136 | 53 | 40 |
| Octal | 357 | 125 | 326 | 0 | 100 | 12 | 6 | 466 | 123 | 100 |
| Binary | 11101111 | 1010101 | 11010110 | 0 | 1000000 | 1010 | 110 | 100110110 | 1010011 | 1000000 |
Color Harmonies of #EF55D6
Complementary color
Monochromatic Colors of #EF55D6
Black with #EF55D6
Text Example
Text Example
White with #EF55D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55D6; }
p { color: rgb(239,85,214); }
H1.HeaderClassName
{
color: #EF55D6;
}
.AnyTagClassName
{
color: #EF55D6;
}
</style>
background-color css
<style>
a { background-color: #EF55D6; }
a { background-color: rgb(239,85,214); }
div.DivClassName
{
background-color: #EF55D6;
}
.BgClassName
{
background-color: #EF55D6;
}
</style>
border-color css
<style>
span { border-color: #EF55D6; }
span { border-color: rgb(239,85,214); }
td.TdClassName
{
border-color: #EF55D6;
}
.TagClassName
{
border-color: #EF55D6;
}
</style>