Html Css Color HEX #EF55C6 Free Speech Magenta
📋 copy color: '#EF55C6'red 239 ◦ green 85 ◦ blue 198
Shades of Free Speech Magenta #EF55C6
Tints of Free Speech Magenta #EF55C6
RGB
CMYK
RGB Variations
Color information
#EF55C6 (or 0xEF55C6) is known color: Free Speech Magenta. HEX triplet: EF, 55 and C6. RGB value is (239,85,198). Sum of RGB (Red+Green+Blue) = 239+85+198=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF55C6 is #10AA39. Grayscale: #8F8F8F. Windows color (decimal): -1092154 or 12998127. OLE color: 12998127.
HSL color Cylindrical-coordinate representation of color #EF55C6: hue angle of 315.97º 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 #EF55C6 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 198 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.06 |
| HSL | 315.97º | 0.83% | 0.64% | - |
| HSV(B) | 315.97º | 0.64% | 0.94% | - |
| XYZ | 49.04 | 28.92 | 56.42 | - |
| YUV | 143.93 | 158.52 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 198 | 0 | 0.64 | 0.17 | 0.06 | 315.97 | 0.83 | 0.64 |
| Hex | EF | 55 | C6 | 0 | 40 | 11 | 6 | 13C | 53 | 40 |
| Octal | 357 | 125 | 306 | 0 | 100 | 21 | 6 | 474 | 123 | 100 |
| Binary | 11101111 | 1010101 | 11000110 | 0 | 1000000 | 10001 | 110 | 100111100 | 1010011 | 1000000 |
Color Harmonies of #EF55C6
Complementary color
Monochromatic Colors of #EF55C6
Black with #EF55C6
Text Example
Text Example
White with #EF55C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55C6; }
p { color: rgb(239,85,198); }
H1.HeaderClassName
{
color: #EF55C6;
}
.AnyTagClassName
{
color: #EF55C6;
}
</style>
background-color css
<style>
a { background-color: #EF55C6; }
a { background-color: rgb(239,85,198); }
div.DivClassName
{
background-color: #EF55C6;
}
.BgClassName
{
background-color: #EF55C6;
}
</style>
border-color css
<style>
span { border-color: #EF55C6; }
span { border-color: rgb(239,85,198); }
td.TdClassName
{
border-color: #EF55C6;
}
.TagClassName
{
border-color: #EF55C6;
}
</style>