Html Css Color HEX #EC5CE3 Free Speech Magenta
📋 copy color: '#EC5CE3'red 236 ◦ green 92 ◦ blue 227
Shades of Free Speech Magenta #EC5CE3
Tints of Free Speech Magenta #EC5CE3
RGB
CMYK
RGB Variations
Color information
#EC5CE3 (or 0xEC5CE3) is known color: Free Speech Magenta. HEX triplet: EC, 5C and E3. RGB value is (236,92,227). Sum of RGB (Red+Green+Blue) = 236+92+227=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 92 (36.33% from 255 or 16.58% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CE3 is #13A31C. Grayscale: #969696. Windows color (decimal): -1286941 or 14900460. OLE color: 14900460.
HSL color Cylindrical-coordinate representation of color #EC5CE3: hue angle of 303.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC5CE3 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 227 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.07 |
| HSL | 303.75º | 0.79% | 0.64% | - |
| HSV(B) | 303.75º | 0.61% | 0.93% | - |
| XYZ | 52.28 | 31.03 | 75.91 | - |
| YUV | 150.45 | 171.21 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 227 | 0 | 0.61 | 0.04 | 0.07 | 303.75 | 0.79 | 0.64 |
| Hex | EC | 5C | E3 | 0 | 3D | 4 | 7 | 130 | 4F | 40 |
| Octal | 354 | 134 | 343 | 0 | 75 | 4 | 7 | 460 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11100011 | 0 | 111101 | 100 | 111 | 100110000 | 1001111 | 1000000 |
Color Harmonies of #EC5CE3
Complementary color
Monochromatic Colors of #EC5CE3
Black with #EC5CE3
Text Example
Text Example
White with #EC5CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CE3; }
p { color: rgb(236,92,227); }
H1.HeaderClassName
{
color: #EC5CE3;
}
.AnyTagClassName
{
color: #EC5CE3;
}
</style>
background-color css
<style>
a { background-color: #EC5CE3; }
a { background-color: rgb(236,92,227); }
div.DivClassName
{
background-color: #EC5CE3;
}
.BgClassName
{
background-color: #EC5CE3;
}
</style>
border-color css
<style>
span { border-color: #EC5CE3; }
span { border-color: rgb(236,92,227); }
td.TdClassName
{
border-color: #EC5CE3;
}
.TagClassName
{
border-color: #EC5CE3;
}
</style>