Html Css Color HEX #E43CFC Free Speech Magenta
📋 copy color: '#E43CFC'red 228 ◦ green 60 ◦ blue 252
Shades of Free Speech Magenta #E43CFC
Tints of Free Speech Magenta #E43CFC
RGB
CMYK
RGB Variations
Color information
#E43CFC (or 0xE43CFC) is known color: Free Speech Magenta. HEX triplet: E4, 3C and FC. RGB value is (228,60,252). Sum of RGB (Red+Green+Blue) = 228+60+252=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 60 (23.83% from 255 or 11.11% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #E43CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E43CFC is #1BC303. Grayscale: #838383. Windows color (decimal): -1819396 or 16530660. OLE color: 16530660.
HSL color Cylindrical-coordinate representation of color #E43CFC: hue angle of 292.5º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E43CFC is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 60 | 252 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.01 |
| HSL | 292.5º | 0.97% | 0.61% | - |
| HSV(B) | 292.5º | 0.76% | 0.99% | - |
| XYZ | 51.18 | 26.75 | 94.56 | - |
| YUV | 132.12 | 195.66 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 252 | 0.10 | 0.76 | 0 | 0.01 | 292.5 | 0.97 | 0.61 |
| Hex | E4 | 3C | FC | A | 4C | 0 | 1 | 124 | 61 | 3D |
| Octal | 344 | 74 | 374 | 12 | 114 | 0 | 1 | 444 | 141 | 75 |
| Binary | 11100100 | 111100 | 11111100 | 1010 | 1001100 | 0 | 1 | 100100100 | 1100001 | 111101 |
Color Harmonies of #E43CFC
Complementary color
Monochromatic Colors of #E43CFC
Black with #E43CFC
Text Example
Text Example
White with #E43CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43CFC; }
p { color: rgb(228,60,252); }
H1.HeaderClassName
{
color: #E43CFC;
}
.AnyTagClassName
{
color: #E43CFC;
}
</style>
background-color css
<style>
a { background-color: #E43CFC; }
a { background-color: rgb(228,60,252); }
div.DivClassName
{
background-color: #E43CFC;
}
.BgClassName
{
background-color: #E43CFC;
}
</style>
border-color css
<style>
span { border-color: #E43CFC; }
span { border-color: rgb(228,60,252); }
td.TdClassName
{
border-color: #E43CFC;
}
.TagClassName
{
border-color: #E43CFC;
}
</style>