Html Css Color HEX #EF65D0 Free Speech Magenta
📋 copy color: '#EF65D0'red 239 ◦ green 101 ◦ blue 208
Shades of Free Speech Magenta #EF65D0
Tints of Free Speech Magenta #EF65D0
RGB
CMYK
RGB Variations
Color information
#EF65D0 (or 0xEF65D0) is known color: Free Speech Magenta. HEX triplet: EF, 65 and D0. RGB value is (239,101,208). Sum of RGB (Red+Green+Blue) = 239+101+208=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65D0 is #109A2F. Grayscale: #9A9A9A. Windows color (decimal): -1088048 or 13657583. OLE color: 13657583.
HSL color Cylindrical-coordinate representation of color #EF65D0: hue angle of 313.48º 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 #EF65D0 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 208 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.06 |
| HSL | 313.48º | 0.81% | 0.67% | - |
| HSV(B) | 313.48º | 0.58% | 0.94% | - |
| XYZ | 51.64 | 32.21 | 63.17 | - |
| YUV | 154.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 208 | 0 | 0.58 | 0.13 | 0.06 | 313.48 | 0.81 | 0.67 |
| Hex | EF | 65 | D0 | 0 | 3A | D | 6 | 139 | 51 | 43 |
| Octal | 357 | 145 | 320 | 0 | 72 | 15 | 6 | 471 | 121 | 103 |
| Binary | 11101111 | 1100101 | 11010000 | 0 | 111010 | 1101 | 110 | 100111001 | 1010001 | 1000011 |
Color Harmonies of #EF65D0
Complementary color
Monochromatic Colors of #EF65D0
Black with #EF65D0
Text Example
Text Example
White with #EF65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65D0; }
p { color: rgb(239,101,208); }
H1.HeaderClassName
{
color: #EF65D0;
}
.AnyTagClassName
{
color: #EF65D0;
}
</style>
background-color css
<style>
a { background-color: #EF65D0; }
a { background-color: rgb(239,101,208); }
div.DivClassName
{
background-color: #EF65D0;
}
.BgClassName
{
background-color: #EF65D0;
}
</style>
border-color css
<style>
span { border-color: #EF65D0; }
span { border-color: rgb(239,101,208); }
td.TdClassName
{
border-color: #EF65D0;
}
.TagClassName
{
border-color: #EF65D0;
}
</style>