Html Css Color HEX #EC5CDA Free Speech Magenta
📋 copy color: '#EC5CDA'red 236 ◦ green 92 ◦ blue 218
Shades of Free Speech Magenta #EC5CDA
Tints of Free Speech Magenta #EC5CDA
RGB
CMYK
RGB Variations
Color information
#EC5CDA (or 0xEC5CDA) is known color: Free Speech Magenta. HEX triplet: EC, 5C and DA. RGB value is (236,92,218). Sum of RGB (Red+Green+Blue) = 236+92+218=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 92 (36.33% from 255 or 16.85% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CDA is #13A325. Grayscale: #959595. Windows color (decimal): -1286950 or 14310636. OLE color: 14310636.
HSL color Cylindrical-coordinate representation of color #EC5CDA: hue angle of 307.5º 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 #EC5CDA is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 218 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.07 |
| HSL | 307.5º | 0.79% | 0.64% | - |
| HSV(B) | 307.5º | 0.61% | 0.93% | - |
| XYZ | 51.07 | 30.55 | 69.53 | - |
| YUV | 149.42 | 166.71 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 218 | 0 | 0.61 | 0.08 | 0.07 | 307.5 | 0.79 | 0.64 |
| Hex | EC | 5C | DA | 0 | 3D | 8 | 7 | 134 | 4F | 40 |
| Octal | 354 | 134 | 332 | 0 | 75 | 10 | 7 | 464 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11011010 | 0 | 111101 | 1000 | 111 | 100110100 | 1001111 | 1000000 |
Color Harmonies of #EC5CDA
Complementary color
Monochromatic Colors of #EC5CDA
Black with #EC5CDA
Text Example
Text Example
White with #EC5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CDA; }
p { color: rgb(236,92,218); }
H1.HeaderClassName
{
color: #EC5CDA;
}
.AnyTagClassName
{
color: #EC5CDA;
}
</style>
background-color css
<style>
a { background-color: #EC5CDA; }
a { background-color: rgb(236,92,218); }
div.DivClassName
{
background-color: #EC5CDA;
}
.BgClassName
{
background-color: #EC5CDA;
}
</style>
border-color css
<style>
span { border-color: #EC5CDA; }
span { border-color: rgb(236,92,218); }
td.TdClassName
{
border-color: #EC5CDA;
}
.TagClassName
{
border-color: #EC5CDA;
}
</style>