Html Css Color HEX #EF4CCD Free Speech Magenta
📋 copy color: '#EF4CCD'red 239 ◦ green 76 ◦ blue 205
Shades of Free Speech Magenta #EF4CCD
Tints of Free Speech Magenta #EF4CCD
RGB
CMYK
RGB Variations
Color information
#EF4CCD (or 0xEF4CCD) is known color: Free Speech Magenta. HEX triplet: EF, 4C and CD. RGB value is (239,76,205). Sum of RGB (Red+Green+Blue) = 239+76+205=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CCD is #10B332. Grayscale: #8B8B8B. Windows color (decimal): -1094451 or 13454575. OLE color: 13454575.
HSL color Cylindrical-coordinate representation of color #EF4CCD: hue angle of 312.52º 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 #EF4CCD is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 205 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.06 |
| HSL | 312.52º | 0.84% | 0.62% | - |
| HSV(B) | 312.52º | 0.68% | 0.94% | - |
| XYZ | 49.2 | 27.93 | 60.55 | - |
| YUV | 139.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 205 | 0 | 0.68 | 0.14 | 0.06 | 312.52 | 0.84 | 0.62 |
| Hex | EF | 4C | CD | 0 | 44 | E | 6 | 139 | 54 | 3E |
| Octal | 357 | 114 | 315 | 0 | 104 | 16 | 6 | 471 | 124 | 76 |
| Binary | 11101111 | 1001100 | 11001101 | 0 | 1000100 | 1110 | 110 | 100111001 | 1010100 | 111110 |
Color Harmonies of #EF4CCD
Complementary color
Monochromatic Colors of #EF4CCD
Black with #EF4CCD
Text Example
Text Example
White with #EF4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CCD; }
p { color: rgb(239,76,205); }
H1.HeaderClassName
{
color: #EF4CCD;
}
.AnyTagClassName
{
color: #EF4CCD;
}
</style>
background-color css
<style>
a { background-color: #EF4CCD; }
a { background-color: rgb(239,76,205); }
div.DivClassName
{
background-color: #EF4CCD;
}
.BgClassName
{
background-color: #EF4CCD;
}
</style>
border-color css
<style>
span { border-color: #EF4CCD; }
span { border-color: rgb(239,76,205); }
td.TdClassName
{
border-color: #EF4CCD;
}
.TagClassName
{
border-color: #EF4CCD;
}
</style>