Html Css Color HEX #EF4BCC Free Speech Magenta
📋 copy color: '#EF4BCC'red 239 ◦ green 75 ◦ blue 204
Shades of Free Speech Magenta #EF4BCC
Tints of Free Speech Magenta #EF4BCC
RGB
CMYK
RGB Variations
Color information
#EF4BCC (or 0xEF4BCC) is known color: Free Speech Magenta. HEX triplet: EF, 4B and CC. RGB value is (239,75,204). Sum of RGB (Red+Green+Blue) = 239+75+204=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4BCC is #10B433. Grayscale: #8A8A8A. Windows color (decimal): -1094708 or 13388783. OLE color: 13388783.
HSL color Cylindrical-coordinate representation of color #EF4BCC: hue angle of 312.8º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4BCC is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 75 | 204 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.06 |
| HSL | 312.8º | 0.84% | 0.62% | - |
| HSV(B) | 312.8º | 0.69% | 0.94% | - |
| XYZ | 49.01 | 27.74 | 59.9 | - |
| YUV | 138.74 | 164.83 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 75 | 204 | 0 | 0.69 | 0.15 | 0.06 | 312.8 | 0.84 | 0.62 |
| Hex | EF | 4B | CC | 0 | 45 | F | 6 | 139 | 54 | 3E |
| Octal | 357 | 113 | 314 | 0 | 105 | 17 | 6 | 471 | 124 | 76 |
| Binary | 11101111 | 1001011 | 11001100 | 0 | 1000101 | 1111 | 110 | 100111001 | 1010100 | 111110 |
Color Harmonies of #EF4BCC
Complementary color
Monochromatic Colors of #EF4BCC
Black with #EF4BCC
Text Example
Text Example
White with #EF4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4BCC; }
p { color: rgb(239,75,204); }
H1.HeaderClassName
{
color: #EF4BCC;
}
.AnyTagClassName
{
color: #EF4BCC;
}
</style>
background-color css
<style>
a { background-color: #EF4BCC; }
a { background-color: rgb(239,75,204); }
div.DivClassName
{
background-color: #EF4BCC;
}
.BgClassName
{
background-color: #EF4BCC;
}
</style>
border-color css
<style>
span { border-color: #EF4BCC; }
span { border-color: rgb(239,75,204); }
td.TdClassName
{
border-color: #EF4BCC;
}
.TagClassName
{
border-color: #EF4BCC;
}
</style>