Html Css Color HEX #EC6CE5 Free Speech Magenta
📋 copy color: '#EC6CE5'red 236 ◦ green 108 ◦ blue 229
Shades of Free Speech Magenta #EC6CE5
Tints of Free Speech Magenta #EC6CE5
RGB
CMYK
RGB Variations
Color information
#EC6CE5 (or 0xEC6CE5) is known color: Free Speech Magenta. HEX triplet: EC, 6C and E5. RGB value is (236,108,229). Sum of RGB (Red+Green+Blue) = 236+108+229=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 108 (42.58% from 255 or 18.85% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CE5 is #13931A. Grayscale: #9F9F9F. Windows color (decimal): -1282843 or 15035628. OLE color: 15035628.
HSL color Cylindrical-coordinate representation of color #EC6CE5: hue angle of 303.28º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6CE5 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 229 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.07 |
| HSL | 303.28º | 0.77% | 0.67% | - |
| HSV(B) | 303.28º | 0.54% | 0.93% | - |
| XYZ | 54.1 | 34.22 | 77.88 | - |
| YUV | 160.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 229 | 0 | 0.54 | 0.03 | 0.07 | 303.28 | 0.77 | 0.67 |
| Hex | EC | 6C | E5 | 0 | 36 | 3 | 7 | 12F | 4D | 43 |
| Octal | 354 | 154 | 345 | 0 | 66 | 3 | 7 | 457 | 115 | 103 |
| Binary | 11101100 | 1101100 | 11100101 | 0 | 110110 | 11 | 111 | 100101111 | 1001101 | 1000011 |
Color Harmonies of #EC6CE5
Complementary color
Monochromatic Colors of #EC6CE5
Black with #EC6CE5
Text Example
Text Example
White with #EC6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6CE5; }
p { color: rgb(236,108,229); }
H1.HeaderClassName
{
color: #EC6CE5;
}
.AnyTagClassName
{
color: #EC6CE5;
}
</style>
background-color css
<style>
a { background-color: #EC6CE5; }
a { background-color: rgb(236,108,229); }
div.DivClassName
{
background-color: #EC6CE5;
}
.BgClassName
{
background-color: #EC6CE5;
}
</style>
border-color css
<style>
span { border-color: #EC6CE5; }
span { border-color: rgb(236,108,229); }
td.TdClassName
{
border-color: #EC6CE5;
}
.TagClassName
{
border-color: #EC6CE5;
}
</style>