Html Css Color HEX #EC54CE Free Speech Magenta
📋 copy color: '#EC54CE'red 236 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #EC54CE
Tints of Free Speech Magenta #EC54CE
RGB
CMYK
RGB Variations
Color information
#EC54CE (or 0xEC54CE) is known color: Free Speech Magenta. HEX triplet: EC, 54 and CE. RGB value is (236,84,206). Sum of RGB (Red+Green+Blue) = 236+84+206=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC54CE is #13AB31. Grayscale: #8F8F8F. Windows color (decimal): -1289010 or 13522156. OLE color: 13522156.
HSL color Cylindrical-coordinate representation of color #EC54CE: hue angle of 311.84º 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 #EC54CE is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 206 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.07 |
| HSL | 311.84º | 0.8% | 0.63% | - |
| HSV(B) | 311.84º | 0.64% | 0.93% | - |
| XYZ | 48.9 | 28.63 | 61.34 | - |
| YUV | 143.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 206 | 0 | 0.64 | 0.13 | 0.07 | 311.84 | 0.8 | 0.63 |
| Hex | EC | 54 | CE | 0 | 40 | D | 7 | 138 | 50 | 3F |
| Octal | 354 | 124 | 316 | 0 | 100 | 15 | 7 | 470 | 120 | 77 |
| Binary | 11101100 | 1010100 | 11001110 | 0 | 1000000 | 1101 | 111 | 100111000 | 1010000 | 111111 |
Color Harmonies of #EC54CE
Complementary color
Monochromatic Colors of #EC54CE
Black with #EC54CE
Text Example
Text Example
White with #EC54CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC54CE; }
p { color: rgb(236,84,206); }
H1.HeaderClassName
{
color: #EC54CE;
}
.AnyTagClassName
{
color: #EC54CE;
}
</style>
background-color css
<style>
a { background-color: #EC54CE; }
a { background-color: rgb(236,84,206); }
div.DivClassName
{
background-color: #EC54CE;
}
.BgClassName
{
background-color: #EC54CE;
}
</style>
border-color css
<style>
span { border-color: #EC54CE; }
span { border-color: rgb(236,84,206); }
td.TdClassName
{
border-color: #EC54CE;
}
.TagClassName
{
border-color: #EC54CE;
}
</style>