Html Css Color HEX #EF62E5 Free Speech Magenta
📋 copy color: '#EF62E5'red 239 ◦ green 98 ◦ blue 229
Shades of Free Speech Magenta #EF62E5
Tints of Free Speech Magenta #EF62E5
RGB
CMYK
RGB Variations
Color information
#EF62E5 (or 0xEF62E5) is known color: Free Speech Magenta. HEX triplet: EF, 62 and E5. RGB value is (239,98,229). Sum of RGB (Red+Green+Blue) = 239+98+229=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 98 (38.67% from 255 or 17.31% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62E5 is #109D1A. Grayscale: #9A9A9A. Windows color (decimal): -1088795 or 15033071. OLE color: 15033071.
HSL color Cylindrical-coordinate representation of color #EF62E5: hue angle of 304.26º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF62E5 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 229 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.06 |
| HSL | 304.26º | 0.82% | 0.66% | - |
| HSV(B) | 304.26º | 0.59% | 0.94% | - |
| XYZ | 54.11 | 32.74 | 77.6 | - |
| YUV | 155.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 229 | 0 | 0.59 | 0.04 | 0.06 | 304.26 | 0.82 | 0.66 |
| Hex | EF | 62 | E5 | 0 | 3B | 4 | 6 | 130 | 52 | 42 |
| Octal | 357 | 142 | 345 | 0 | 73 | 4 | 6 | 460 | 122 | 102 |
| Binary | 11101111 | 1100010 | 11100101 | 0 | 111011 | 100 | 110 | 100110000 | 1010010 | 1000010 |
Color Harmonies of #EF62E5
Complementary color
Monochromatic Colors of #EF62E5
Black with #EF62E5
Text Example
Text Example
White with #EF62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62E5; }
p { color: rgb(239,98,229); }
H1.HeaderClassName
{
color: #EF62E5;
}
.AnyTagClassName
{
color: #EF62E5;
}
</style>
background-color css
<style>
a { background-color: #EF62E5; }
a { background-color: rgb(239,98,229); }
div.DivClassName
{
background-color: #EF62E5;
}
.BgClassName
{
background-color: #EF62E5;
}
</style>
border-color css
<style>
span { border-color: #EF62E5; }
span { border-color: rgb(239,98,229); }
td.TdClassName
{
border-color: #EF62E5;
}
.TagClassName
{
border-color: #EF62E5;
}
</style>