Html Css Color HEX #EF67D8 Free Speech Magenta
📋 copy color: '#EF67D8'red 239 ◦ green 103 ◦ blue 216
Shades of Free Speech Magenta #EF67D8
Tints of Free Speech Magenta #EF67D8
RGB
CMYK
RGB Variations
Color information
#EF67D8 (or 0xEF67D8) is known color: Free Speech Magenta. HEX triplet: EF, 67 and D8. RGB value is (239,103,216). Sum of RGB (Red+Green+Blue) = 239+103+216=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67D8 is #109827. Grayscale: #9C9C9C. Windows color (decimal): -1087528 or 14182383. OLE color: 14182383.
HSL color Cylindrical-coordinate representation of color #EF67D8: hue angle of 310.15º 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 #EF67D8 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 216 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.06 |
| HSL | 310.15º | 0.81% | 0.67% | - |
| HSV(B) | 310.15º | 0.57% | 0.94% | - |
| XYZ | 52.84 | 33.01 | 68.55 | - |
| YUV | 156.55 | 161.56 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 216 | 0 | 0.57 | 0.10 | 0.06 | 310.15 | 0.81 | 0.67 |
| Hex | EF | 67 | D8 | 0 | 39 | A | 6 | 136 | 51 | 43 |
| Octal | 357 | 147 | 330 | 0 | 71 | 12 | 6 | 466 | 121 | 103 |
| Binary | 11101111 | 1100111 | 11011000 | 0 | 111001 | 1010 | 110 | 100110110 | 1010001 | 1000011 |
Color Harmonies of #EF67D8
Complementary color
Monochromatic Colors of #EF67D8
Black with #EF67D8
Text Example
Text Example
White with #EF67D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF67D8; }
p { color: rgb(239,103,216); }
H1.HeaderClassName
{
color: #EF67D8;
}
.AnyTagClassName
{
color: #EF67D8;
}
</style>
background-color css
<style>
a { background-color: #EF67D8; }
a { background-color: rgb(239,103,216); }
div.DivClassName
{
background-color: #EF67D8;
}
.BgClassName
{
background-color: #EF67D8;
}
</style>
border-color css
<style>
span { border-color: #EF67D8; }
span { border-color: rgb(239,103,216); }
td.TdClassName
{
border-color: #EF67D8;
}
.TagClassName
{
border-color: #EF67D8;
}
</style>