Html Css Color HEX #EC5DDD Free Speech Magenta
📋 copy color: '#EC5DDD'red 236 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #EC5DDD
Tints of Free Speech Magenta #EC5DDD
RGB
CMYK
RGB Variations
Color information
#EC5DDD (or 0xEC5DDD) is known color: Free Speech Magenta. HEX triplet: EC, 5D and DD. RGB value is (236,93,221). Sum of RGB (Red+Green+Blue) = 236+93+221=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DDD is #13A222. Grayscale: #959595. Windows color (decimal): -1286691 or 14507500. OLE color: 14507500.
HSL color Cylindrical-coordinate representation of color #EC5DDD: hue angle of 306.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5DDD is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 221 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.07 |
| HSL | 306.29º | 0.79% | 0.65% | - |
| HSV(B) | 306.29º | 0.61% | 0.93% | - |
| XYZ | 51.56 | 30.88 | 71.65 | - |
| YUV | 150.35 | 167.88 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 221 | 0 | 0.61 | 0.06 | 0.07 | 306.29 | 0.79 | 0.65 |
| Hex | EC | 5D | DD | 0 | 3D | 6 | 7 | 132 | 4F | 41 |
| Octal | 354 | 135 | 335 | 0 | 75 | 6 | 7 | 462 | 117 | 101 |
| Binary | 11101100 | 1011101 | 11011101 | 0 | 111101 | 110 | 111 | 100110010 | 1001111 | 1000001 |
Color Harmonies of #EC5DDD
Complementary color
Monochromatic Colors of #EC5DDD
Black with #EC5DDD
Text Example
Text Example
White with #EC5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DDD; }
p { color: rgb(236,93,221); }
H1.HeaderClassName
{
color: #EC5DDD;
}
.AnyTagClassName
{
color: #EC5DDD;
}
</style>
background-color css
<style>
a { background-color: #EC5DDD; }
a { background-color: rgb(236,93,221); }
div.DivClassName
{
background-color: #EC5DDD;
}
.BgClassName
{
background-color: #EC5DDD;
}
</style>
border-color css
<style>
span { border-color: #EC5DDD; }
span { border-color: rgb(236,93,221); }
td.TdClassName
{
border-color: #EC5DDD;
}
.TagClassName
{
border-color: #EC5DDD;
}
</style>