Html Css Color HEX #EF64E6 Free Speech Magenta
📋 copy color: '#EF64E6'red 239 ◦ green 100 ◦ blue 230
Shades of Free Speech Magenta #EF64E6
Tints of Free Speech Magenta #EF64E6
RGB
CMYK
RGB Variations
Color information
#EF64E6 (or 0xEF64E6) is known color: Free Speech Magenta. HEX triplet: EF, 64 and E6. RGB value is (239,100,230). Sum of RGB (Red+Green+Blue) = 239+100+230=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 100 (39.45% from 255 or 17.57% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF64E6 is #109B19. Grayscale: #9C9C9C. Windows color (decimal): -1088282 or 15099119. OLE color: 15099119.
HSL color Cylindrical-coordinate representation of color #EF64E6: hue angle of 303.88º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64E6 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 230 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.06 |
| HSL | 303.88º | 0.81% | 0.66% | - |
| HSV(B) | 303.88º | 0.58% | 0.94% | - |
| XYZ | 54.44 | 33.18 | 78.4 | - |
| YUV | 156.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 230 | 0 | 0.58 | 0.04 | 0.06 | 303.88 | 0.81 | 0.66 |
| Hex | EF | 64 | E6 | 0 | 3A | 4 | 6 | 130 | 51 | 42 |
| Octal | 357 | 144 | 346 | 0 | 72 | 4 | 6 | 460 | 121 | 102 |
| Binary | 11101111 | 1100100 | 11100110 | 0 | 111010 | 100 | 110 | 100110000 | 1010001 | 1000010 |
Color Harmonies of #EF64E6
Complementary color
Monochromatic Colors of #EF64E6
Black with #EF64E6
Text Example
Text Example
White with #EF64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF64E6; }
p { color: rgb(239,100,230); }
H1.HeaderClassName
{
color: #EF64E6;
}
.AnyTagClassName
{
color: #EF64E6;
}
</style>
background-color css
<style>
a { background-color: #EF64E6; }
a { background-color: rgb(239,100,230); }
div.DivClassName
{
background-color: #EF64E6;
}
.BgClassName
{
background-color: #EF64E6;
}
</style>
border-color css
<style>
span { border-color: #EF64E6; }
span { border-color: rgb(239,100,230); }
td.TdClassName
{
border-color: #EF64E6;
}
.TagClassName
{
border-color: #EF64E6;
}
</style>