Html Css Color HEX #EF4FE5 Free Speech Magenta
📋 copy color: '#EF4FE5'red 239 ◦ green 79 ◦ blue 229
Shades of Free Speech Magenta #EF4FE5
Tints of Free Speech Magenta #EF4FE5
RGB
CMYK
RGB Variations
Color information
#EF4FE5 (or 0xEF4FE5) is known color: Free Speech Magenta. HEX triplet: EF, 4F and E5. RGB value is (239,79,229). Sum of RGB (Red+Green+Blue) = 239+79+229=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 79 (31.25% from 255 or 14.44% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FE5 is #10B01A. Grayscale: #8F8F8F. Windows color (decimal): -1093659 or 15028207. OLE color: 15028207.
HSL color Cylindrical-coordinate representation of color #EF4FE5: hue angle of 303.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4FE5 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 229 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.06 |
| HSL | 303.75º | 0.83% | 0.62% | - |
| HSV(B) | 303.75º | 0.67% | 0.94% | - |
| XYZ | 52.54 | 29.6 | 77.07 | - |
| YUV | 143.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 229 | 0 | 0.67 | 0.04 | 0.06 | 303.75 | 0.83 | 0.62 |
| Hex | EF | 4F | E5 | 0 | 43 | 4 | 6 | 130 | 53 | 3E |
| Octal | 357 | 117 | 345 | 0 | 103 | 4 | 6 | 460 | 123 | 76 |
| Binary | 11101111 | 1001111 | 11100101 | 0 | 1000011 | 100 | 110 | 100110000 | 1010011 | 111110 |
Color Harmonies of #EF4FE5
Complementary color
Monochromatic Colors of #EF4FE5
Black with #EF4FE5
Text Example
Text Example
White with #EF4FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FE5; }
p { color: rgb(239,79,229); }
H1.HeaderClassName
{
color: #EF4FE5;
}
.AnyTagClassName
{
color: #EF4FE5;
}
</style>
background-color css
<style>
a { background-color: #EF4FE5; }
a { background-color: rgb(239,79,229); }
div.DivClassName
{
background-color: #EF4FE5;
}
.BgClassName
{
background-color: #EF4FE5;
}
</style>
border-color css
<style>
span { border-color: #EF4FE5; }
span { border-color: rgb(239,79,229); }
td.TdClassName
{
border-color: #EF4FE5;
}
.TagClassName
{
border-color: #EF4FE5;
}
</style>