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