Html Css Color HEX #EF57E5 Free Speech Magenta
📋 copy color: '#EF57E5'red 239 ◦ green 87 ◦ blue 229
Shades of Free Speech Magenta #EF57E5
Tints of Free Speech Magenta #EF57E5
RGB
CMYK
RGB Variations
Color information
#EF57E5 (or 0xEF57E5) is known color: Free Speech Magenta. HEX triplet: EF, 57 and E5. RGB value is (239,87,229). Sum of RGB (Red+Green+Blue) = 239+87+229=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57E5 is #10A81A. Grayscale: #949494. Windows color (decimal): -1091611 or 15030255. OLE color: 15030255.
HSL color Cylindrical-coordinate representation of color #EF57E5: hue angle of 303.95º 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 #EF57E5 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 87 | 229 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.06 |
| HSL | 303.95º | 0.83% | 0.64% | - |
| HSV(B) | 303.95º | 0.64% | 0.94% | - |
| XYZ | 53.15 | 30.82 | 77.28 | - |
| YUV | 148.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 87 | 229 | 0 | 0.64 | 0.04 | 0.06 | 303.95 | 0.83 | 0.64 |
| Hex | EF | 57 | E5 | 0 | 40 | 4 | 6 | 130 | 53 | 40 |
| Octal | 357 | 127 | 345 | 0 | 100 | 4 | 6 | 460 | 123 | 100 |
| Binary | 11101111 | 1010111 | 11100101 | 0 | 1000000 | 100 | 110 | 100110000 | 1010011 | 1000000 |
Color Harmonies of #EF57E5
Complementary color
Monochromatic Colors of #EF57E5
Black with #EF57E5
Text Example
Text Example
White with #EF57E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF57E5; }
p { color: rgb(239,87,229); }
H1.HeaderClassName
{
color: #EF57E5;
}
.AnyTagClassName
{
color: #EF57E5;
}
</style>
background-color css
<style>
a { background-color: #EF57E5; }
a { background-color: rgb(239,87,229); }
div.DivClassName
{
background-color: #EF57E5;
}
.BgClassName
{
background-color: #EF57E5;
}
</style>
border-color css
<style>
span { border-color: #EF57E5; }
span { border-color: rgb(239,87,229); }
td.TdClassName
{
border-color: #EF57E5;
}
.TagClassName
{
border-color: #EF57E5;
}
</style>