Html Css Color HEX #EF4CDD Free Speech Magenta
📋 copy color: '#EF4CDD'red 239 ◦ green 76 ◦ blue 221
Shades of Free Speech Magenta #EF4CDD
Tints of Free Speech Magenta #EF4CDD
RGB
CMYK
RGB Variations
Color information
#EF4CDD (or 0xEF4CDD) is known color: Free Speech Magenta. HEX triplet: EF, 4C and DD. RGB value is (239,76,221). Sum of RGB (Red+Green+Blue) = 239+76+221=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 76 (30.08% from 255 or 14.18% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4CDD is #10B322. Grayscale: #8C8C8C. Windows color (decimal): -1094435 or 14503151. OLE color: 14503151.
HSL color Cylindrical-coordinate representation of color #EF4CDD: hue angle of 306.63º 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 #EF4CDD is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 221 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.06 |
| HSL | 306.63º | 0.84% | 0.62% | - |
| HSV(B) | 306.63º | 0.68% | 0.94% | - |
| XYZ | 51.23 | 28.74 | 71.25 | - |
| YUV | 141.27 | 173 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 221 | 0 | 0.68 | 0.08 | 0.06 | 306.63 | 0.84 | 0.62 |
| Hex | EF | 4C | DD | 0 | 44 | 8 | 6 | 133 | 54 | 3E |
| Octal | 357 | 114 | 335 | 0 | 104 | 10 | 6 | 463 | 124 | 76 |
| Binary | 11101111 | 1001100 | 11011101 | 0 | 1000100 | 1000 | 110 | 100110011 | 1010100 | 111110 |
Color Harmonies of #EF4CDD
Complementary color
Monochromatic Colors of #EF4CDD
Black with #EF4CDD
Text Example
Text Example
White with #EF4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4CDD; }
p { color: rgb(239,76,221); }
H1.HeaderClassName
{
color: #EF4CDD;
}
.AnyTagClassName
{
color: #EF4CDD;
}
</style>
background-color css
<style>
a { background-color: #EF4CDD; }
a { background-color: rgb(239,76,221); }
div.DivClassName
{
background-color: #EF4CDD;
}
.BgClassName
{
background-color: #EF4CDD;
}
</style>
border-color css
<style>
span { border-color: #EF4CDD; }
span { border-color: rgb(239,76,221); }
td.TdClassName
{
border-color: #EF4CDD;
}
.TagClassName
{
border-color: #EF4CDD;
}
</style>