Html Css Color HEX #EC62DD Free Speech Magenta
📋 copy color: '#EC62DD'red 236 ◦ green 98 ◦ blue 221
Shades of Free Speech Magenta #EC62DD
Tints of Free Speech Magenta #EC62DD
RGB
CMYK
RGB Variations
Color information
#EC62DD (or 0xEC62DD) is known color: Free Speech Magenta. HEX triplet: EC, 62 and DD. RGB value is (236,98,221). Sum of RGB (Red+Green+Blue) = 236+98+221=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62DD is #139D22. Grayscale: #989898. Windows color (decimal): -1285411 or 14508780. OLE color: 14508780.
HSL color Cylindrical-coordinate representation of color #EC62DD: hue angle of 306.52º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62DD is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 221 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.07 |
| HSL | 306.52º | 0.78% | 0.65% | - |
| HSV(B) | 306.52º | 0.58% | 0.93% | - |
| XYZ | 52.01 | 31.79 | 71.8 | - |
| YUV | 153.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 221 | 0 | 0.58 | 0.06 | 0.07 | 306.52 | 0.78 | 0.65 |
| Hex | EC | 62 | DD | 0 | 3A | 6 | 7 | 133 | 4E | 41 |
| Octal | 354 | 142 | 335 | 0 | 72 | 6 | 7 | 463 | 116 | 101 |
| Binary | 11101100 | 1100010 | 11011101 | 0 | 111010 | 110 | 111 | 100110011 | 1001110 | 1000001 |
Color Harmonies of #EC62DD
Complementary color
Monochromatic Colors of #EC62DD
Black with #EC62DD
Text Example
Text Example
White with #EC62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62DD; }
p { color: rgb(236,98,221); }
H1.HeaderClassName
{
color: #EC62DD;
}
.AnyTagClassName
{
color: #EC62DD;
}
</style>
background-color css
<style>
a { background-color: #EC62DD; }
a { background-color: rgb(236,98,221); }
div.DivClassName
{
background-color: #EC62DD;
}
.BgClassName
{
background-color: #EC62DD;
}
</style>
border-color css
<style>
span { border-color: #EC62DD; }
span { border-color: rgb(236,98,221); }
td.TdClassName
{
border-color: #EC62DD;
}
.TagClassName
{
border-color: #EC62DD;
}
</style>