Html Css Color HEX #EC67D0 Free Speech Magenta
📋 copy color: '#EC67D0'red 236 ◦ green 103 ◦ blue 208
Shades of Free Speech Magenta #EC67D0
Tints of Free Speech Magenta #EC67D0
RGB
CMYK
RGB Variations
Color information
#EC67D0 (or 0xEC67D0) is known color: Free Speech Magenta. HEX triplet: EC, 67 and D0. RGB value is (236,103,208). Sum of RGB (Red+Green+Blue) = 236+103+208=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 103 (40.62% from 255 or 18.83% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67D0 is #13982F. Grayscale: #9A9A9A. Windows color (decimal): -1284144 or 13658092. OLE color: 13658092.
HSL color Cylindrical-coordinate representation of color #EC67D0: hue angle of 312.63º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC67D0 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 208 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.07 |
| HSL | 312.63º | 0.78% | 0.66% | - |
| HSV(B) | 312.63º | 0.56% | 0.93% | - |
| XYZ | 50.83 | 32.09 | 63.19 | - |
| YUV | 154.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 208 | 0 | 0.56 | 0.12 | 0.07 | 312.63 | 0.78 | 0.66 |
| Hex | EC | 67 | D0 | 0 | 38 | C | 7 | 139 | 4E | 42 |
| Octal | 354 | 147 | 320 | 0 | 70 | 14 | 7 | 471 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11010000 | 0 | 111000 | 1100 | 111 | 100111001 | 1001110 | 1000010 |
Color Harmonies of #EC67D0
Complementary color
Monochromatic Colors of #EC67D0
Black with #EC67D0
Text Example
Text Example
White with #EC67D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67D0; }
p { color: rgb(236,103,208); }
H1.HeaderClassName
{
color: #EC67D0;
}
.AnyTagClassName
{
color: #EC67D0;
}
</style>
background-color css
<style>
a { background-color: #EC67D0; }
a { background-color: rgb(236,103,208); }
div.DivClassName
{
background-color: #EC67D0;
}
.BgClassName
{
background-color: #EC67D0;
}
</style>
border-color css
<style>
span { border-color: #EC67D0; }
span { border-color: rgb(236,103,208); }
td.TdClassName
{
border-color: #EC67D0;
}
.TagClassName
{
border-color: #EC67D0;
}
</style>