Html Css Color HEX #EC44EE Free Speech Magenta
📋 copy color: '#EC44EE'red 236 ◦ green 68 ◦ blue 238
Shades of Free Speech Magenta #EC44EE
Tints of Free Speech Magenta #EC44EE
RGB
CMYK
RGB Variations
Color information
#EC44EE (or 0xEC44EE) is known color: Free Speech Magenta. HEX triplet: EC, 44 and EE. RGB value is (236,68,238). Sum of RGB (Red+Green+Blue) = 236+68+238=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 68 (26.95% from 255 or 12.55% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC44EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC44EE is #13BB11. Grayscale: #898989. Windows color (decimal): -1293074 or 15615212. OLE color: 15615212.
HSL color Cylindrical-coordinate representation of color #EC44EE: hue angle of 299.29º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44EE is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 238 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.07 |
| HSL | 299.29º | 0.83% | 0.6% | - |
| HSV(B) | 299.29º | 0.71% | 0.93% | - |
| XYZ | 52.09 | 28.14 | 83.57 | - |
| YUV | 137.61 | 184.66 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 238 | 0.01 | 0.71 | 0 | 0.07 | 299.29 | 0.83 | 0.6 |
| Hex | EC | 44 | EE | 1 | 47 | 0 | 7 | 12B | 53 | 3C |
| Octal | 354 | 104 | 356 | 1 | 107 | 0 | 7 | 453 | 123 | 74 |
| Binary | 11101100 | 1000100 | 11101110 | 1 | 1000111 | 0 | 111 | 100101011 | 1010011 | 111100 |
Color Harmonies of #EC44EE
Complementary color
Monochromatic Colors of #EC44EE
Black with #EC44EE
Text Example
Text Example
White with #EC44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44EE; }
p { color: rgb(236,68,238); }
H1.HeaderClassName
{
color: #EC44EE;
}
.AnyTagClassName
{
color: #EC44EE;
}
</style>
background-color css
<style>
a { background-color: #EC44EE; }
a { background-color: rgb(236,68,238); }
div.DivClassName
{
background-color: #EC44EE;
}
.BgClassName
{
background-color: #EC44EE;
}
</style>
border-color css
<style>
span { border-color: #EC44EE; }
span { border-color: rgb(236,68,238); }
td.TdClassName
{
border-color: #EC44EE;
}
.TagClassName
{
border-color: #EC44EE;
}
</style>