Html Css Color HEX #EC5CDD Free Speech Magenta
📋 copy color: '#EC5CDD'red 236 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #EC5CDD
Tints of Free Speech Magenta #EC5CDD
RGB
CMYK
RGB Variations
Color information
#EC5CDD (or 0xEC5CDD) is known color: Free Speech Magenta. HEX triplet: EC, 5C and DD. RGB value is (236,92,221). Sum of RGB (Red+Green+Blue) = 236+92+221=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CDD is #13A322. Grayscale: #959595. Windows color (decimal): -1286947 or 14507244. OLE color: 14507244.
HSL color Cylindrical-coordinate representation of color #EC5CDD: hue angle of 306.25º 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 #EC5CDD is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 221 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.07 |
| HSL | 306.25º | 0.79% | 0.64% | - |
| HSV(B) | 306.25º | 0.61% | 0.93% | - |
| XYZ | 51.47 | 30.71 | 71.62 | - |
| YUV | 149.76 | 168.21 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 221 | 0 | 0.61 | 0.06 | 0.07 | 306.25 | 0.79 | 0.64 |
| Hex | EC | 5C | DD | 0 | 3D | 6 | 7 | 132 | 4F | 40 |
| Octal | 354 | 134 | 335 | 0 | 75 | 6 | 7 | 462 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11011101 | 0 | 111101 | 110 | 111 | 100110010 | 1001111 | 1000000 |
Color Harmonies of #EC5CDD
Complementary color
Monochromatic Colors of #EC5CDD
Black with #EC5CDD
Text Example
Text Example
White with #EC5CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CDD; }
p { color: rgb(236,92,221); }
H1.HeaderClassName
{
color: #EC5CDD;
}
.AnyTagClassName
{
color: #EC5CDD;
}
</style>
background-color css
<style>
a { background-color: #EC5CDD; }
a { background-color: rgb(236,92,221); }
div.DivClassName
{
background-color: #EC5CDD;
}
.BgClassName
{
background-color: #EC5CDD;
}
</style>
border-color css
<style>
span { border-color: #EC5CDD; }
span { border-color: rgb(236,92,221); }
td.TdClassName
{
border-color: #EC5CDD;
}
.TagClassName
{
border-color: #EC5CDD;
}
</style>