Html Css Color HEX #EF4FCD Free Speech Magenta
📋 copy color: '#EF4FCD'red 239 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #EF4FCD
Tints of Free Speech Magenta #EF4FCD
RGB
CMYK
RGB Variations
Color information
#EF4FCD (or 0xEF4FCD) is known color: Free Speech Magenta. HEX triplet: EF, 4F and CD. RGB value is (239,79,205). Sum of RGB (Red+Green+Blue) = 239+79+205=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF4FCD is #10B032. Grayscale: #8C8C8C. Windows color (decimal): -1093683 or 13455343. OLE color: 13455343.
HSL color Cylindrical-coordinate representation of color #EF4FCD: hue angle of 312.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 #EF4FCD is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 205 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.06 |
| HSL | 312.75º | 0.83% | 0.62% | - |
| HSV(B) | 312.75º | 0.67% | 0.94% | - |
| XYZ | 49.41 | 28.35 | 60.63 | - |
| YUV | 141.2 | 164.01 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 205 | 0 | 0.67 | 0.14 | 0.06 | 312.75 | 0.83 | 0.62 |
| Hex | EF | 4F | CD | 0 | 43 | E | 6 | 139 | 53 | 3E |
| Octal | 357 | 117 | 315 | 0 | 103 | 16 | 6 | 471 | 123 | 76 |
| Binary | 11101111 | 1001111 | 11001101 | 0 | 1000011 | 1110 | 110 | 100111001 | 1010011 | 111110 |
Color Harmonies of #EF4FCD
Complementary color
Monochromatic Colors of #EF4FCD
Black with #EF4FCD
Text Example
Text Example
White with #EF4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4FCD; }
p { color: rgb(239,79,205); }
H1.HeaderClassName
{
color: #EF4FCD;
}
.AnyTagClassName
{
color: #EF4FCD;
}
</style>
background-color css
<style>
a { background-color: #EF4FCD; }
a { background-color: rgb(239,79,205); }
div.DivClassName
{
background-color: #EF4FCD;
}
.BgClassName
{
background-color: #EF4FCD;
}
</style>
border-color css
<style>
span { border-color: #EF4FCD; }
span { border-color: rgb(239,79,205); }
td.TdClassName
{
border-color: #EF4FCD;
}
.TagClassName
{
border-color: #EF4FCD;
}
</style>