Html Css Color HEX #E43CDC Free Speech Magenta
📋 copy color: '#E43CDC'red 228 ◦ green 60 ◦ blue 220
Shades of Free Speech Magenta #E43CDC
Tints of Free Speech Magenta #E43CDC
RGB
CMYK
RGB Variations
Color information
#E43CDC (or 0xE43CDC) is known color: Free Speech Magenta. HEX triplet: E4, 3C and DC. RGB value is (228,60,220). Sum of RGB (Red+Green+Blue) = 228+60+220=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E43CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43CDC is #1BC323. Grayscale: #7F7F7F. Windows color (decimal): -1819428 or 14433508. OLE color: 14433508.
HSL color Cylindrical-coordinate representation of color #E43CDC: hue angle of 302.86º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43CDC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 60 | 220 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.11 |
| HSL | 302.86º | 0.76% | 0.56% | - |
| HSV(B) | 302.86º | 0.74% | 0.89% | - |
| XYZ | 46.53 | 24.89 | 70.06 | - |
| YUV | 128.47 | 179.66 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 220 | 0 | 0.74 | 0.04 | 0.11 | 302.86 | 0.76 | 0.56 |
| Hex | E4 | 3C | DC | 0 | 4A | 4 | B | 12F | 4C | 38 |
| Octal | 344 | 74 | 334 | 0 | 112 | 4 | 13 | 457 | 114 | 70 |
| Binary | 11100100 | 111100 | 11011100 | 0 | 1001010 | 100 | 1011 | 100101111 | 1001100 | 111000 |
Color Harmonies of #E43CDC
Complementary color
Monochromatic Colors of #E43CDC
Black with #E43CDC
Text Example
Text Example
White with #E43CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43CDC; }
p { color: rgb(228,60,220); }
H1.HeaderClassName
{
color: #E43CDC;
}
.AnyTagClassName
{
color: #E43CDC;
}
</style>
background-color css
<style>
a { background-color: #E43CDC; }
a { background-color: rgb(228,60,220); }
div.DivClassName
{
background-color: #E43CDC;
}
.BgClassName
{
background-color: #E43CDC;
}
</style>
border-color css
<style>
span { border-color: #E43CDC; }
span { border-color: rgb(228,60,220); }
td.TdClassName
{
border-color: #E43CDC;
}
.TagClassName
{
border-color: #E43CDC;
}
</style>