Html Css Color HEX #EC5FE1 Free Speech Magenta
📋 copy color: '#EC5FE1'red 236 ◦ green 95 ◦ blue 225
Shades of Free Speech Magenta #EC5FE1
Tints of Free Speech Magenta #EC5FE1
RGB
CMYK
RGB Variations
Color information
#EC5FE1 (or 0xEC5FE1) is known color: Free Speech Magenta. HEX triplet: EC, 5F and E1. RGB value is (236,95,225). Sum of RGB (Red+Green+Blue) = 236+95+225=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 95 (37.5% from 255 or 17.09% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FE1 is #13A01E. Grayscale: #979797. Windows color (decimal): -1286175 or 14770156. OLE color: 14770156.
HSL color Cylindrical-coordinate representation of color #EC5FE1: hue angle of 304.68º 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 #EC5FE1 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 225 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.07 |
| HSL | 304.68º | 0.79% | 0.65% | - |
| HSV(B) | 304.68º | 0.6% | 0.93% | - |
| XYZ | 52.27 | 31.45 | 74.55 | - |
| YUV | 151.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 225 | 0 | 0.60 | 0.05 | 0.07 | 304.68 | 0.79 | 0.65 |
| Hex | EC | 5F | E1 | 0 | 3C | 5 | 7 | 131 | 4F | 41 |
| Octal | 354 | 137 | 341 | 0 | 74 | 5 | 7 | 461 | 117 | 101 |
| Binary | 11101100 | 1011111 | 11100001 | 0 | 111100 | 101 | 111 | 100110001 | 1001111 | 1000001 |
Color Harmonies of #EC5FE1
Complementary color
Monochromatic Colors of #EC5FE1
Black with #EC5FE1
Text Example
Text Example
White with #EC5FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FE1; }
p { color: rgb(236,95,225); }
H1.HeaderClassName
{
color: #EC5FE1;
}
.AnyTagClassName
{
color: #EC5FE1;
}
</style>
background-color css
<style>
a { background-color: #EC5FE1; }
a { background-color: rgb(236,95,225); }
div.DivClassName
{
background-color: #EC5FE1;
}
.BgClassName
{
background-color: #EC5FE1;
}
</style>
border-color css
<style>
span { border-color: #EC5FE1; }
span { border-color: rgb(236,95,225); }
td.TdClassName
{
border-color: #EC5FE1;
}
.TagClassName
{
border-color: #EC5FE1;
}
</style>