Html Css Color HEX #EC63E3 Free Speech Magenta
📋 copy color: '#EC63E3'red 236 ◦ green 99 ◦ blue 227
Shades of Free Speech Magenta #EC63E3
Tints of Free Speech Magenta #EC63E3
RGB
CMYK
RGB Variations
Color information
#EC63E3 (or 0xEC63E3) is known color: Free Speech Magenta. HEX triplet: EC, 63 and E3. RGB value is (236,99,227). Sum of RGB (Red+Green+Blue) = 236+99+227=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 227 (89.06% from 255 or 40.39% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63E3 is #139C1C. Grayscale: #9A9A9A. Windows color (decimal): -1285149 or 14902252. OLE color: 14902252.
HSL color Cylindrical-coordinate representation of color #EC63E3: hue angle of 303.94º 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 #EC63E3 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 99 | 227 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.07 |
| HSL | 303.94º | 0.78% | 0.66% | - |
| HSV(B) | 303.94º | 0.58% | 0.93% | - |
| XYZ | 52.92 | 32.3 | 76.12 | - |
| YUV | 154.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 99 | 227 | 0 | 0.58 | 0.04 | 0.07 | 303.94 | 0.78 | 0.66 |
| Hex | EC | 63 | E3 | 0 | 3A | 4 | 7 | 130 | 4E | 42 |
| Octal | 354 | 143 | 343 | 0 | 72 | 4 | 7 | 460 | 116 | 102 |
| Binary | 11101100 | 1100011 | 11100011 | 0 | 111010 | 100 | 111 | 100110000 | 1001110 | 1000010 |
Color Harmonies of #EC63E3
Complementary color
Monochromatic Colors of #EC63E3
Black with #EC63E3
Text Example
Text Example
White with #EC63E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC63E3; }
p { color: rgb(236,99,227); }
H1.HeaderClassName
{
color: #EC63E3;
}
.AnyTagClassName
{
color: #EC63E3;
}
</style>
background-color css
<style>
a { background-color: #EC63E3; }
a { background-color: rgb(236,99,227); }
div.DivClassName
{
background-color: #EC63E3;
}
.BgClassName
{
background-color: #EC63E3;
}
</style>
border-color css
<style>
span { border-color: #EC63E3; }
span { border-color: rgb(236,99,227); }
td.TdClassName
{
border-color: #EC63E3;
}
.TagClassName
{
border-color: #EC63E3;
}
</style>