Html Css Color HEX #EC63CF Free Speech Magenta
📋 copy color: '#EC63CF'red 236 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #EC63CF
Tints of Free Speech Magenta #EC63CF
RGB
CMYK
RGB Variations
Color information
#EC63CF (or 0xEC63CF) is known color: Free Speech Magenta. HEX triplet: EC, 63 and CF. RGB value is (236,99,207). Sum of RGB (Red+Green+Blue) = 236+99+207=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63CF is #139C30. Grayscale: #979797. Windows color (decimal): -1285169 or 13591532. OLE color: 13591532.
HSL color Cylindrical-coordinate representation of color #EC63CF: hue angle of 312.7º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC63CF is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 207 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.07 |
| HSL | 312.7º | 0.78% | 0.66% | - |
| HSV(B) | 312.7º | 0.58% | 0.93% | - |
| XYZ | 50.32 | 31.26 | 62.41 | - |
| YUV | 152.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 207 | 0 | 0.58 | 0.12 | 0.07 | 312.7 | 0.78 | 0.66 |
| Hex | EC | 63 | CF | 0 | 3A | C | 7 | 139 | 4E | 42 |
| Octal | 354 | 143 | 317 | 0 | 72 | 14 | 7 | 471 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11001111 | 0 | 111010 | 1100 | 111 | 100111001 | 1001110 | 1000010 |
Color Harmonies of #EC63CF
Complementary color
Monochromatic Colors of #EC63CF
Black with #EC63CF
Text Example
Text Example
White with #EC63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63CF; }
p { color: rgb(236,99,207); }
H1.HeaderClassName
{
color: #EC63CF;
}
.AnyTagClassName
{
color: #EC63CF;
}
</style>
background-color css
<style>
a { background-color: #EC63CF; }
a { background-color: rgb(236,99,207); }
div.DivClassName
{
background-color: #EC63CF;
}
.BgClassName
{
background-color: #EC63CF;
}
</style>
border-color css
<style>
span { border-color: #EC63CF; }
span { border-color: rgb(236,99,207); }
td.TdClassName
{
border-color: #EC63CF;
}
.TagClassName
{
border-color: #EC63CF;
}
</style>