Html Css Color HEX #EC5CDE Free Speech Magenta
📋 copy color: '#EC5CDE'red 236 ◦ green 92 ◦ blue 222
Shades of Free Speech Magenta #EC5CDE
Tints of Free Speech Magenta #EC5CDE
RGB
CMYK
RGB Variations
Color information
#EC5CDE (or 0xEC5CDE) is known color: Free Speech Magenta. HEX triplet: EC, 5C and DE. RGB value is (236,92,222). Sum of RGB (Red+Green+Blue) = 236+92+222=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 92 (36.33% from 255 or 16.73% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CDE is #13A321. Grayscale: #959595. Windows color (decimal): -1286946 or 14572780. OLE color: 14572780.
HSL color Cylindrical-coordinate representation of color #EC5CDE: hue angle of 305.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CDE is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 222 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.07 |
| HSL | 305.83º | 0.79% | 0.64% | - |
| HSV(B) | 305.83º | 0.61% | 0.93% | - |
| XYZ | 51.6 | 30.76 | 72.32 | - |
| YUV | 149.88 | 168.71 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 222 | 0 | 0.61 | 0.06 | 0.07 | 305.83 | 0.79 | 0.64 |
| Hex | EC | 5C | DE | 0 | 3D | 6 | 7 | 132 | 4F | 40 |
| Octal | 354 | 134 | 336 | 0 | 75 | 6 | 7 | 462 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11011110 | 0 | 111101 | 110 | 111 | 100110010 | 1001111 | 1000000 |
Color Harmonies of #EC5CDE
Complementary color
Monochromatic Colors of #EC5CDE
Black with #EC5CDE
Text Example
Text Example
White with #EC5CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CDE; }
p { color: rgb(236,92,222); }
H1.HeaderClassName
{
color: #EC5CDE;
}
.AnyTagClassName
{
color: #EC5CDE;
}
</style>
background-color css
<style>
a { background-color: #EC5CDE; }
a { background-color: rgb(236,92,222); }
div.DivClassName
{
background-color: #EC5CDE;
}
.BgClassName
{
background-color: #EC5CDE;
}
</style>
border-color css
<style>
span { border-color: #EC5CDE; }
span { border-color: rgb(236,92,222); }
td.TdClassName
{
border-color: #EC5CDE;
}
.TagClassName
{
border-color: #EC5CDE;
}
</style>