Html Css Color HEX #EC44E2 Free Speech Magenta
📋 copy color: '#EC44E2'red 236 ◦ green 68 ◦ blue 226
Shades of Free Speech Magenta #EC44E2
Tints of Free Speech Magenta #EC44E2
RGB
CMYK
RGB Variations
Color information
#EC44E2 (or 0xEC44E2) is known color: Free Speech Magenta. HEX triplet: EC, 44 and E2. RGB value is (236,68,226). Sum of RGB (Red+Green+Blue) = 236+68+226=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 68 (26.95% from 255 or 12.83% from 530); Blue value is 226 (88.67% from 255 or 42.64% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44E2 is #13BB1D. Grayscale: #878787. Windows color (decimal): -1293086 or 14828780. OLE color: 14828780.
HSL color Cylindrical-coordinate representation of color #EC44E2: hue angle of 303.57º degrees, saturation: 0.82, 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 #EC44E2 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 226 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.07 |
| HSL | 303.57º | 0.82% | 0.6% | - |
| HSV(B) | 303.57º | 0.71% | 0.93% | - |
| XYZ | 50.39 | 27.46 | 74.6 | - |
| YUV | 136.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 226 | 0 | 0.71 | 0.04 | 0.07 | 303.57 | 0.82 | 0.6 |
| Hex | EC | 44 | E2 | 0 | 47 | 4 | 7 | 130 | 52 | 3C |
| Octal | 354 | 104 | 342 | 0 | 107 | 4 | 7 | 460 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11100010 | 0 | 1000111 | 100 | 111 | 100110000 | 1010010 | 111100 |
Color Harmonies of #EC44E2
Complementary color
Monochromatic Colors of #EC44E2
Black with #EC44E2
Text Example
Text Example
White with #EC44E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44E2; }
p { color: rgb(236,68,226); }
H1.HeaderClassName
{
color: #EC44E2;
}
.AnyTagClassName
{
color: #EC44E2;
}
</style>
background-color css
<style>
a { background-color: #EC44E2; }
a { background-color: rgb(236,68,226); }
div.DivClassName
{
background-color: #EC44E2;
}
.BgClassName
{
background-color: #EC44E2;
}
</style>
border-color css
<style>
span { border-color: #EC44E2; }
span { border-color: rgb(236,68,226); }
td.TdClassName
{
border-color: #EC44E2;
}
.TagClassName
{
border-color: #EC44E2;
}
</style>