Html Css Color HEX #EF63E3 Free Speech Magenta
📋 copy color: '#EF63E3'red 239 ◦ green 99 ◦ blue 227
Shades of Free Speech Magenta #EF63E3
Tints of Free Speech Magenta #EF63E3
RGB
CMYK
RGB Variations
Color information
#EF63E3 (or 0xEF63E3) is known color: Free Speech Magenta. HEX triplet: EF, 63 and E3. RGB value is (239,99,227). Sum of RGB (Red+Green+Blue) = 239+99+227=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 99 (39.06% from 255 or 17.52% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF63E3 is #109C1C. Grayscale: #9B9B9B. Windows color (decimal): -1088541 or 14902255. OLE color: 14902255.
HSL color Cylindrical-coordinate representation of color #EF63E3: hue angle of 305.14º degrees, saturation: 0.81, 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 #EF63E3 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 227 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.06 |
| HSL | 305.14º | 0.81% | 0.66% | - |
| HSV(B) | 305.14º | 0.59% | 0.94% | - |
| XYZ | 53.92 | 32.82 | 76.17 | - |
| YUV | 155.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 227 | 0 | 0.59 | 0.05 | 0.06 | 305.14 | 0.81 | 0.66 |
| Hex | EF | 63 | E3 | 0 | 3B | 5 | 6 | 131 | 51 | 42 |
| Octal | 357 | 143 | 343 | 0 | 73 | 5 | 6 | 461 | 121 | 102 |
| Binary | 11101111 | 1100011 | 11100011 | 0 | 111011 | 101 | 110 | 100110001 | 1010001 | 1000010 |
Color Harmonies of #EF63E3
Complementary color
Monochromatic Colors of #EF63E3
Black with #EF63E3
Text Example
Text Example
White with #EF63E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63E3; }
p { color: rgb(239,99,227); }
H1.HeaderClassName
{
color: #EF63E3;
}
.AnyTagClassName
{
color: #EF63E3;
}
</style>
background-color css
<style>
a { background-color: #EF63E3; }
a { background-color: rgb(239,99,227); }
div.DivClassName
{
background-color: #EF63E3;
}
.BgClassName
{
background-color: #EF63E3;
}
</style>
border-color css
<style>
span { border-color: #EF63E3; }
span { border-color: rgb(239,99,227); }
td.TdClassName
{
border-color: #EF63E3;
}
.TagClassName
{
border-color: #EF63E3;
}
</style>