Html Css Color HEX #EF68D1 Free Speech Magenta
📋 copy color: '#EF68D1'red 239 ◦ green 104 ◦ blue 209
Shades of Free Speech Magenta #EF68D1
Tints of Free Speech Magenta #EF68D1
RGB
CMYK
RGB Variations
Color information
#EF68D1 (or 0xEF68D1) is known color: Free Speech Magenta. HEX triplet: EF, 68 and D1. RGB value is (239,104,209). Sum of RGB (Red+Green+Blue) = 239+104+209=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68D1 is #10972E. Grayscale: #9C9C9C. Windows color (decimal): -1087279 or 13723887. OLE color: 13723887.
HSL color Cylindrical-coordinate representation of color #EF68D1: hue angle of 313.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68D1 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 209 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.06 |
| HSL | 313.33º | 0.81% | 0.67% | - |
| HSV(B) | 313.33º | 0.56% | 0.94% | - |
| XYZ | 52.06 | 32.85 | 63.92 | - |
| YUV | 156.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 209 | 0 | 0.56 | 0.13 | 0.06 | 313.33 | 0.81 | 0.67 |
| Hex | EF | 68 | D1 | 0 | 38 | D | 6 | 139 | 51 | 43 |
| Octal | 357 | 150 | 321 | 0 | 70 | 15 | 6 | 471 | 121 | 103 |
| Binary | 11101111 | 1101000 | 11010001 | 0 | 111000 | 1101 | 110 | 100111001 | 1010001 | 1000011 |
Color Harmonies of #EF68D1
Complementary color
Monochromatic Colors of #EF68D1
Black with #EF68D1
Text Example
Text Example
White with #EF68D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68D1; }
p { color: rgb(239,104,209); }
H1.HeaderClassName
{
color: #EF68D1;
}
.AnyTagClassName
{
color: #EF68D1;
}
</style>
background-color css
<style>
a { background-color: #EF68D1; }
a { background-color: rgb(239,104,209); }
div.DivClassName
{
background-color: #EF68D1;
}
.BgClassName
{
background-color: #EF68D1;
}
</style>
border-color css
<style>
span { border-color: #EF68D1; }
span { border-color: rgb(239,104,209); }
td.TdClassName
{
border-color: #EF68D1;
}
.TagClassName
{
border-color: #EF68D1;
}
</style>