Html Css Color HEX #E43FCD Free Speech Magenta
📋 copy color: '#E43FCD'red 228 ◦ green 63 ◦ blue 205
Shades of Free Speech Magenta #E43FCD
Tints of Free Speech Magenta #E43FCD
RGB
CMYK
RGB Variations
Color information
#E43FCD (or 0xE43FCD) is known color: Free Speech Magenta. HEX triplet: E4, 3F and CD. RGB value is (228,63,205). Sum of RGB (Red+Green+Blue) = 228+63+205=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E43FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43FCD is #1BC032. Grayscale: #808080. Windows color (decimal): -1818675 or 13451236. OLE color: 13451236.
HSL color Cylindrical-coordinate representation of color #E43FCD: hue angle of 308.36º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E43FCD is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 63 | 205 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.11 |
| HSL | 308.36º | 0.75% | 0.57% | - |
| HSV(B) | 308.36º | 0.72% | 0.89% | - |
| XYZ | 44.79 | 24.46 | 60.12 | - |
| YUV | 128.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 63 | 205 | 0 | 0.72 | 0.10 | 0.11 | 308.36 | 0.75 | 0.57 |
| Hex | E4 | 3F | CD | 0 | 48 | A | B | 134 | 4B | 39 |
| Octal | 344 | 77 | 315 | 0 | 110 | 12 | 13 | 464 | 113 | 71 |
| Binary | 11100100 | 111111 | 11001101 | 0 | 1001000 | 1010 | 1011 | 100110100 | 1001011 | 111001 |
Color Harmonies of #E43FCD
Complementary color
Monochromatic Colors of #E43FCD
Black with #E43FCD
Text Example
Text Example
White with #E43FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43FCD; }
p { color: rgb(228,63,205); }
H1.HeaderClassName
{
color: #E43FCD;
}
.AnyTagClassName
{
color: #E43FCD;
}
</style>
background-color css
<style>
a { background-color: #E43FCD; }
a { background-color: rgb(228,63,205); }
div.DivClassName
{
background-color: #E43FCD;
}
.BgClassName
{
background-color: #E43FCD;
}
</style>
border-color css
<style>
span { border-color: #E43FCD; }
span { border-color: rgb(228,63,205); }
td.TdClassName
{
border-color: #E43FCD;
}
.TagClassName
{
border-color: #E43FCD;
}
</style>