Html Css Color HEX #EC5CEE Free Speech Magenta
📋 copy color: '#EC5CEE'red 236 ◦ green 92 ◦ blue 238
Shades of Free Speech Magenta #EC5CEE
Tints of Free Speech Magenta #EC5CEE
RGB
CMYK
RGB Variations
Color information
#EC5CEE (or 0xEC5CEE) is known color: Free Speech Magenta. HEX triplet: EC, 5C and EE. RGB value is (236,92,238). Sum of RGB (Red+Green+Blue) = 236+92+238=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC5CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CEE is #13A311. Grayscale: #979797. Windows color (decimal): -1286930 or 15621356. OLE color: 15621356.
HSL color Cylindrical-coordinate representation of color #EC5CEE: hue angle of 299.18º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CEE is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 238 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.07 |
| HSL | 299.18º | 0.81% | 0.65% | - |
| HSV(B) | 299.18º | 0.61% | 0.93% | - |
| XYZ | 53.85 | 31.66 | 84.16 | - |
| YUV | 151.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 238 | 0.01 | 0.61 | 0 | 0.07 | 299.18 | 0.81 | 0.65 |
| Hex | EC | 5C | EE | 1 | 3D | 0 | 7 | 12B | 51 | 41 |
| Octal | 354 | 134 | 356 | 1 | 75 | 0 | 7 | 453 | 121 | 101 |
| Binary | 11101100 | 1011100 | 11101110 | 1 | 111101 | 0 | 111 | 100101011 | 1010001 | 1000001 |
Color Harmonies of #EC5CEE
Complementary color
Monochromatic Colors of #EC5CEE
Black with #EC5CEE
Text Example
Text Example
White with #EC5CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CEE; }
p { color: rgb(236,92,238); }
H1.HeaderClassName
{
color: #EC5CEE;
}
.AnyTagClassName
{
color: #EC5CEE;
}
</style>
background-color css
<style>
a { background-color: #EC5CEE; }
a { background-color: rgb(236,92,238); }
div.DivClassName
{
background-color: #EC5CEE;
}
.BgClassName
{
background-color: #EC5CEE;
}
</style>
border-color css
<style>
span { border-color: #EC5CEE; }
span { border-color: rgb(236,92,238); }
td.TdClassName
{
border-color: #EC5CEE;
}
.TagClassName
{
border-color: #EC5CEE;
}
</style>