Html Css Color HEX #EC5DEB Free Speech Magenta
📋 copy color: '#EC5DEB'red 236 ◦ green 93 ◦ blue 235
Shades of Free Speech Magenta #EC5DEB
Tints of Free Speech Magenta #EC5DEB
RGB
CMYK
RGB Variations
Color information
#EC5DEB (or 0xEC5DEB) is known color: Free Speech Magenta. HEX triplet: EC, 5D and EB. RGB value is (236,93,235). Sum of RGB (Red+Green+Blue) = 236+93+235=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 93 (36.72% from 255 or 16.49% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5DEB is #13A214. Grayscale: #979797. Windows color (decimal): -1286677 or 15425004. OLE color: 15425004.
HSL color Cylindrical-coordinate representation of color #EC5DEB: hue angle of 300.42º degrees, saturation: 0.79, 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 #EC5DEB is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 235 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.07 |
| HSL | 300.42º | 0.79% | 0.65% | - |
| HSV(B) | 300.42º | 0.61% | 0.93% | - |
| XYZ | 53.5 | 31.66 | 81.89 | - |
| YUV | 151.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 235 | 0 | 0.61 | 0.00 | 0.07 | 300.42 | 0.79 | 0.65 |
| Hex | EC | 5D | EB | 0 | 3D | 0 | 7 | 12C | 4F | 41 |
| Octal | 354 | 135 | 353 | 0 | 75 | 0 | 7 | 454 | 117 | 101 |
| Binary | 11101100 | 1011101 | 11101011 | 0 | 111101 | 0 | 111 | 100101100 | 1001111 | 1000001 |
Color Harmonies of #EC5DEB
Complementary color
Monochromatic Colors of #EC5DEB
Black with #EC5DEB
Text Example
Text Example
White with #EC5DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5DEB; }
p { color: rgb(236,93,235); }
H1.HeaderClassName
{
color: #EC5DEB;
}
.AnyTagClassName
{
color: #EC5DEB;
}
</style>
background-color css
<style>
a { background-color: #EC5DEB; }
a { background-color: rgb(236,93,235); }
div.DivClassName
{
background-color: #EC5DEB;
}
.BgClassName
{
background-color: #EC5DEB;
}
</style>
border-color css
<style>
span { border-color: #EC5DEB; }
span { border-color: rgb(236,93,235); }
td.TdClassName
{
border-color: #EC5DEB;
}
.TagClassName
{
border-color: #EC5DEB;
}
</style>