Html Css Color HEX #EF66D0 Free Speech Magenta
📋 copy color: '#EF66D0'red 239 ◦ green 102 ◦ blue 208
Shades of Free Speech Magenta #EF66D0
Tints of Free Speech Magenta #EF66D0
RGB
CMYK
RGB Variations
Color information
#EF66D0 (or 0xEF66D0) is known color: Free Speech Magenta. HEX triplet: EF, 66 and D0. RGB value is (239,102,208). Sum of RGB (Red+Green+Blue) = 239+102+208=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66D0 is #10992F. Grayscale: #9A9A9A. Windows color (decimal): -1087792 or 13657839. OLE color: 13657839.
HSL color Cylindrical-coordinate representation of color #EF66D0: hue angle of 313.58º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66D0 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 208 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.06 |
| HSL | 313.58º | 0.81% | 0.67% | - |
| HSV(B) | 313.58º | 0.57% | 0.94% | - |
| XYZ | 51.73 | 32.41 | 63.2 | - |
| YUV | 155.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 208 | 0 | 0.57 | 0.13 | 0.06 | 313.58 | 0.81 | 0.67 |
| Hex | EF | 66 | D0 | 0 | 39 | D | 6 | 13A | 51 | 43 |
| Octal | 357 | 146 | 320 | 0 | 71 | 15 | 6 | 472 | 121 | 103 |
| Binary | 11101111 | 1100110 | 11010000 | 0 | 111001 | 1101 | 110 | 100111010 | 1010001 | 1000011 |
Color Harmonies of #EF66D0
Complementary color
Monochromatic Colors of #EF66D0
Black with #EF66D0
Text Example
Text Example
White with #EF66D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF66D0; }
p { color: rgb(239,102,208); }
H1.HeaderClassName
{
color: #EF66D0;
}
.AnyTagClassName
{
color: #EF66D0;
}
</style>
background-color css
<style>
a { background-color: #EF66D0; }
a { background-color: rgb(239,102,208); }
div.DivClassName
{
background-color: #EF66D0;
}
.BgClassName
{
background-color: #EF66D0;
}
</style>
border-color css
<style>
span { border-color: #EF66D0; }
span { border-color: rgb(239,102,208); }
td.TdClassName
{
border-color: #EF66D0;
}
.TagClassName
{
border-color: #EF66D0;
}
</style>