Html Css Color HEX #EC3CE1 Free Speech Magenta
📋 copy color: '#EC3CE1'red 236 ◦ green 60 ◦ blue 225
Shades of Free Speech Magenta #EC3CE1
Tints of Free Speech Magenta #EC3CE1
RGB
CMYK
RGB Variations
Color information
#EC3CE1 (or 0xEC3CE1) is known color: Free Speech Magenta. HEX triplet: EC, 3C and E1. RGB value is (236,60,225). Sum of RGB (Red+Green+Blue) = 236+60+225=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC3CE1 is #13C31E. Grayscale: #828282. Windows color (decimal): -1295135 or 14761196. OLE color: 14761196.
HSL color Cylindrical-coordinate representation of color #EC3CE1: hue angle of 303.75º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3CE1 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 225 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.07 |
| HSL | 303.75º | 0.82% | 0.58% | - |
| HSV(B) | 303.75º | 0.75% | 0.93% | - |
| XYZ | 49.8 | 26.5 | 73.72 | - |
| YUV | 131.43 | 180.81 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 225 | 0 | 0.75 | 0.05 | 0.07 | 303.75 | 0.82 | 0.58 |
| Hex | EC | 3C | E1 | 0 | 4B | 5 | 7 | 130 | 52 | 3A |
| Octal | 354 | 74 | 341 | 0 | 113 | 5 | 7 | 460 | 122 | 72 |
| Binary | 11101100 | 111100 | 11100001 | 0 | 1001011 | 101 | 111 | 100110000 | 1010010 | 111010 |
Color Harmonies of #EC3CE1
Complementary color
Monochromatic Colors of #EC3CE1
Black with #EC3CE1
Text Example
Text Example
White with #EC3CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CE1; }
p { color: rgb(236,60,225); }
H1.HeaderClassName
{
color: #EC3CE1;
}
.AnyTagClassName
{
color: #EC3CE1;
}
</style>
background-color css
<style>
a { background-color: #EC3CE1; }
a { background-color: rgb(236,60,225); }
div.DivClassName
{
background-color: #EC3CE1;
}
.BgClassName
{
background-color: #EC3CE1;
}
</style>
border-color css
<style>
span { border-color: #EC3CE1; }
span { border-color: rgb(236,60,225); }
td.TdClassName
{
border-color: #EC3CE1;
}
.TagClassName
{
border-color: #EC3CE1;
}
</style>