Html Css Color HEX #EC5AD2 Free Speech Magenta
📋 copy color: '#EC5AD2'red 236 ◦ green 90 ◦ blue 210
Shades of Free Speech Magenta #EC5AD2
Tints of Free Speech Magenta #EC5AD2
RGB
CMYK
RGB Variations
Color information
#EC5AD2 (or 0xEC5AD2) is known color: Free Speech Magenta. HEX triplet: EC, 5A and D2. RGB value is (236,90,210). Sum of RGB (Red+Green+Blue) = 236+90+210=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5AD2 is #13A52D. Grayscale: #939393. Windows color (decimal): -1287470 or 13785836. OLE color: 13785836.
HSL color Cylindrical-coordinate representation of color #EC5AD2: hue angle of 310.68º 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 #EC5AD2 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 210 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.07 |
| HSL | 310.68º | 0.79% | 0.64% | - |
| HSV(B) | 310.68º | 0.62% | 0.93% | - |
| XYZ | 49.88 | 29.8 | 64.1 | - |
| YUV | 147.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 210 | 0 | 0.62 | 0.11 | 0.07 | 310.68 | 0.79 | 0.64 |
| Hex | EC | 5A | D2 | 0 | 3E | B | 7 | 137 | 4F | 40 |
| Octal | 354 | 132 | 322 | 0 | 76 | 13 | 7 | 467 | 117 | 100 |
| Binary | 11101100 | 1011010 | 11010010 | 0 | 111110 | 1011 | 111 | 100110111 | 1001111 | 1000000 |
Color Harmonies of #EC5AD2
Complementary color
Monochromatic Colors of #EC5AD2
Black with #EC5AD2
Text Example
Text Example
White with #EC5AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5AD2; }
p { color: rgb(236,90,210); }
H1.HeaderClassName
{
color: #EC5AD2;
}
.AnyTagClassName
{
color: #EC5AD2;
}
</style>
background-color css
<style>
a { background-color: #EC5AD2; }
a { background-color: rgb(236,90,210); }
div.DivClassName
{
background-color: #EC5AD2;
}
.BgClassName
{
background-color: #EC5AD2;
}
</style>
border-color css
<style>
span { border-color: #EC5AD2; }
span { border-color: rgb(236,90,210); }
td.TdClassName
{
border-color: #EC5AD2;
}
.TagClassName
{
border-color: #EC5AD2;
}
</style>