Html Css Color HEX #EC40DD Free Speech Magenta
📋 copy color: '#EC40DD'red 236 ◦ green 64 ◦ blue 221
Shades of Free Speech Magenta #EC40DD
Tints of Free Speech Magenta #EC40DD
RGB
CMYK
RGB Variations
Color information
#EC40DD (or 0xEC40DD) is known color: Free Speech Magenta. HEX triplet: EC, 40 and DD. RGB value is (236,64,221). Sum of RGB (Red+Green+Blue) = 236+64+221=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC40DD is #13BF22. Grayscale: #848484. Windows color (decimal): -1294115 or 14500076. OLE color: 14500076.
HSL color Cylindrical-coordinate representation of color #EC40DD: hue angle of 305.23º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC40DD is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 221 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.07 |
| HSL | 305.23º | 0.82% | 0.59% | - |
| HSV(B) | 305.23º | 0.73% | 0.93% | - |
| XYZ | 49.48 | 26.72 | 70.96 | - |
| YUV | 133.33 | 177.48 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 221 | 0 | 0.73 | 0.06 | 0.07 | 305.23 | 0.82 | 0.59 |
| Hex | EC | 40 | DD | 0 | 49 | 6 | 7 | 131 | 52 | 3B |
| Octal | 354 | 100 | 335 | 0 | 111 | 6 | 7 | 461 | 122 | 73 |
| Binary | 11101100 | 1000000 | 11011101 | 0 | 1001001 | 110 | 111 | 100110001 | 1010010 | 111011 |
Color Harmonies of #EC40DD
Complementary color
Monochromatic Colors of #EC40DD
Black with #EC40DD
Text Example
Text Example
White with #EC40DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC40DD; }
p { color: rgb(236,64,221); }
H1.HeaderClassName
{
color: #EC40DD;
}
.AnyTagClassName
{
color: #EC40DD;
}
</style>
background-color css
<style>
a { background-color: #EC40DD; }
a { background-color: rgb(236,64,221); }
div.DivClassName
{
background-color: #EC40DD;
}
.BgClassName
{
background-color: #EC40DD;
}
</style>
border-color css
<style>
span { border-color: #EC40DD; }
span { border-color: rgb(236,64,221); }
td.TdClassName
{
border-color: #EC40DD;
}
.TagClassName
{
border-color: #EC40DD;
}
</style>