Html Css Color HEX #E43FEF Free Speech Magenta
📋 copy color: '#E43FEF'red 228 ◦ green 63 ◦ blue 239
Shades of Free Speech Magenta #E43FEF
Tints of Free Speech Magenta #E43FEF
RGB
CMYK
RGB Variations
Color information
#E43FEF (or 0xE43FEF) is known color: Free Speech Magenta. HEX triplet: E4, 3F and EF. RGB value is (228,63,239). Sum of RGB (Red+Green+Blue) = 228+63+239=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 63 (25% from 255 or 11.89% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #E43FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E43FEF is #1BC010. Grayscale: #838383. Windows color (decimal): -1818641 or 15679460. OLE color: 15679460.
HSL color Cylindrical-coordinate representation of color #E43FEF: hue angle of 296.25º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43FEF is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 63 | 239 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.06 |
| HSL | 296.25º | 0.85% | 0.59% | - |
| HSV(B) | 296.25º | 0.74% | 0.94% | - |
| XYZ | 49.35 | 26.28 | 84.13 | - |
| YUV | 132.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 63 | 239 | 0.05 | 0.74 | 0 | 0.06 | 296.25 | 0.85 | 0.59 |
| Hex | E4 | 3F | EF | 5 | 4A | 0 | 6 | 128 | 55 | 3B |
| Octal | 344 | 77 | 357 | 5 | 112 | 0 | 6 | 450 | 125 | 73 |
| Binary | 11100100 | 111111 | 11101111 | 101 | 1001010 | 0 | 110 | 100101000 | 1010101 | 111011 |
Color Harmonies of #E43FEF
Complementary color
Monochromatic Colors of #E43FEF
Black with #E43FEF
Text Example
Text Example
White with #E43FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43FEF; }
p { color: rgb(228,63,239); }
H1.HeaderClassName
{
color: #E43FEF;
}
.AnyTagClassName
{
color: #E43FEF;
}
</style>
background-color css
<style>
a { background-color: #E43FEF; }
a { background-color: rgb(228,63,239); }
div.DivClassName
{
background-color: #E43FEF;
}
.BgClassName
{
background-color: #E43FEF;
}
</style>
border-color css
<style>
span { border-color: #E43FEF; }
span { border-color: rgb(228,63,239); }
td.TdClassName
{
border-color: #E43FEF;
}
.TagClassName
{
border-color: #E43FEF;
}
</style>