Html Css Color HEX #EC3FE7 Free Speech Magenta
📋 copy color: '#EC3FE7'red 236 ◦ green 63 ◦ blue 231
Shades of Free Speech Magenta #EC3FE7
Tints of Free Speech Magenta #EC3FE7
RGB
CMYK
RGB Variations
Color information
#EC3FE7 (or 0xEC3FE7) is known color: Free Speech Magenta. HEX triplet: EC, 3F and E7. RGB value is (236,63,231). Sum of RGB (Red+Green+Blue) = 236+63+231=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3FE7 is #13C018. Grayscale: #858585. Windows color (decimal): -1294361 or 15155180. OLE color: 15155180.
HSL color Cylindrical-coordinate representation of color #EC3FE7: hue angle of 301.73º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FE7 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 231 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.07 |
| HSL | 301.73º | 0.82% | 0.59% | - |
| HSV(B) | 301.73º | 0.73% | 0.93% | - |
| XYZ | 50.79 | 27.16 | 78.17 | - |
| YUV | 133.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 231 | 0 | 0.73 | 0.02 | 0.07 | 301.73 | 0.82 | 0.59 |
| Hex | EC | 3F | E7 | 0 | 49 | 2 | 7 | 12E | 52 | 3B |
| Octal | 354 | 77 | 347 | 0 | 111 | 2 | 7 | 456 | 122 | 73 |
| Binary | 11101100 | 111111 | 11100111 | 0 | 1001001 | 10 | 111 | 100101110 | 1010010 | 111011 |
Color Harmonies of #EC3FE7
Complementary color
Monochromatic Colors of #EC3FE7
Black with #EC3FE7
Text Example
Text Example
White with #EC3FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3FE7; }
p { color: rgb(236,63,231); }
H1.HeaderClassName
{
color: #EC3FE7;
}
.AnyTagClassName
{
color: #EC3FE7;
}
</style>
background-color css
<style>
a { background-color: #EC3FE7; }
a { background-color: rgb(236,63,231); }
div.DivClassName
{
background-color: #EC3FE7;
}
.BgClassName
{
background-color: #EC3FE7;
}
</style>
border-color css
<style>
span { border-color: #EC3FE7; }
span { border-color: rgb(236,63,231); }
td.TdClassName
{
border-color: #EC3FE7;
}
.TagClassName
{
border-color: #EC3FE7;
}
</style>