Html Css Color HEX #EC3EE0 Free Speech Magenta
📋 copy color: '#EC3EE0'red 236 ◦ green 62 ◦ blue 224
Shades of Free Speech Magenta #EC3EE0
Tints of Free Speech Magenta #EC3EE0
RGB
CMYK
RGB Variations
Color information
#EC3EE0 (or 0xEC3EE0) is known color: Free Speech Magenta. HEX triplet: EC, 3E and E0. RGB value is (236,62,224). Sum of RGB (Red+Green+Blue) = 236+62+224=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 62 (24.61% from 255 or 11.88% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3EE0 is #13C11F. Grayscale: #848484. Windows color (decimal): -1294624 or 14696172. OLE color: 14696172.
HSL color Cylindrical-coordinate representation of color #EC3EE0: hue angle of 304.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3EE0 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 224 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.07 |
| HSL | 304.14º | 0.82% | 0.58% | - |
| HSV(B) | 304.14º | 0.74% | 0.93% | - |
| XYZ | 49.77 | 26.66 | 73.04 | - |
| YUV | 132.49 | 179.65 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 224 | 0 | 0.74 | 0.05 | 0.07 | 304.14 | 0.82 | 0.58 |
| Hex | EC | 3E | E0 | 0 | 4A | 5 | 7 | 130 | 52 | 3A |
| Octal | 354 | 76 | 340 | 0 | 112 | 5 | 7 | 460 | 122 | 72 |
| Binary | 11101100 | 111110 | 11100000 | 0 | 1001010 | 101 | 111 | 100110000 | 1010010 | 111010 |
Color Harmonies of #EC3EE0
Complementary color
Monochromatic Colors of #EC3EE0
Black with #EC3EE0
Text Example
Text Example
White with #EC3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EE0; }
p { color: rgb(236,62,224); }
H1.HeaderClassName
{
color: #EC3EE0;
}
.AnyTagClassName
{
color: #EC3EE0;
}
</style>
background-color css
<style>
a { background-color: #EC3EE0; }
a { background-color: rgb(236,62,224); }
div.DivClassName
{
background-color: #EC3EE0;
}
.BgClassName
{
background-color: #EC3EE0;
}
</style>
border-color css
<style>
span { border-color: #EC3EE0; }
span { border-color: rgb(236,62,224); }
td.TdClassName
{
border-color: #EC3EE0;
}
.TagClassName
{
border-color: #EC3EE0;
}
</style>