Html Css Color HEX #EC57EE Free Speech Magenta
📋 copy color: '#EC57EE'red 236 ◦ green 87 ◦ blue 238
Shades of Free Speech Magenta #EC57EE
Tints of Free Speech Magenta #EC57EE
RGB
CMYK
RGB Variations
Color information
#EC57EE (or 0xEC57EE) is known color: Free Speech Magenta. HEX triplet: EC, 57 and EE. RGB value is (236,87,238). Sum of RGB (Red+Green+Blue) = 236+87+238=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 87 (34.38% from 255 or 15.51% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC57EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC57EE is #13A811. Grayscale: #949494. Windows color (decimal): -1288210 or 15620076. OLE color: 15620076.
HSL color Cylindrical-coordinate representation of color #EC57EE: hue angle of 299.21º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC57EE is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 238 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.07 |
| HSL | 299.21º | 0.82% | 0.64% | - |
| HSV(B) | 299.21º | 0.63% | 0.93% | - |
| XYZ | 53.43 | 30.82 | 84.02 | - |
| YUV | 148.77 | 178.36 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 238 | 0.01 | 0.63 | 0 | 0.07 | 299.21 | 0.82 | 0.64 |
| Hex | EC | 57 | EE | 1 | 3F | 0 | 7 | 12B | 52 | 40 |
| Octal | 354 | 127 | 356 | 1 | 77 | 0 | 7 | 453 | 122 | 100 |
| Binary | 11101100 | 1010111 | 11101110 | 1 | 111111 | 0 | 111 | 100101011 | 1010010 | 1000000 |
Color Harmonies of #EC57EE
Complementary color
Monochromatic Colors of #EC57EE
Black with #EC57EE
Text Example
Text Example
White with #EC57EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC57EE; }
p { color: rgb(236,87,238); }
H1.HeaderClassName
{
color: #EC57EE;
}
.AnyTagClassName
{
color: #EC57EE;
}
</style>
background-color css
<style>
a { background-color: #EC57EE; }
a { background-color: rgb(236,87,238); }
div.DivClassName
{
background-color: #EC57EE;
}
.BgClassName
{
background-color: #EC57EE;
}
</style>
border-color css
<style>
span { border-color: #EC57EE; }
span { border-color: rgb(236,87,238); }
td.TdClassName
{
border-color: #EC57EE;
}
.TagClassName
{
border-color: #EC57EE;
}
</style>