Html Css Color HEX #EC54E6 Free Speech Magenta
📋 copy color: '#EC54E6'red 236 ◦ green 84 ◦ blue 230
Shades of Free Speech Magenta #EC54E6
Tints of Free Speech Magenta #EC54E6
RGB
CMYK
RGB Variations
Color information
#EC54E6 (or 0xEC54E6) is known color: Free Speech Magenta. HEX triplet: EC, 54 and E6. RGB value is (236,84,230). Sum of RGB (Red+Green+Blue) = 236+84+230=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 84 (33.20% from 255 or 15.27% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC54E6 is #13AB19. Grayscale: #919191. Windows color (decimal): -1288986 or 15095020. OLE color: 15095020.
HSL color Cylindrical-coordinate representation of color #EC54E6: hue angle of 302.37º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC54E6 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 230 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.07 |
| HSL | 302.37º | 0.8% | 0.63% | - |
| HSV(B) | 302.37º | 0.64% | 0.93% | - |
| XYZ | 52.05 | 29.89 | 77.89 | - |
| YUV | 146.09 | 175.36 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 230 | 0 | 0.64 | 0.03 | 0.07 | 302.37 | 0.8 | 0.63 |
| Hex | EC | 54 | E6 | 0 | 40 | 3 | 7 | 12E | 50 | 3F |
| Octal | 354 | 124 | 346 | 0 | 100 | 3 | 7 | 456 | 120 | 77 |
| Binary | 11101100 | 1010100 | 11100110 | 0 | 1000000 | 11 | 111 | 100101110 | 1010000 | 111111 |
Color Harmonies of #EC54E6
Complementary color
Monochromatic Colors of #EC54E6
Black with #EC54E6
Text Example
Text Example
White with #EC54E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54E6; }
p { color: rgb(236,84,230); }
H1.HeaderClassName
{
color: #EC54E6;
}
.AnyTagClassName
{
color: #EC54E6;
}
</style>
background-color css
<style>
a { background-color: #EC54E6; }
a { background-color: rgb(236,84,230); }
div.DivClassName
{
background-color: #EC54E6;
}
.BgClassName
{
background-color: #EC54E6;
}
</style>
border-color css
<style>
span { border-color: #EC54E6; }
span { border-color: rgb(236,84,230); }
td.TdClassName
{
border-color: #EC54E6;
}
.TagClassName
{
border-color: #EC54E6;
}
</style>