Html Css Color HEX #EC64CB Free Speech Magenta
📋 copy color: '#EC64CB'red 236 ◦ green 100 ◦ blue 203
Shades of Free Speech Magenta #EC64CB
Tints of Free Speech Magenta #EC64CB
RGB
CMYK
RGB Variations
Color information
#EC64CB (or 0xEC64CB) is known color: Free Speech Magenta. HEX triplet: EC, 64 and CB. RGB value is (236,100,203). Sum of RGB (Red+Green+Blue) = 236+100+203=539 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.78% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64CB is #139B34. Grayscale: #989898. Windows color (decimal): -1284917 or 13329644. OLE color: 13329644.
HSL color Cylindrical-coordinate representation of color #EC64CB: hue angle of 314.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64CB is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 203 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.07 |
| HSL | 314.56º | 0.78% | 0.66% | - |
| HSV(B) | 314.56º | 0.58% | 0.93% | - |
| XYZ | 49.93 | 31.26 | 59.9 | - |
| YUV | 152.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 203 | 0 | 0.58 | 0.14 | 0.07 | 314.56 | 0.78 | 0.66 |
| Hex | EC | 64 | CB | 0 | 3A | E | 7 | 13B | 4E | 42 |
| Octal | 354 | 144 | 313 | 0 | 72 | 16 | 7 | 473 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11001011 | 0 | 111010 | 1110 | 111 | 100111011 | 1001110 | 1000010 |
Color Harmonies of #EC64CB
Complementary color
Monochromatic Colors of #EC64CB
Black with #EC64CB
Text Example
Text Example
White with #EC64CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64CB; }
p { color: rgb(236,100,203); }
H1.HeaderClassName
{
color: #EC64CB;
}
.AnyTagClassName
{
color: #EC64CB;
}
</style>
background-color css
<style>
a { background-color: #EC64CB; }
a { background-color: rgb(236,100,203); }
div.DivClassName
{
background-color: #EC64CB;
}
.BgClassName
{
background-color: #EC64CB;
}
</style>
border-color css
<style>
span { border-color: #EC64CB; }
span { border-color: rgb(236,100,203); }
td.TdClassName
{
border-color: #EC64CB;
}
.TagClassName
{
border-color: #EC64CB;
}
</style>