Html Css Color HEX #EC68D4 Free Speech Magenta
📋 copy color: '#EC68D4'red 236 ◦ green 104 ◦ blue 212
Shades of Free Speech Magenta #EC68D4
Tints of Free Speech Magenta #EC68D4
RGB
CMYK
RGB Variations
Color information
#EC68D4 (or 0xEC68D4) is known color: Free Speech Magenta. HEX triplet: EC, 68 and D4. RGB value is (236,104,212). Sum of RGB (Red+Green+Blue) = 236+104+212=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68D4 is #13972B. Grayscale: #9B9B9B. Windows color (decimal): -1283884 or 13920492. OLE color: 13920492.
HSL color Cylindrical-coordinate representation of color #EC68D4: hue angle of 310.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC68D4 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 212 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.07 |
| HSL | 310.91º | 0.78% | 0.67% | - |
| HSV(B) | 310.91º | 0.56% | 0.93% | - |
| XYZ | 51.43 | 32.49 | 65.85 | - |
| YUV | 155.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 212 | 0 | 0.56 | 0.10 | 0.07 | 310.91 | 0.78 | 0.67 |
| Hex | EC | 68 | D4 | 0 | 38 | A | 7 | 137 | 4E | 43 |
| Octal | 354 | 150 | 324 | 0 | 70 | 12 | 7 | 467 | 116 | 103 |
| Binary | 11101100 | 1101000 | 11010100 | 0 | 111000 | 1010 | 111 | 100110111 | 1001110 | 1000011 |
Color Harmonies of #EC68D4
Complementary color
Monochromatic Colors of #EC68D4
Black with #EC68D4
Text Example
Text Example
White with #EC68D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC68D4; }
p { color: rgb(236,104,212); }
H1.HeaderClassName
{
color: #EC68D4;
}
.AnyTagClassName
{
color: #EC68D4;
}
</style>
background-color css
<style>
a { background-color: #EC68D4; }
a { background-color: rgb(236,104,212); }
div.DivClassName
{
background-color: #EC68D4;
}
.BgClassName
{
background-color: #EC68D4;
}
</style>
border-color css
<style>
span { border-color: #EC68D4; }
span { border-color: rgb(236,104,212); }
td.TdClassName
{
border-color: #EC68D4;
}
.TagClassName
{
border-color: #EC68D4;
}
</style>