Html Css Color HEX #EC65D4 Free Speech Magenta
📋 copy color: '#EC65D4'red 236 ◦ green 101 ◦ blue 212
Shades of Free Speech Magenta #EC65D4
Tints of Free Speech Magenta #EC65D4
RGB
CMYK
RGB Variations
Color information
#EC65D4 (or 0xEC65D4) is known color: Free Speech Magenta. HEX triplet: EC, 65 and D4. RGB value is (236,101,212). Sum of RGB (Red+Green+Blue) = 236+101+212=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65D4 is #139A2B. Grayscale: #999999. Windows color (decimal): -1284652 or 13919724. OLE color: 13919724.
HSL color Cylindrical-coordinate representation of color #EC65D4: hue angle of 310.67º 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 #EC65D4 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 212 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.07 |
| HSL | 310.67º | 0.78% | 0.66% | - |
| HSV(B) | 310.67º | 0.57% | 0.93% | - |
| XYZ | 51.13 | 31.89 | 65.75 | - |
| YUV | 154.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 212 | 0 | 0.57 | 0.10 | 0.07 | 310.67 | 0.78 | 0.66 |
| Hex | EC | 65 | D4 | 0 | 39 | A | 7 | 137 | 4E | 42 |
| Octal | 354 | 145 | 324 | 0 | 71 | 12 | 7 | 467 | 116 | 102 |
| Binary | 11101100 | 1100101 | 11010100 | 0 | 111001 | 1010 | 111 | 100110111 | 1001110 | 1000010 |
Color Harmonies of #EC65D4
Complementary color
Monochromatic Colors of #EC65D4
Black with #EC65D4
Text Example
Text Example
White with #EC65D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC65D4; }
p { color: rgb(236,101,212); }
H1.HeaderClassName
{
color: #EC65D4;
}
.AnyTagClassName
{
color: #EC65D4;
}
</style>
background-color css
<style>
a { background-color: #EC65D4; }
a { background-color: rgb(236,101,212); }
div.DivClassName
{
background-color: #EC65D4;
}
.BgClassName
{
background-color: #EC65D4;
}
</style>
border-color css
<style>
span { border-color: #EC65D4; }
span { border-color: rgb(236,101,212); }
td.TdClassName
{
border-color: #EC65D4;
}
.TagClassName
{
border-color: #EC65D4;
}
</style>