Html Css Color HEX #EC5FEA Free Speech Magenta
📋 copy color: '#EC5FEA'red 236 ◦ green 95 ◦ blue 234
Shades of Free Speech Magenta #EC5FEA
Tints of Free Speech Magenta #EC5FEA
RGB
CMYK
RGB Variations
Color information
#EC5FEA (or 0xEC5FEA) is known color: Free Speech Magenta. HEX triplet: EC, 5F and EA. RGB value is (236,95,234). Sum of RGB (Red+Green+Blue) = 236+95+234=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 95 (37.5% from 255 or 16.81% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FEA is #13A015. Grayscale: #989898. Windows color (decimal): -1286166 or 15359980. OLE color: 15359980.
HSL color Cylindrical-coordinate representation of color #EC5FEA: hue angle of 300.85º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5FEA is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 234 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.07 |
| HSL | 300.85º | 0.79% | 0.65% | - |
| HSV(B) | 300.85º | 0.6% | 0.93% | - |
| XYZ | 53.54 | 31.96 | 81.19 | - |
| YUV | 153.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 234 | 0 | 0.60 | 0.01 | 0.07 | 300.85 | 0.79 | 0.65 |
| Hex | EC | 5F | EA | 0 | 3C | 1 | 7 | 12D | 4F | 41 |
| Octal | 354 | 137 | 352 | 0 | 74 | 1 | 7 | 455 | 117 | 101 |
| Binary | 11101100 | 1011111 | 11101010 | 0 | 111100 | 1 | 111 | 100101101 | 1001111 | 1000001 |
Color Harmonies of #EC5FEA
Complementary color
Monochromatic Colors of #EC5FEA
Black with #EC5FEA
Text Example
Text Example
White with #EC5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FEA; }
p { color: rgb(236,95,234); }
H1.HeaderClassName
{
color: #EC5FEA;
}
.AnyTagClassName
{
color: #EC5FEA;
}
</style>
background-color css
<style>
a { background-color: #EC5FEA; }
a { background-color: rgb(236,95,234); }
div.DivClassName
{
background-color: #EC5FEA;
}
.BgClassName
{
background-color: #EC5FEA;
}
</style>
border-color css
<style>
span { border-color: #EC5FEA; }
span { border-color: rgb(236,95,234); }
td.TdClassName
{
border-color: #EC5FEA;
}
.TagClassName
{
border-color: #EC5FEA;
}
</style>