Html Css Color HEX #EC3CEB Free Speech Magenta
📋 copy color: '#EC3CEB'red 236 ◦ green 60 ◦ blue 235
Shades of Free Speech Magenta #EC3CEB
Tints of Free Speech Magenta #EC3CEB
RGB
CMYK
RGB Variations
Color information
#EC3CEB (or 0xEC3CEB) is known color: Free Speech Magenta. HEX triplet: EC, 3C and EB. RGB value is (236,60,235). Sum of RGB (Red+Green+Blue) = 236+60+235=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3CEB is #13C314. Grayscale: #848484. Windows color (decimal): -1295125 or 15416556. OLE color: 15416556.
HSL color Cylindrical-coordinate representation of color #EC3CEB: hue angle of 300.34º 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 #EC3CEB is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 60 | 235 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.07 |
| HSL | 300.34º | 0.82% | 0.58% | - |
| HSV(B) | 300.34º | 0.75% | 0.93% | - |
| XYZ | 51.2 | 27.06 | 81.12 | - |
| YUV | 132.57 | 185.81 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 60 | 235 | 0 | 0.75 | 0.00 | 0.07 | 300.34 | 0.82 | 0.58 |
| Hex | EC | 3C | EB | 0 | 4B | 0 | 7 | 12C | 52 | 3A |
| Octal | 354 | 74 | 353 | 0 | 113 | 0 | 7 | 454 | 122 | 72 |
| Binary | 11101100 | 111100 | 11101011 | 0 | 1001011 | 0 | 111 | 100101100 | 1010010 | 111010 |
Color Harmonies of #EC3CEB
Complementary color
Monochromatic Colors of #EC3CEB
Black with #EC3CEB
Text Example
Text Example
White with #EC3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3CEB; }
p { color: rgb(236,60,235); }
H1.HeaderClassName
{
color: #EC3CEB;
}
.AnyTagClassName
{
color: #EC3CEB;
}
</style>
background-color css
<style>
a { background-color: #EC3CEB; }
a { background-color: rgb(236,60,235); }
div.DivClassName
{
background-color: #EC3CEB;
}
.BgClassName
{
background-color: #EC3CEB;
}
</style>
border-color css
<style>
span { border-color: #EC3CEB; }
span { border-color: rgb(236,60,235); }
td.TdClassName
{
border-color: #EC3CEB;
}
.TagClassName
{
border-color: #EC3CEB;
}
</style>