Html Css Color HEX #EF64DD Free Speech Magenta
📋 copy color: '#EF64DD'red 239 ◦ green 100 ◦ blue 221
Shades of Free Speech Magenta #EF64DD
Tints of Free Speech Magenta #EF64DD
RGB
CMYK
RGB Variations
Color information
#EF64DD (or 0xEF64DD) is known color: Free Speech Magenta. HEX triplet: EF, 64 and DD. RGB value is (239,100,221). Sum of RGB (Red+Green+Blue) = 239+100+221=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64DD is #109B22. Grayscale: #9B9B9B. Windows color (decimal): -1088291 or 14509295. OLE color: 14509295.
HSL color Cylindrical-coordinate representation of color #EF64DD: hue angle of 307.77º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64DD is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 221 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.06 |
| HSL | 307.77º | 0.81% | 0.66% | - |
| HSV(B) | 307.77º | 0.58% | 0.94% | - |
| XYZ | 53.2 | 32.69 | 71.91 | - |
| YUV | 155.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 221 | 0 | 0.58 | 0.08 | 0.06 | 307.77 | 0.81 | 0.66 |
| Hex | EF | 64 | DD | 0 | 3A | 8 | 6 | 134 | 51 | 42 |
| Octal | 357 | 144 | 335 | 0 | 72 | 10 | 6 | 464 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11011101 | 0 | 111010 | 1000 | 110 | 100110100 | 1010001 | 1000010 |
Color Harmonies of #EF64DD
Complementary color
Monochromatic Colors of #EF64DD
Black with #EF64DD
Text Example
Text Example
White with #EF64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64DD; }
p { color: rgb(239,100,221); }
H1.HeaderClassName
{
color: #EF64DD;
}
.AnyTagClassName
{
color: #EF64DD;
}
</style>
background-color css
<style>
a { background-color: #EF64DD; }
a { background-color: rgb(239,100,221); }
div.DivClassName
{
background-color: #EF64DD;
}
.BgClassName
{
background-color: #EF64DD;
}
</style>
border-color css
<style>
span { border-color: #EF64DD; }
span { border-color: rgb(239,100,221); }
td.TdClassName
{
border-color: #EF64DD;
}
.TagClassName
{
border-color: #EF64DD;
}
</style>