Html Css Color HEX #EF55E6 Free Speech Magenta
📋 copy color: '#EF55E6'red 239 ◦ green 85 ◦ blue 230
Shades of Free Speech Magenta #EF55E6
Tints of Free Speech Magenta #EF55E6
RGB
CMYK
RGB Variations
Color information
#EF55E6 (or 0xEF55E6) is known color: Free Speech Magenta. HEX triplet: EF, 55 and E6. RGB value is (239,85,230). Sum of RGB (Red+Green+Blue) = 239+85+230=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF55E6 is #10AA19. Grayscale: #939393. Windows color (decimal): -1092122 or 15095279. OLE color: 15095279.
HSL color Cylindrical-coordinate representation of color #EF55E6: hue angle of 303.51º 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 #EF55E6 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 230 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.06 |
| HSL | 303.51º | 0.83% | 0.64% | - |
| HSV(B) | 303.51º | 0.64% | 0.94% | - |
| XYZ | 53.13 | 30.56 | 77.96 | - |
| YUV | 147.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 230 | 0 | 0.64 | 0.04 | 0.06 | 303.51 | 0.83 | 0.64 |
| Hex | EF | 55 | E6 | 0 | 40 | 4 | 6 | 130 | 53 | 40 |
| Octal | 357 | 125 | 346 | 0 | 100 | 4 | 6 | 460 | 123 | 100 |
| Binary | 11101111 | 1010101 | 11100110 | 0 | 1000000 | 100 | 110 | 100110000 | 1010011 | 1000000 |
Color Harmonies of #EF55E6
Complementary color
Monochromatic Colors of #EF55E6
Black with #EF55E6
Text Example
Text Example
White with #EF55E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55E6; }
p { color: rgb(239,85,230); }
H1.HeaderClassName
{
color: #EF55E6;
}
.AnyTagClassName
{
color: #EF55E6;
}
</style>
background-color css
<style>
a { background-color: #EF55E6; }
a { background-color: rgb(239,85,230); }
div.DivClassName
{
background-color: #EF55E6;
}
.BgClassName
{
background-color: #EF55E6;
}
</style>
border-color css
<style>
span { border-color: #EF55E6; }
span { border-color: rgb(239,85,230); }
td.TdClassName
{
border-color: #EF55E6;
}
.TagClassName
{
border-color: #EF55E6;
}
</style>