Html Css Color HEX #EF4CE5 Free Speech Magenta
📋 copy color: '#EF4CE5'red 239 ◦ green 76 ◦ blue 229
Shades of Free Speech Magenta #EF4CE5
Tints of Free Speech Magenta #EF4CE5
RGB
CMYK
RGB Variations
Color information
#EF4CE5 (or 0xEF4CE5) is known color: Free Speech Magenta. HEX triplet: EF, 4C and E5. RGB value is (239,76,229). Sum of RGB (Red+Green+Blue) = 239+76+229=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 76 (30.08% from 255 or 13.97% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CE5 is #10B31A. Grayscale: #8D8D8D. Windows color (decimal): -1094427 or 15027439. OLE color: 15027439.
HSL color Cylindrical-coordinate representation of color #EF4CE5: hue angle of 303.68º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4CE5 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 229 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.06 |
| HSL | 303.68º | 0.84% | 0.62% | - |
| HSV(B) | 303.68º | 0.68% | 0.94% | - |
| XYZ | 52.32 | 29.18 | 77 | - |
| YUV | 142.18 | 177 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 229 | 0 | 0.68 | 0.04 | 0.06 | 303.68 | 0.84 | 0.62 |
| Hex | EF | 4C | E5 | 0 | 44 | 4 | 6 | 130 | 54 | 3E |
| Octal | 357 | 114 | 345 | 0 | 104 | 4 | 6 | 460 | 124 | 76 |
| Binary | 11101111 | 1001100 | 11100101 | 0 | 1000100 | 100 | 110 | 100110000 | 1010100 | 111110 |
Color Harmonies of #EF4CE5
Complementary color
Monochromatic Colors of #EF4CE5
Black with #EF4CE5
Text Example
Text Example
White with #EF4CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CE5; }
p { color: rgb(239,76,229); }
H1.HeaderClassName
{
color: #EF4CE5;
}
.AnyTagClassName
{
color: #EF4CE5;
}
</style>
background-color css
<style>
a { background-color: #EF4CE5; }
a { background-color: rgb(239,76,229); }
div.DivClassName
{
background-color: #EF4CE5;
}
.BgClassName
{
background-color: #EF4CE5;
}
</style>
border-color css
<style>
span { border-color: #EF4CE5; }
span { border-color: rgb(239,76,229); }
td.TdClassName
{
border-color: #EF4CE5;
}
.TagClassName
{
border-color: #EF4CE5;
}
</style>