Html Css Color HEX #EF65DC Free Speech Magenta
📋 copy color: '#EF65DC'red 239 ◦ green 101 ◦ blue 220
Shades of Free Speech Magenta #EF65DC
Tints of Free Speech Magenta #EF65DC
RGB
CMYK
RGB Variations
Color information
#EF65DC (or 0xEF65DC) is known color: Free Speech Magenta. HEX triplet: EF, 65 and DC. RGB value is (239,101,220). Sum of RGB (Red+Green+Blue) = 239+101+220=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65DC is #109A23. Grayscale: #9B9B9B. Windows color (decimal): -1088036 or 14444015. OLE color: 14444015.
HSL color Cylindrical-coordinate representation of color #EF65DC: hue angle of 308.26º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65DC is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 220 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.06 |
| HSL | 308.26º | 0.81% | 0.67% | - |
| HSV(B) | 308.26º | 0.58% | 0.94% | - |
| XYZ | 53.17 | 32.83 | 71.24 | - |
| YUV | 155.83 | 164.22 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 220 | 0 | 0.58 | 0.08 | 0.06 | 308.26 | 0.81 | 0.67 |
| Hex | EF | 65 | DC | 0 | 3A | 8 | 6 | 134 | 51 | 43 |
| Octal | 357 | 145 | 334 | 0 | 72 | 10 | 6 | 464 | 121 | 103 |
| Binary | 11101111 | 1100101 | 11011100 | 0 | 111010 | 1000 | 110 | 100110100 | 1010001 | 1000011 |
Color Harmonies of #EF65DC
Complementary color
Monochromatic Colors of #EF65DC
Black with #EF65DC
Text Example
Text Example
White with #EF65DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65DC; }
p { color: rgb(239,101,220); }
H1.HeaderClassName
{
color: #EF65DC;
}
.AnyTagClassName
{
color: #EF65DC;
}
</style>
background-color css
<style>
a { background-color: #EF65DC; }
a { background-color: rgb(239,101,220); }
div.DivClassName
{
background-color: #EF65DC;
}
.BgClassName
{
background-color: #EF65DC;
}
</style>
border-color css
<style>
span { border-color: #EF65DC; }
span { border-color: rgb(239,101,220); }
td.TdClassName
{
border-color: #EF65DC;
}
.TagClassName
{
border-color: #EF65DC;
}
</style>