Html Css Color HEX #EC46DD Free Speech Magenta
📋 copy color: '#EC46DD'red 236 ◦ green 70 ◦ blue 221
Shades of Free Speech Magenta #EC46DD
Tints of Free Speech Magenta #EC46DD
RGB
CMYK
RGB Variations
Color information
#EC46DD (or 0xEC46DD) is known color: Free Speech Magenta. HEX triplet: EC, 46 and DD. RGB value is (236,70,221). Sum of RGB (Red+Green+Blue) = 236+70+221=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46DD is #13B922. Grayscale: #888888. Windows color (decimal): -1292579 or 14501612. OLE color: 14501612.
HSL color Cylindrical-coordinate representation of color #EC46DD: hue angle of 305.42º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC46DD is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 70 | 221 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.07 |
| HSL | 305.42º | 0.81% | 0.6% | - |
| HSV(B) | 305.42º | 0.7% | 0.93% | - |
| XYZ | 49.83 | 27.43 | 71.08 | - |
| YUV | 136.85 | 175.5 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 70 | 221 | 0 | 0.70 | 0.06 | 0.07 | 305.42 | 0.81 | 0.6 |
| Hex | EC | 46 | DD | 0 | 46 | 6 | 7 | 131 | 51 | 3C |
| Octal | 354 | 106 | 335 | 0 | 106 | 6 | 7 | 461 | 121 | 74 |
| Binary | 11101100 | 1000110 | 11011101 | 0 | 1000110 | 110 | 111 | 100110001 | 1010001 | 111100 |
Color Harmonies of #EC46DD
Complementary color
Monochromatic Colors of #EC46DD
Black with #EC46DD
Text Example
Text Example
White with #EC46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC46DD; }
p { color: rgb(236,70,221); }
H1.HeaderClassName
{
color: #EC46DD;
}
.AnyTagClassName
{
color: #EC46DD;
}
</style>
background-color css
<style>
a { background-color: #EC46DD; }
a { background-color: rgb(236,70,221); }
div.DivClassName
{
background-color: #EC46DD;
}
.BgClassName
{
background-color: #EC46DD;
}
</style>
border-color css
<style>
span { border-color: #EC46DD; }
span { border-color: rgb(236,70,221); }
td.TdClassName
{
border-color: #EC46DD;
}
.TagClassName
{
border-color: #EC46DD;
}
</style>