Html Css Color HEX #EC41DD Free Speech Magenta
📋 copy color: '#EC41DD'red 236 ◦ green 65 ◦ blue 221
Shades of Free Speech Magenta #EC41DD
Tints of Free Speech Magenta #EC41DD
RGB
CMYK
RGB Variations
Color information
#EC41DD (or 0xEC41DD) is known color: Free Speech Magenta. HEX triplet: EC, 41 and DD. RGB value is (236,65,221). Sum of RGB (Red+Green+Blue) = 236+65+221=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41DD is #13BE22. Grayscale: #858585. Windows color (decimal): -1293859 or 14500332. OLE color: 14500332.
HSL color Cylindrical-coordinate representation of color #EC41DD: hue angle of 305.26º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41DD is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 221 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.07 |
| HSL | 305.26º | 0.82% | 0.59% | - |
| HSV(B) | 305.26º | 0.72% | 0.93% | - |
| XYZ | 49.53 | 26.83 | 70.98 | - |
| YUV | 133.91 | 177.15 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 221 | 0 | 0.72 | 0.06 | 0.07 | 305.26 | 0.82 | 0.59 |
| Hex | EC | 41 | DD | 0 | 48 | 6 | 7 | 131 | 52 | 3B |
| Octal | 354 | 101 | 335 | 0 | 110 | 6 | 7 | 461 | 122 | 73 |
| Binary | 11101100 | 1000001 | 11011101 | 0 | 1001000 | 110 | 111 | 100110001 | 1010010 | 111011 |
Color Harmonies of #EC41DD
Complementary color
Monochromatic Colors of #EC41DD
Black with #EC41DD
Text Example
Text Example
White with #EC41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC41DD; }
p { color: rgb(236,65,221); }
H1.HeaderClassName
{
color: #EC41DD;
}
.AnyTagClassName
{
color: #EC41DD;
}
</style>
background-color css
<style>
a { background-color: #EC41DD; }
a { background-color: rgb(236,65,221); }
div.DivClassName
{
background-color: #EC41DD;
}
.BgClassName
{
background-color: #EC41DD;
}
</style>
border-color css
<style>
span { border-color: #EC41DD; }
span { border-color: rgb(236,65,221); }
td.TdClassName
{
border-color: #EC41DD;
}
.TagClassName
{
border-color: #EC41DD;
}
</style>