Html Css Color HEX #EC64CA Free Speech Magenta
📋 copy color: '#EC64CA'red 236 ◦ green 100 ◦ blue 202
Shades of Free Speech Magenta #EC64CA
Tints of Free Speech Magenta #EC64CA
RGB
CMYK
RGB Variations
Color information
#EC64CA (or 0xEC64CA) is known color: Free Speech Magenta. HEX triplet: EC, 64 and CA. RGB value is (236,100,202). Sum of RGB (Red+Green+Blue) = 236+100+202=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64CA is #139B35. Grayscale: #989898. Windows color (decimal): -1284918 or 13264108. OLE color: 13264108.
HSL color Cylindrical-coordinate representation of color #EC64CA: hue angle of 315º 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 #EC64CA is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 202 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.07 |
| HSL | 315º | 0.78% | 0.66% | - |
| HSV(B) | 315º | 0.58% | 0.93% | - |
| XYZ | 49.81 | 31.21 | 59.28 | - |
| YUV | 152.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 202 | 0 | 0.58 | 0.14 | 0.07 | 315 | 0.78 | 0.66 |
| Hex | EC | 64 | CA | 0 | 3A | E | 7 | 13B | 4E | 42 |
| Octal | 354 | 144 | 312 | 0 | 72 | 16 | 7 | 473 | 116 | 102 |
| Binary | 11101100 | 1100100 | 11001010 | 0 | 111010 | 1110 | 111 | 100111011 | 1001110 | 1000010 |
Color Harmonies of #EC64CA
Complementary color
Monochromatic Colors of #EC64CA
Black with #EC64CA
Text Example
Text Example
White with #EC64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64CA; }
p { color: rgb(236,100,202); }
H1.HeaderClassName
{
color: #EC64CA;
}
.AnyTagClassName
{
color: #EC64CA;
}
</style>
background-color css
<style>
a { background-color: #EC64CA; }
a { background-color: rgb(236,100,202); }
div.DivClassName
{
background-color: #EC64CA;
}
.BgClassName
{
background-color: #EC64CA;
}
</style>
border-color css
<style>
span { border-color: #EC64CA; }
span { border-color: rgb(236,100,202); }
td.TdClassName
{
border-color: #EC64CA;
}
.TagClassName
{
border-color: #EC64CA;
}
</style>