Html Css Color HEX #EC5CCE Free Speech Magenta
📋 copy color: '#EC5CCE'red 236 ◦ green 92 ◦ blue 206
Shades of Free Speech Magenta #EC5CCE
Tints of Free Speech Magenta #EC5CCE
RGB
CMYK
RGB Variations
Color information
#EC5CCE (or 0xEC5CCE) is known color: Free Speech Magenta. HEX triplet: EC, 5C and CE. RGB value is (236,92,206). Sum of RGB (Red+Green+Blue) = 236+92+206=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CCE is #13A331. Grayscale: #939393. Windows color (decimal): -1286962 or 13524204. OLE color: 13524204.
HSL color Cylindrical-coordinate representation of color #EC5CCE: hue angle of 312.5º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CCE is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 206 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.07 |
| HSL | 312.5º | 0.79% | 0.64% | - |
| HSV(B) | 312.5º | 0.61% | 0.93% | - |
| XYZ | 49.56 | 29.94 | 61.56 | - |
| YUV | 148.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 206 | 0 | 0.61 | 0.13 | 0.07 | 312.5 | 0.79 | 0.64 |
| Hex | EC | 5C | CE | 0 | 3D | D | 7 | 138 | 4F | 40 |
| Octal | 354 | 134 | 316 | 0 | 75 | 15 | 7 | 470 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11001110 | 0 | 111101 | 1101 | 111 | 100111000 | 1001111 | 1000000 |
Color Harmonies of #EC5CCE
Complementary color
Monochromatic Colors of #EC5CCE
Black with #EC5CCE
Text Example
Text Example
White with #EC5CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CCE; }
p { color: rgb(236,92,206); }
H1.HeaderClassName
{
color: #EC5CCE;
}
.AnyTagClassName
{
color: #EC5CCE;
}
</style>
background-color css
<style>
a { background-color: #EC5CCE; }
a { background-color: rgb(236,92,206); }
div.DivClassName
{
background-color: #EC5CCE;
}
.BgClassName
{
background-color: #EC5CCE;
}
</style>
border-color css
<style>
span { border-color: #EC5CCE; }
span { border-color: rgb(236,92,206); }
td.TdClassName
{
border-color: #EC5CCE;
}
.TagClassName
{
border-color: #EC5CCE;
}
</style>