Html Css Color HEX #EC5ADF Free Speech Magenta
📋 copy color: '#EC5ADF'red 236 ◦ green 90 ◦ blue 223
Shades of Free Speech Magenta #EC5ADF
Tints of Free Speech Magenta #EC5ADF
RGB
CMYK
RGB Variations
Color information
#EC5ADF (or 0xEC5ADF) is known color: Free Speech Magenta. HEX triplet: EC, 5A and DF. RGB value is (236,90,223). Sum of RGB (Red+Green+Blue) = 236+90+223=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 90 (35.55% from 255 or 16.39% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ADF is #13A520. Grayscale: #949494. Windows color (decimal): -1287457 or 14637804. OLE color: 14637804.
HSL color Cylindrical-coordinate representation of color #EC5ADF: hue angle of 305.34º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC5ADF is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 223 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.07 |
| HSL | 305.34º | 0.79% | 0.64% | - |
| HSV(B) | 305.34º | 0.62% | 0.93% | - |
| XYZ | 51.57 | 30.47 | 72.98 | - |
| YUV | 148.82 | 169.87 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 223 | 0 | 0.62 | 0.06 | 0.07 | 305.34 | 0.79 | 0.64 |
| Hex | EC | 5A | DF | 0 | 3E | 6 | 7 | 131 | 4F | 40 |
| Octal | 354 | 132 | 337 | 0 | 76 | 6 | 7 | 461 | 117 | 100 |
| Binary | 11101100 | 1011010 | 11011111 | 0 | 111110 | 110 | 111 | 100110001 | 1001111 | 1000000 |
Color Harmonies of #EC5ADF
Complementary color
Monochromatic Colors of #EC5ADF
Black with #EC5ADF
Text Example
Text Example
White with #EC5ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5ADF; }
p { color: rgb(236,90,223); }
H1.HeaderClassName
{
color: #EC5ADF;
}
.AnyTagClassName
{
color: #EC5ADF;
}
</style>
background-color css
<style>
a { background-color: #EC5ADF; }
a { background-color: rgb(236,90,223); }
div.DivClassName
{
background-color: #EC5ADF;
}
.BgClassName
{
background-color: #EC5ADF;
}
</style>
border-color css
<style>
span { border-color: #EC5ADF; }
span { border-color: rgb(236,90,223); }
td.TdClassName
{
border-color: #EC5ADF;
}
.TagClassName
{
border-color: #EC5ADF;
}
</style>