Html Css Color HEX #EC65D0 Free Speech Magenta
📋 copy color: '#EC65D0'red 236 ◦ green 101 ◦ blue 208
Shades of Free Speech Magenta #EC65D0
Tints of Free Speech Magenta #EC65D0
RGB
CMYK
RGB Variations
Color information
#EC65D0 (or 0xEC65D0) is known color: Free Speech Magenta. HEX triplet: EC, 65 and D0. RGB value is (236,101,208). Sum of RGB (Red+Green+Blue) = 236+101+208=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65D0 is #139A2F. Grayscale: #999999. Windows color (decimal): -1284656 or 13657580. OLE color: 13657580.
HSL color Cylindrical-coordinate representation of color #EC65D0: hue angle of 312.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC65D0 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 208 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.07 |
| HSL | 312.44º | 0.78% | 0.66% | - |
| HSV(B) | 312.44º | 0.57% | 0.93% | - |
| XYZ | 50.63 | 31.69 | 63.12 | - |
| YUV | 153.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 208 | 0 | 0.57 | 0.12 | 0.07 | 312.44 | 0.78 | 0.66 |
| Hex | EC | 65 | D0 | 0 | 39 | C | 7 | 138 | 4E | 42 |
| Octal | 354 | 145 | 320 | 0 | 71 | 14 | 7 | 470 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11010000 | 0 | 111001 | 1100 | 111 | 100111000 | 1001110 | 1000010 |
Color Harmonies of #EC65D0
Complementary color
Monochromatic Colors of #EC65D0
Black with #EC65D0
Text Example
Text Example
White with #EC65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65D0; }
p { color: rgb(236,101,208); }
H1.HeaderClassName
{
color: #EC65D0;
}
.AnyTagClassName
{
color: #EC65D0;
}
</style>
background-color css
<style>
a { background-color: #EC65D0; }
a { background-color: rgb(236,101,208); }
div.DivClassName
{
background-color: #EC65D0;
}
.BgClassName
{
background-color: #EC65D0;
}
</style>
border-color css
<style>
span { border-color: #EC65D0; }
span { border-color: rgb(236,101,208); }
td.TdClassName
{
border-color: #EC65D0;
}
.TagClassName
{
border-color: #EC65D0;
}
</style>