Html Css Color HEX #EF55E7 Free Speech Magenta
📋 copy color: '#EF55E7'red 239 ◦ green 85 ◦ blue 231
Shades of Free Speech Magenta #EF55E7
Tints of Free Speech Magenta #EF55E7
RGB
CMYK
RGB Variations
Color information
#EF55E7 (or 0xEF55E7) is known color: Free Speech Magenta. HEX triplet: EF, 55 and E7. RGB value is (239,85,231). Sum of RGB (Red+Green+Blue) = 239+85+231=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 85 (33.59% from 255 or 15.32% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF55E7 is #10AA18. Grayscale: #939393. Windows color (decimal): -1092121 or 15160815. OLE color: 15160815.
HSL color Cylindrical-coordinate representation of color #EF55E7: hue angle of 303.12º 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 #EF55E7 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 231 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.06 |
| HSL | 303.12º | 0.83% | 0.64% | - |
| HSV(B) | 303.12º | 0.64% | 0.94% | - |
| XYZ | 53.27 | 30.62 | 78.7 | - |
| YUV | 147.69 | 175.02 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 231 | 0 | 0.64 | 0.03 | 0.06 | 303.12 | 0.83 | 0.64 |
| Hex | EF | 55 | E7 | 0 | 40 | 3 | 6 | 12F | 53 | 40 |
| Octal | 357 | 125 | 347 | 0 | 100 | 3 | 6 | 457 | 123 | 100 |
| Binary | 11101111 | 1010101 | 11100111 | 0 | 1000000 | 11 | 110 | 100101111 | 1010011 | 1000000 |
Color Harmonies of #EF55E7
Complementary color
Monochromatic Colors of #EF55E7
Black with #EF55E7
Text Example
Text Example
White with #EF55E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF55E7; }
p { color: rgb(239,85,231); }
H1.HeaderClassName
{
color: #EF55E7;
}
.AnyTagClassName
{
color: #EF55E7;
}
</style>
background-color css
<style>
a { background-color: #EF55E7; }
a { background-color: rgb(239,85,231); }
div.DivClassName
{
background-color: #EF55E7;
}
.BgClassName
{
background-color: #EF55E7;
}
</style>
border-color css
<style>
span { border-color: #EF55E7; }
span { border-color: rgb(239,85,231); }
td.TdClassName
{
border-color: #EF55E7;
}
.TagClassName
{
border-color: #EF55E7;
}
</style>