Html Css Color HEX #EC44DD Free Speech Magenta
📋 copy color: '#EC44DD'red 236 ◦ green 68 ◦ blue 221
Shades of Free Speech Magenta #EC44DD
Tints of Free Speech Magenta #EC44DD
RGB
CMYK
RGB Variations
Color information
#EC44DD (or 0xEC44DD) is known color: Free Speech Magenta. HEX triplet: EC, 44 and DD. RGB value is (236,68,221). Sum of RGB (Red+Green+Blue) = 236+68+221=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC44DD is #13BB22. Grayscale: #878787. Windows color (decimal): -1293091 or 14501100. OLE color: 14501100.
HSL color Cylindrical-coordinate representation of color #EC44DD: hue angle of 305.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC44DD is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 221 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.07 |
| HSL | 305.36º | 0.82% | 0.6% | - |
| HSV(B) | 305.36º | 0.71% | 0.93% | - |
| XYZ | 49.71 | 27.19 | 71.03 | - |
| YUV | 135.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 221 | 0 | 0.71 | 0.06 | 0.07 | 305.36 | 0.82 | 0.6 |
| Hex | EC | 44 | DD | 0 | 47 | 6 | 7 | 131 | 52 | 3C |
| Octal | 354 | 104 | 335 | 0 | 107 | 6 | 7 | 461 | 122 | 74 |
| Binary | 11101100 | 1000100 | 11011101 | 0 | 1000111 | 110 | 111 | 100110001 | 1010010 | 111100 |
Color Harmonies of #EC44DD
Complementary color
Monochromatic Colors of #EC44DD
Black with #EC44DD
Text Example
Text Example
White with #EC44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC44DD; }
p { color: rgb(236,68,221); }
H1.HeaderClassName
{
color: #EC44DD;
}
.AnyTagClassName
{
color: #EC44DD;
}
</style>
background-color css
<style>
a { background-color: #EC44DD; }
a { background-color: rgb(236,68,221); }
div.DivClassName
{
background-color: #EC44DD;
}
.BgClassName
{
background-color: #EC44DD;
}
</style>
border-color css
<style>
span { border-color: #EC44DD; }
span { border-color: rgb(236,68,221); }
td.TdClassName
{
border-color: #EC44DD;
}
.TagClassName
{
border-color: #EC44DD;
}
</style>