Html Css Color HEX #EF65E5 Free Speech Magenta
📋 copy color: '#EF65E5'red 239 ◦ green 101 ◦ blue 229
Shades of Free Speech Magenta #EF65E5
Tints of Free Speech Magenta #EF65E5
RGB
CMYK
RGB Variations
Color information
#EF65E5 (or 0xEF65E5) is known color: Free Speech Magenta. HEX triplet: EF, 65 and E5. RGB value is (239,101,229). Sum of RGB (Red+Green+Blue) = 239+101+229=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65E5 is #109A1A. Grayscale: #9C9C9C. Windows color (decimal): -1088027 or 15033839. OLE color: 15033839.
HSL color Cylindrical-coordinate representation of color #EF65E5: hue angle of 304.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65E5 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 229 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.06 |
| HSL | 304.35º | 0.81% | 0.67% | - |
| HSV(B) | 304.35º | 0.58% | 0.94% | - |
| XYZ | 54.39 | 33.32 | 77.69 | - |
| YUV | 156.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 229 | 0 | 0.58 | 0.04 | 0.06 | 304.35 | 0.81 | 0.67 |
| Hex | EF | 65 | E5 | 0 | 3A | 4 | 6 | 130 | 51 | 43 |
| Octal | 357 | 145 | 345 | 0 | 72 | 4 | 6 | 460 | 121 | 103 |
| Binary | 11101111 | 1100101 | 11100101 | 0 | 111010 | 100 | 110 | 100110000 | 1010001 | 1000011 |
Color Harmonies of #EF65E5
Complementary color
Monochromatic Colors of #EF65E5
Black with #EF65E5
Text Example
Text Example
White with #EF65E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65E5; }
p { color: rgb(239,101,229); }
H1.HeaderClassName
{
color: #EF65E5;
}
.AnyTagClassName
{
color: #EF65E5;
}
</style>
background-color css
<style>
a { background-color: #EF65E5; }
a { background-color: rgb(239,101,229); }
div.DivClassName
{
background-color: #EF65E5;
}
.BgClassName
{
background-color: #EF65E5;
}
</style>
border-color css
<style>
span { border-color: #EF65E5; }
span { border-color: rgb(239,101,229); }
td.TdClassName
{
border-color: #EF65E5;
}
.TagClassName
{
border-color: #EF65E5;
}
</style>