Html Css Color HEX #EC38F0 Free Speech Magenta
📋 copy color: '#EC38F0'red 236 ◦ green 56 ◦ blue 240
Shades of Free Speech Magenta #EC38F0
Tints of Free Speech Magenta #EC38F0
RGB
CMYK
RGB Variations
Color information
#EC38F0 (or 0xEC38F0) is known color: Free Speech Magenta. HEX triplet: EC, 38 and F0. RGB value is (236,56,240). Sum of RGB (Red+Green+Blue) = 236+56+240=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 56 (22.27% from 255 or 10.53% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC38F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC38F0 is #13C70F. Grayscale: #828282. Windows color (decimal): -1296144 or 15743212. OLE color: 15743212.
HSL color Cylindrical-coordinate representation of color #EC38F0: hue angle of 298.7º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC38F0 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 56 | 240 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.06 |
| HSL | 298.7º | 0.86% | 0.58% | - |
| HSV(B) | 298.7º | 0.77% | 0.94% | - |
| XYZ | 51.73 | 26.95 | 84.91 | - |
| YUV | 130.8 | 189.63 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 240 | 0.02 | 0.77 | 0 | 0.06 | 298.7 | 0.86 | 0.58 |
| Hex | EC | 38 | F0 | 2 | 4D | 0 | 6 | 12B | 56 | 3A |
| Octal | 354 | 70 | 360 | 2 | 115 | 0 | 6 | 453 | 126 | 72 |
| Binary | 11101100 | 111000 | 11110000 | 10 | 1001101 | 0 | 110 | 100101011 | 1010110 | 111010 |
Color Harmonies of #EC38F0
Complementary color
Monochromatic Colors of #EC38F0
Black with #EC38F0
Text Example
Text Example
White with #EC38F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC38F0; }
p { color: rgb(236,56,240); }
H1.HeaderClassName
{
color: #EC38F0;
}
.AnyTagClassName
{
color: #EC38F0;
}
</style>
background-color css
<style>
a { background-color: #EC38F0; }
a { background-color: rgb(236,56,240); }
div.DivClassName
{
background-color: #EC38F0;
}
.BgClassName
{
background-color: #EC38F0;
}
</style>
border-color css
<style>
span { border-color: #EC38F0; }
span { border-color: rgb(236,56,240); }
td.TdClassName
{
border-color: #EC38F0;
}
.TagClassName
{
border-color: #EC38F0;
}
</style>