Html Css Color HEX #EF5FE5 Free Speech Magenta
📋 copy color: '#EF5FE5'red 239 ◦ green 95 ◦ blue 229
Shades of Free Speech Magenta #EF5FE5
Tints of Free Speech Magenta #EF5FE5
RGB
CMYK
RGB Variations
Color information
#EF5FE5 (or 0xEF5FE5) is known color: Free Speech Magenta. HEX triplet: EF, 5F and E5. RGB value is (239,95,229). Sum of RGB (Red+Green+Blue) = 239+95+229=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 95 (37.5% from 255 or 16.87% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FE5 is #10A01A. Grayscale: #989898. Windows color (decimal): -1089563 or 15032303. OLE color: 15032303.
HSL color Cylindrical-coordinate representation of color #EF5FE5: hue angle of 304.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FE5 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 95 | 229 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.06 |
| HSL | 304.17º | 0.82% | 0.65% | - |
| HSV(B) | 304.17º | 0.6% | 0.94% | - |
| XYZ | 53.83 | 32.19 | 77.51 | - |
| YUV | 153.33 | 170.71 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 95 | 229 | 0 | 0.60 | 0.04 | 0.06 | 304.17 | 0.82 | 0.65 |
| Hex | EF | 5F | E5 | 0 | 3C | 4 | 6 | 130 | 52 | 41 |
| Octal | 357 | 137 | 345 | 0 | 74 | 4 | 6 | 460 | 122 | 101 |
| Binary | 11101111 | 1011111 | 11100101 | 0 | 111100 | 100 | 110 | 100110000 | 1010010 | 1000001 |
Color Harmonies of #EF5FE5
Complementary color
Monochromatic Colors of #EF5FE5
Black with #EF5FE5
Text Example
Text Example
White with #EF5FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5FE5; }
p { color: rgb(239,95,229); }
H1.HeaderClassName
{
color: #EF5FE5;
}
.AnyTagClassName
{
color: #EF5FE5;
}
</style>
background-color css
<style>
a { background-color: #EF5FE5; }
a { background-color: rgb(239,95,229); }
div.DivClassName
{
background-color: #EF5FE5;
}
.BgClassName
{
background-color: #EF5FE5;
}
</style>
border-color css
<style>
span { border-color: #EF5FE5; }
span { border-color: rgb(239,95,229); }
td.TdClassName
{
border-color: #EF5FE5;
}
.TagClassName
{
border-color: #EF5FE5;
}
</style>