Html Css Color HEX #EC5FE6 Free Speech Magenta
📋 copy color: '#EC5FE6'red 236 ◦ green 95 ◦ blue 230
Shades of Free Speech Magenta #EC5FE6
Tints of Free Speech Magenta #EC5FE6
RGB
CMYK
RGB Variations
Color information
#EC5FE6 (or 0xEC5FE6) is known color: Free Speech Magenta. HEX triplet: EC, 5F and E6. RGB value is (236,95,230). Sum of RGB (Red+Green+Blue) = 236+95+230=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 95 (37.5% from 255 or 16.93% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5FE6 is #13A019. Grayscale: #989898. Windows color (decimal): -1286170 or 15097836. OLE color: 15097836.
HSL color Cylindrical-coordinate representation of color #EC5FE6: hue angle of 302.55º 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 #EC5FE6 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 230 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.07 |
| HSL | 302.55º | 0.79% | 0.65% | - |
| HSV(B) | 302.55º | 0.6% | 0.93% | - |
| XYZ | 52.97 | 31.73 | 78.2 | - |
| YUV | 152.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 230 | 0 | 0.60 | 0.03 | 0.07 | 302.55 | 0.79 | 0.65 |
| Hex | EC | 5F | E6 | 0 | 3C | 3 | 7 | 12F | 4F | 41 |
| Octal | 354 | 137 | 346 | 0 | 74 | 3 | 7 | 457 | 117 | 101 |
| Binary | 11101100 | 1011111 | 11100110 | 0 | 111100 | 11 | 111 | 100101111 | 1001111 | 1000001 |
Color Harmonies of #EC5FE6
Complementary color
Monochromatic Colors of #EC5FE6
Black with #EC5FE6
Text Example
Text Example
White with #EC5FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5FE6; }
p { color: rgb(236,95,230); }
H1.HeaderClassName
{
color: #EC5FE6;
}
.AnyTagClassName
{
color: #EC5FE6;
}
</style>
background-color css
<style>
a { background-color: #EC5FE6; }
a { background-color: rgb(236,95,230); }
div.DivClassName
{
background-color: #EC5FE6;
}
.BgClassName
{
background-color: #EC5FE6;
}
</style>
border-color css
<style>
span { border-color: #EC5FE6; }
span { border-color: rgb(236,95,230); }
td.TdClassName
{
border-color: #EC5FE6;
}
.TagClassName
{
border-color: #EC5FE6;
}
</style>