Html Css Color HEX #EC67D4 Free Speech Magenta
📋 copy color: '#EC67D4'red 236 ◦ green 103 ◦ blue 212
Shades of Free Speech Magenta #EC67D4
Tints of Free Speech Magenta #EC67D4
RGB
CMYK
RGB Variations
Color information
#EC67D4 (or 0xEC67D4) is known color: Free Speech Magenta. HEX triplet: EC, 67 and D4. RGB value is (236,103,212). Sum of RGB (Red+Green+Blue) = 236+103+212=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67D4 is #13982B. Grayscale: #9A9A9A. Windows color (decimal): -1284140 or 13920236. OLE color: 13920236.
HSL color Cylindrical-coordinate representation of color #EC67D4: hue angle of 310.83º 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 #EC67D4 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 212 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.07 |
| HSL | 310.83º | 0.78% | 0.66% | - |
| HSV(B) | 310.83º | 0.56% | 0.93% | - |
| XYZ | 51.33 | 32.29 | 65.81 | - |
| YUV | 155.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 212 | 0 | 0.56 | 0.10 | 0.07 | 310.83 | 0.78 | 0.66 |
| Hex | EC | 67 | D4 | 0 | 38 | A | 7 | 137 | 4E | 42 |
| Octal | 354 | 147 | 324 | 0 | 70 | 12 | 7 | 467 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11010100 | 0 | 111000 | 1010 | 111 | 100110111 | 1001110 | 1000010 |
Color Harmonies of #EC67D4
Complementary color
Monochromatic Colors of #EC67D4
Black with #EC67D4
Text Example
Text Example
White with #EC67D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67D4; }
p { color: rgb(236,103,212); }
H1.HeaderClassName
{
color: #EC67D4;
}
.AnyTagClassName
{
color: #EC67D4;
}
</style>
background-color css
<style>
a { background-color: #EC67D4; }
a { background-color: rgb(236,103,212); }
div.DivClassName
{
background-color: #EC67D4;
}
.BgClassName
{
background-color: #EC67D4;
}
</style>
border-color css
<style>
span { border-color: #EC67D4; }
span { border-color: rgb(236,103,212); }
td.TdClassName
{
border-color: #EC67D4;
}
.TagClassName
{
border-color: #EC67D4;
}
</style>