Html Css Color HEX #EF68E3 Free Speech Magenta
📋 copy color: '#EF68E3'red 239 ◦ green 104 ◦ blue 227
Shades of Free Speech Magenta #EF68E3
Tints of Free Speech Magenta #EF68E3
RGB
CMYK
RGB Variations
Color information
#EF68E3 (or 0xEF68E3) is known color: Free Speech Magenta. HEX triplet: EF, 68 and E3. RGB value is (239,104,227). Sum of RGB (Red+Green+Blue) = 239+104+227=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68E3 is #10971C. Grayscale: #9E9E9E. Windows color (decimal): -1087261 or 14903535. OLE color: 14903535.
HSL color Cylindrical-coordinate representation of color #EF68E3: hue angle of 305.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 #EF68E3 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 227 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.06 |
| HSL | 305.33º | 0.81% | 0.67% | - |
| HSV(B) | 305.33º | 0.56% | 0.94% | - |
| XYZ | 54.41 | 33.8 | 76.33 | - |
| YUV | 158.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 227 | 0 | 0.56 | 0.05 | 0.06 | 305.33 | 0.81 | 0.67 |
| Hex | EF | 68 | E3 | 0 | 38 | 5 | 6 | 131 | 51 | 43 |
| Octal | 357 | 150 | 343 | 0 | 70 | 5 | 6 | 461 | 121 | 103 |
| Binary | 11101111 | 1101000 | 11100011 | 0 | 111000 | 101 | 110 | 100110001 | 1010001 | 1000011 |
Color Harmonies of #EF68E3
Complementary color
Monochromatic Colors of #EF68E3
Black with #EF68E3
Text Example
Text Example
White with #EF68E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF68E3; }
p { color: rgb(239,104,227); }
H1.HeaderClassName
{
color: #EF68E3;
}
.AnyTagClassName
{
color: #EF68E3;
}
</style>
background-color css
<style>
a { background-color: #EF68E3; }
a { background-color: rgb(239,104,227); }
div.DivClassName
{
background-color: #EF68E3;
}
.BgClassName
{
background-color: #EF68E3;
}
</style>
border-color css
<style>
span { border-color: #EF68E3; }
span { border-color: rgb(239,104,227); }
td.TdClassName
{
border-color: #EF68E3;
}
.TagClassName
{
border-color: #EF68E3;
}
</style>