Html Css Color HEX #EC64DD Free Speech Magenta
📋 copy color: '#EC64DD'red 236 ◦ green 100 ◦ blue 221
Shades of Free Speech Magenta #EC64DD
Tints of Free Speech Magenta #EC64DD
RGB
CMYK
RGB Variations
Color information
#EC64DD (or 0xEC64DD) is known color: Free Speech Magenta. HEX triplet: EC, 64 and DD. RGB value is (236,100,221). Sum of RGB (Red+Green+Blue) = 236+100+221=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64DD is #139B22. Grayscale: #9A9A9A. Windows color (decimal): -1284899 or 14509292. OLE color: 14509292.
HSL color Cylindrical-coordinate representation of color #EC64DD: hue angle of 306.62º 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 #EC64DD is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 100 | 221 | - |
CMYK | 0 | 0.58 | 0.06 | 0.07 |
HSL | 306.62º | 0.78% | 0.66% | - |
HSV(B) | 306.62º | 0.58% | 0.93% | - |
XYZ | 52.2 | 32.17 | 71.86 | - |
YUV | 154.46 | 165.56 | 186.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 100 | 221 | 0 | 0.58 | 0.06 | 0.07 | 306.62 | 0.78 | 0.66 |
Hex | EC | 64 | DD | 0 | 3A | 6 | 7 | 133 | 4E | 42 |
Octal | 354 | 144 | 335 | 0 | 72 | 6 | 7 | 463 | 116 | 102 |
Binary | 11101100 | 1100100 | 11011101 | 0 | 111010 | 110 | 111 | 100110011 | 1001110 | 1000010 |
Color Harmonies of #EC64DD
Complementary color
Monochromatic Colors of #EC64DD
Black with #EC64DD
Text Example
Text Example
White with #EC64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64DD; }
p { color: rgb(236,100,221); }
H1.HeaderClassName
{
color: #EC64DD;
}
.AnyTagClassName
{
color: #EC64DD;
}
</style>
background-color css
<style>
a { background-color: #EC64DD; }
a { background-color: rgb(236,100,221); }
div.DivClassName
{
background-color: #EC64DD;
}
.BgClassName
{
background-color: #EC64DD;
}
</style>
border-color css
<style>
span { border-color: #EC64DD; }
span { border-color: rgb(236,100,221); }
td.TdClassName
{
border-color: #EC64DD;
}
.TagClassName
{
border-color: #EC64DD;
}
</style>