Html Css Color HEX #EC3EDE Free Speech Magenta
📋 copy color: '#EC3EDE'red 236 ◦ green 62 ◦ blue 222
Shades of Free Speech Magenta #EC3EDE
Tints of Free Speech Magenta #EC3EDE
RGB
CMYK
RGB Variations
Color information
#EC3EDE (or 0xEC3EDE) is known color: Free Speech Magenta. HEX triplet: EC, 3E and DE. RGB value is (236,62,222). Sum of RGB (Red+Green+Blue) = 236+62+222=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3EDE is #13C121. Grayscale: #838383. Windows color (decimal): -1294626 or 14565100. OLE color: 14565100.
HSL color Cylindrical-coordinate representation of color #EC3EDE: hue angle of 304.83º 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 #EC3EDE is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 62 | 222 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.07 |
| HSL | 304.83º | 0.82% | 0.58% | - |
| HSV(B) | 304.83º | 0.74% | 0.93% | - |
| XYZ | 49.5 | 26.55 | 71.62 | - |
| YUV | 132.27 | 178.65 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 62 | 222 | 0 | 0.74 | 0.06 | 0.07 | 304.83 | 0.82 | 0.58 |
| Hex | EC | 3E | DE | 0 | 4A | 6 | 7 | 131 | 52 | 3A |
| Octal | 354 | 76 | 336 | 0 | 112 | 6 | 7 | 461 | 122 | 72 |
| Binary | 11101100 | 111110 | 11011110 | 0 | 1001010 | 110 | 111 | 100110001 | 1010010 | 111010 |
Color Harmonies of #EC3EDE
Complementary color
Monochromatic Colors of #EC3EDE
Black with #EC3EDE
Text Example
Text Example
White with #EC3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3EDE; }
p { color: rgb(236,62,222); }
H1.HeaderClassName
{
color: #EC3EDE;
}
.AnyTagClassName
{
color: #EC3EDE;
}
</style>
background-color css
<style>
a { background-color: #EC3EDE; }
a { background-color: rgb(236,62,222); }
div.DivClassName
{
background-color: #EC3EDE;
}
.BgClassName
{
background-color: #EC3EDE;
}
</style>
border-color css
<style>
span { border-color: #EC3EDE; }
span { border-color: rgb(236,62,222); }
td.TdClassName
{
border-color: #EC3EDE;
}
.TagClassName
{
border-color: #EC3EDE;
}
</style>