Html Css Color HEX #EC3CE6 Free Speech Magenta
📋 copy color: '#EC3CE6'red 236 ◦ green 60 ◦ blue 230
Shades of Free Speech Magenta #EC3CE6
Tints of Free Speech Magenta #EC3CE6
RGB
CMYK
RGB Variations
Color information
#EC3CE6 (or 0xEC3CE6) is known color: Free Speech Magenta. HEX triplet: EC, 3C and E6. RGB value is (236,60,230). Sum of RGB (Red+Green+Blue) = 236+60+230=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 60 (23.83% from 255 or 11.41% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3CE6 is #13C319. Grayscale: #838383. Windows color (decimal): -1295130 or 15088876. OLE color: 15088876.
HSL color Cylindrical-coordinate representation of color #EC3CE6: hue angle of 302.05º 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 #EC3CE6 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 230 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.07 |
| HSL | 302.05º | 0.82% | 0.58% | - |
| HSV(B) | 302.05º | 0.75% | 0.93% | - |
| XYZ | 50.49 | 26.78 | 77.37 | - |
| YUV | 132 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 230 | 0 | 0.75 | 0.03 | 0.07 | 302.05 | 0.82 | 0.58 |
| Hex | EC | 3C | E6 | 0 | 4B | 3 | 7 | 12E | 52 | 3A |
| Octal | 354 | 74 | 346 | 0 | 113 | 3 | 7 | 456 | 122 | 72 |
| Binary | 11101100 | 111100 | 11100110 | 0 | 1001011 | 11 | 111 | 100101110 | 1010010 | 111010 |
Color Harmonies of #EC3CE6
Complementary color
Monochromatic Colors of #EC3CE6
Black with #EC3CE6
Text Example
Text Example
White with #EC3CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CE6; }
p { color: rgb(236,60,230); }
H1.HeaderClassName
{
color: #EC3CE6;
}
.AnyTagClassName
{
color: #EC3CE6;
}
</style>
background-color css
<style>
a { background-color: #EC3CE6; }
a { background-color: rgb(236,60,230); }
div.DivClassName
{
background-color: #EC3CE6;
}
.BgClassName
{
background-color: #EC3CE6;
}
</style>
border-color css
<style>
span { border-color: #EC3CE6; }
span { border-color: rgb(236,60,230); }
td.TdClassName
{
border-color: #EC3CE6;
}
.TagClassName
{
border-color: #EC3CE6;
}
</style>