Html Css Color HEX #EC5CE5 Free Speech Magenta
📋 copy color: '#EC5CE5'red 236 ◦ green 92 ◦ blue 229
Shades of Free Speech Magenta #EC5CE5
Tints of Free Speech Magenta #EC5CE5
RGB
CMYK
RGB Variations
Color information
#EC5CE5 (or 0xEC5CE5) is known color: Free Speech Magenta. HEX triplet: EC, 5C and E5. RGB value is (236,92,229). Sum of RGB (Red+Green+Blue) = 236+92+229=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 92 (36.33% from 255 or 16.52% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CE5 is #13A31A. Grayscale: #969696. Windows color (decimal): -1286939 or 15031532. OLE color: 15031532.
HSL color Cylindrical-coordinate representation of color #EC5CE5: hue angle of 302.92º 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 #EC5CE5 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 229 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.07 |
| HSL | 302.92º | 0.79% | 0.64% | - |
| HSV(B) | 302.92º | 0.61% | 0.93% | - |
| XYZ | 52.56 | 31.14 | 77.37 | - |
| YUV | 150.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 229 | 0 | 0.61 | 0.03 | 0.07 | 302.92 | 0.79 | 0.64 |
| Hex | EC | 5C | E5 | 0 | 3D | 3 | 7 | 12F | 4F | 40 |
| Octal | 354 | 134 | 345 | 0 | 75 | 3 | 7 | 457 | 117 | 100 |
| Binary | 11101100 | 1011100 | 11100101 | 0 | 111101 | 11 | 111 | 100101111 | 1001111 | 1000000 |
Color Harmonies of #EC5CE5
Complementary color
Monochromatic Colors of #EC5CE5
Black with #EC5CE5
Text Example
Text Example
White with #EC5CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5CE5; }
p { color: rgb(236,92,229); }
H1.HeaderClassName
{
color: #EC5CE5;
}
.AnyTagClassName
{
color: #EC5CE5;
}
</style>
background-color css
<style>
a { background-color: #EC5CE5; }
a { background-color: rgb(236,92,229); }
div.DivClassName
{
background-color: #EC5CE5;
}
.BgClassName
{
background-color: #EC5CE5;
}
</style>
border-color css
<style>
span { border-color: #EC5CE5; }
span { border-color: rgb(236,92,229); }
td.TdClassName
{
border-color: #EC5CE5;
}
.TagClassName
{
border-color: #EC5CE5;
}
</style>