Html Css Color HEX #EF54CC Free Speech Magenta
📋 copy color: '#EF54CC'red 239 ◦ green 84 ◦ blue 204
Shades of Free Speech Magenta #EF54CC
Tints of Free Speech Magenta #EF54CC
RGB
CMYK
RGB Variations
Color information
#EF54CC (or 0xEF54CC) is known color: Free Speech Magenta. HEX triplet: EF, 54 and CC. RGB value is (239,84,204). Sum of RGB (Red+Green+Blue) = 239+84+204=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF54CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF54CC is #10AB33. Grayscale: #8F8F8F. Windows color (decimal): -1092404 or 13391087. OLE color: 13391087.
HSL color Cylindrical-coordinate representation of color #EF54CC: hue angle of 313.55º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF54CC is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 204 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.06 |
| HSL | 313.55º | 0.83% | 0.63% | - |
| HSV(B) | 313.55º | 0.65% | 0.94% | - |
| XYZ | 49.67 | 29.05 | 60.12 | - |
| YUV | 144.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 204 | 0 | 0.65 | 0.15 | 0.06 | 313.55 | 0.83 | 0.63 |
| Hex | EF | 54 | CC | 0 | 41 | F | 6 | 13A | 53 | 3F |
| Octal | 357 | 124 | 314 | 0 | 101 | 17 | 6 | 472 | 123 | 77 |
| Binary | 11101111 | 1010100 | 11001100 | 0 | 1000001 | 1111 | 110 | 100111010 | 1010011 | 111111 |
Color Harmonies of #EF54CC
Complementary color
Monochromatic Colors of #EF54CC
Black with #EF54CC
Text Example
Text Example
White with #EF54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF54CC; }
p { color: rgb(239,84,204); }
H1.HeaderClassName
{
color: #EF54CC;
}
.AnyTagClassName
{
color: #EF54CC;
}
</style>
background-color css
<style>
a { background-color: #EF54CC; }
a { background-color: rgb(239,84,204); }
div.DivClassName
{
background-color: #EF54CC;
}
.BgClassName
{
background-color: #EF54CC;
}
</style>
border-color css
<style>
span { border-color: #EF54CC; }
span { border-color: rgb(239,84,204); }
td.TdClassName
{
border-color: #EF54CC;
}
.TagClassName
{
border-color: #EF54CC;
}
</style>