Html Css Color HEX #EF3AEC Free Speech Magenta
📋 copy color: '#EF3AEC'red 239 ◦ green 58 ◦ blue 236
Shades of Free Speech Magenta #EF3AEC
Tints of Free Speech Magenta #EF3AEC
RGB
CMYK
RGB Variations
Color information
#EF3AEC (or 0xEF3AEC) is known color: Free Speech Magenta. HEX triplet: EF, 3A and EC. RGB value is (239,58,236). Sum of RGB (Red+Green+Blue) = 239+58+236=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 58 (23.05% from 255 or 10.88% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3AEC is #10C513. Grayscale: #838383. Windows color (decimal): -1099028 or 15481583. OLE color: 15481583.
HSL color Cylindrical-coordinate representation of color #EF3AEC: hue angle of 300.99º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3AEC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 58 | 236 | - |
CMYK | 0 | 0.76 | 0.01 | 0.06 |
HSL | 300.99º | 0.85% | 0.58% | - |
HSV(B) | 300.99º | 0.76% | 0.94% | - |
XYZ | 52.25 | 27.43 | 81.9 | - |
YUV | 132.41 | 186.47 | 204.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 58 | 236 | 0 | 0.76 | 0.01 | 0.06 | 300.99 | 0.85 | 0.58 |
Hex | EF | 3A | EC | 0 | 4C | 1 | 6 | 12D | 55 | 3A |
Octal | 357 | 72 | 354 | 0 | 114 | 1 | 6 | 455 | 125 | 72 |
Binary | 11101111 | 111010 | 11101100 | 0 | 1001100 | 1 | 110 | 100101101 | 1010101 | 111010 |
Color Harmonies of #EF3AEC
Complementary color
Monochromatic Colors of #EF3AEC
Black with #EF3AEC
Text Example
Text Example
White with #EF3AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3AEC; }
p { color: rgb(239,58,236); }
H1.HeaderClassName
{
color: #EF3AEC;
}
.AnyTagClassName
{
color: #EF3AEC;
}
</style>
background-color css
<style>
a { background-color: #EF3AEC; }
a { background-color: rgb(239,58,236); }
div.DivClassName
{
background-color: #EF3AEC;
}
.BgClassName
{
background-color: #EF3AEC;
}
</style>
border-color css
<style>
span { border-color: #EF3AEC; }
span { border-color: rgb(239,58,236); }
td.TdClassName
{
border-color: #EF3AEC;
}
.TagClassName
{
border-color: #EF3AEC;
}
</style>