Html Css Color HEX #EF4EC2 Free Speech Magenta
📋 copy color: '#EF4EC2'red 239 ◦ green 78 ◦ blue 194
Shades of Free Speech Magenta #EF4EC2
Tints of Free Speech Magenta #EF4EC2
RGB
CMYK
RGB Variations
Color information
#EF4EC2 (or 0xEF4EC2) is known color: Free Speech Magenta. HEX triplet: EF, 4E and C2. RGB value is (239,78,194). Sum of RGB (Red+Green+Blue) = 239+78+194=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4EC2 is #10B13D. Grayscale: #8B8B8B. Windows color (decimal): -1093950 or 12734191. OLE color: 12734191.
HSL color Cylindrical-coordinate representation of color #EF4EC2: hue angle of 316.77º 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 #EF4EC2 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 78 | 194 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.06 |
| HSL | 316.77º | 0.83% | 0.62% | - |
| HSV(B) | 316.77º | 0.67% | 0.94% | - |
| XYZ | 48.06 | 27.69 | 53.85 | - |
| YUV | 139.36 | 158.84 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 78 | 194 | 0 | 0.67 | 0.19 | 0.06 | 316.77 | 0.83 | 0.62 |
| Hex | EF | 4E | C2 | 0 | 43 | 13 | 6 | 13D | 53 | 3E |
| Octal | 357 | 116 | 302 | 0 | 103 | 23 | 6 | 475 | 123 | 76 |
| Binary | 11101111 | 1001110 | 11000010 | 0 | 1000011 | 10011 | 110 | 100111101 | 1010011 | 111110 |
Color Harmonies of #EF4EC2
Complementary color
Monochromatic Colors of #EF4EC2
Black with #EF4EC2
Text Example
Text Example
White with #EF4EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4EC2; }
p { color: rgb(239,78,194); }
H1.HeaderClassName
{
color: #EF4EC2;
}
.AnyTagClassName
{
color: #EF4EC2;
}
</style>
background-color css
<style>
a { background-color: #EF4EC2; }
a { background-color: rgb(239,78,194); }
div.DivClassName
{
background-color: #EF4EC2;
}
.BgClassName
{
background-color: #EF4EC2;
}
</style>
border-color css
<style>
span { border-color: #EF4EC2; }
span { border-color: rgb(239,78,194); }
td.TdClassName
{
border-color: #EF4EC2;
}
.TagClassName
{
border-color: #EF4EC2;
}
</style>