Html Css Color HEX #EF68E6 Free Speech Magenta
📋 copy color: '#EF68E6'red 239 ◦ green 104 ◦ blue 230
Shades of Free Speech Magenta #EF68E6
Tints of Free Speech Magenta #EF68E6
RGB
CMYK
RGB Variations
Color information
#EF68E6 (or 0xEF68E6) is known color: Free Speech Magenta. HEX triplet: EF, 68 and E6. RGB value is (239,104,230). Sum of RGB (Red+Green+Blue) = 239+104+230=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68E6 is #109719. Grayscale: #9E9E9E. Windows color (decimal): -1087258 or 15100143. OLE color: 15100143.
HSL color Cylindrical-coordinate representation of color #EF68E6: hue angle of 304º 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 #EF68E6 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 230 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.06 |
| HSL | 304º | 0.81% | 0.67% | - |
| HSV(B) | 304º | 0.56% | 0.94% | - |
| XYZ | 54.83 | 33.96 | 78.53 | - |
| YUV | 158.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 230 | 0 | 0.56 | 0.04 | 0.06 | 304 | 0.81 | 0.67 |
| Hex | EF | 68 | E6 | 0 | 38 | 4 | 6 | 130 | 51 | 43 |
| Octal | 357 | 150 | 346 | 0 | 70 | 4 | 6 | 460 | 121 | 103 |
| Binary | 11101111 | 1101000 | 11100110 | 0 | 111000 | 100 | 110 | 100110000 | 1010001 | 1000011 |
Color Harmonies of #EF68E6
Complementary color
Monochromatic Colors of #EF68E6
Black with #EF68E6
Text Example
Text Example
White with #EF68E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68E6; }
p { color: rgb(239,104,230); }
H1.HeaderClassName
{
color: #EF68E6;
}
.AnyTagClassName
{
color: #EF68E6;
}
</style>
background-color css
<style>
a { background-color: #EF68E6; }
a { background-color: rgb(239,104,230); }
div.DivClassName
{
background-color: #EF68E6;
}
.BgClassName
{
background-color: #EF68E6;
}
</style>
border-color css
<style>
span { border-color: #EF68E6; }
span { border-color: rgb(239,104,230); }
td.TdClassName
{
border-color: #EF68E6;
}
.TagClassName
{
border-color: #EF68E6;
}
</style>