Html Css Color HEX #EF4ACC Free Speech Magenta
📋 copy color: '#EF4ACC'red 239 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #EF4ACC
Tints of Free Speech Magenta #EF4ACC
RGB
CMYK
RGB Variations
Color information
#EF4ACC (or 0xEF4ACC) is known color: Free Speech Magenta. HEX triplet: EF, 4A and CC. RGB value is (239,74,204). Sum of RGB (Red+Green+Blue) = 239+74+204=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4ACC is #10B533. Grayscale: #898989. Windows color (decimal): -1094964 or 13388527. OLE color: 13388527.
HSL color Cylindrical-coordinate representation of color #EF4ACC: hue angle of 312.73º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4ACC is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 204 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.06 |
| HSL | 312.73º | 0.84% | 0.61% | - |
| HSV(B) | 312.73º | 0.69% | 0.94% | - |
| XYZ | 48.94 | 27.61 | 59.88 | - |
| YUV | 138.16 | 165.16 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 204 | 0 | 0.69 | 0.15 | 0.06 | 312.73 | 0.84 | 0.61 |
| Hex | EF | 4A | CC | 0 | 45 | F | 6 | 139 | 54 | 3D |
| Octal | 357 | 112 | 314 | 0 | 105 | 17 | 6 | 471 | 124 | 75 |
| Binary | 11101111 | 1001010 | 11001100 | 0 | 1000101 | 1111 | 110 | 100111001 | 1010100 | 111101 |
Color Harmonies of #EF4ACC
Complementary color
Monochromatic Colors of #EF4ACC
Black with #EF4ACC
Text Example
Text Example
White with #EF4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4ACC; }
p { color: rgb(239,74,204); }
H1.HeaderClassName
{
color: #EF4ACC;
}
.AnyTagClassName
{
color: #EF4ACC;
}
</style>
background-color css
<style>
a { background-color: #EF4ACC; }
a { background-color: rgb(239,74,204); }
div.DivClassName
{
background-color: #EF4ACC;
}
.BgClassName
{
background-color: #EF4ACC;
}
</style>
border-color css
<style>
span { border-color: #EF4ACC; }
span { border-color: rgb(239,74,204); }
td.TdClassName
{
border-color: #EF4ACC;
}
.TagClassName
{
border-color: #EF4ACC;
}
</style>