Html Css Color HEX #EF67D0 Free Speech Magenta
📋 copy color: '#EF67D0'red 239 ◦ green 103 ◦ blue 208
Shades of Free Speech Magenta #EF67D0
Tints of Free Speech Magenta #EF67D0
RGB
CMYK
RGB Variations
Color information
#EF67D0 (or 0xEF67D0) is known color: Free Speech Magenta. HEX triplet: EF, 67 and D0. RGB value is (239,103,208). Sum of RGB (Red+Green+Blue) = 239+103+208=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67D0 is #10982F. Grayscale: #9B9B9B. Windows color (decimal): -1087536 or 13658095. OLE color: 13658095.
HSL color Cylindrical-coordinate representation of color #EF67D0: hue angle of 313.68º 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 #EF67D0 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 208 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.06 |
| HSL | 313.68º | 0.81% | 0.67% | - |
| HSV(B) | 313.68º | 0.57% | 0.94% | - |
| XYZ | 51.83 | 32.61 | 63.24 | - |
| YUV | 155.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 208 | 0 | 0.57 | 0.13 | 0.06 | 313.68 | 0.81 | 0.67 |
| Hex | EF | 67 | D0 | 0 | 39 | D | 6 | 13A | 51 | 43 |
| Octal | 357 | 147 | 320 | 0 | 71 | 15 | 6 | 472 | 121 | 103 |
| Binary | 11101111 | 1100111 | 11010000 | 0 | 111001 | 1101 | 110 | 100111010 | 1010001 | 1000011 |
Color Harmonies of #EF67D0
Complementary color
Monochromatic Colors of #EF67D0
Black with #EF67D0
Text Example
Text Example
White with #EF67D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67D0; }
p { color: rgb(239,103,208); }
H1.HeaderClassName
{
color: #EF67D0;
}
.AnyTagClassName
{
color: #EF67D0;
}
</style>
background-color css
<style>
a { background-color: #EF67D0; }
a { background-color: rgb(239,103,208); }
div.DivClassName
{
background-color: #EF67D0;
}
.BgClassName
{
background-color: #EF67D0;
}
</style>
border-color css
<style>
span { border-color: #EF67D0; }
span { border-color: rgb(239,103,208); }
td.TdClassName
{
border-color: #EF67D0;
}
.TagClassName
{
border-color: #EF67D0;
}
</style>