Html Css Color HEX #EC67CC Free Speech Magenta
📋 copy color: '#EC67CC'red 236 ◦ green 103 ◦ blue 204
Shades of Free Speech Magenta #EC67CC
Tints of Free Speech Magenta #EC67CC
RGB
CMYK
RGB Variations
Color information
#EC67CC (or 0xEC67CC) is known color: Free Speech Magenta. HEX triplet: EC, 67 and CC. RGB value is (236,103,204). Sum of RGB (Red+Green+Blue) = 236+103+204=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67CC is #139833. Grayscale: #9A9A9A. Windows color (decimal): -1284148 or 13395948. OLE color: 13395948.
HSL color Cylindrical-coordinate representation of color #EC67CC: hue angle of 314.44º 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 #EC67CC is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 204 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.07 |
| HSL | 314.44º | 0.78% | 0.66% | - |
| HSV(B) | 314.44º | 0.56% | 0.93% | - |
| XYZ | 50.34 | 31.89 | 60.63 | - |
| YUV | 154.28 | 156.06 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 204 | 0 | 0.56 | 0.14 | 0.07 | 314.44 | 0.78 | 0.66 |
| Hex | EC | 67 | CC | 0 | 38 | E | 7 | 13A | 4E | 42 |
| Octal | 354 | 147 | 314 | 0 | 70 | 16 | 7 | 472 | 116 | 102 |
| Binary | 11101100 | 1100111 | 11001100 | 0 | 111000 | 1110 | 111 | 100111010 | 1001110 | 1000010 |
Color Harmonies of #EC67CC
Complementary color
Monochromatic Colors of #EC67CC
Black with #EC67CC
Text Example
Text Example
White with #EC67CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC67CC; }
p { color: rgb(236,103,204); }
H1.HeaderClassName
{
color: #EC67CC;
}
.AnyTagClassName
{
color: #EC67CC;
}
</style>
background-color css
<style>
a { background-color: #EC67CC; }
a { background-color: rgb(236,103,204); }
div.DivClassName
{
background-color: #EC67CC;
}
.BgClassName
{
background-color: #EC67CC;
}
</style>
border-color css
<style>
span { border-color: #EC67CC; }
span { border-color: rgb(236,103,204); }
td.TdClassName
{
border-color: #EC67CC;
}
.TagClassName
{
border-color: #EC67CC;
}
</style>