Html Css Color HEX #E43CDD Free Speech Magenta
📋 copy color: '#E43CDD'red 228 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #E43CDD
Tints of Free Speech Magenta #E43CDD
RGB
CMYK
RGB Variations
Color information
#E43CDD (or 0xE43CDD) is known color: Free Speech Magenta. HEX triplet: E4, 3C and DD. RGB value is (228,60,221). Sum of RGB (Red+Green+Blue) = 228+60+221=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E43CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E43CDD is #1BC322. Grayscale: #808080. Windows color (decimal): -1819427 or 14499044. OLE color: 14499044.
HSL color Cylindrical-coordinate representation of color #E43CDD: hue angle of 302.5º 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 #E43CDD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 60 | 221 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.11 |
| HSL | 302.5º | 0.76% | 0.56% | - |
| HSV(B) | 302.5º | 0.74% | 0.89% | - |
| XYZ | 46.66 | 24.95 | 70.76 | - |
| YUV | 128.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 221 | 0 | 0.74 | 0.03 | 0.11 | 302.5 | 0.76 | 0.56 |
| Hex | E4 | 3C | DD | 0 | 4A | 3 | B | 12E | 4C | 38 |
| Octal | 344 | 74 | 335 | 0 | 112 | 3 | 13 | 456 | 114 | 70 |
| Binary | 11100100 | 111100 | 11011101 | 0 | 1001010 | 11 | 1011 | 100101110 | 1001100 | 111000 |
Color Harmonies of #E43CDD
Complementary color
Monochromatic Colors of #E43CDD
Black with #E43CDD
Text Example
Text Example
White with #E43CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43CDD; }
p { color: rgb(228,60,221); }
H1.HeaderClassName
{
color: #E43CDD;
}
.AnyTagClassName
{
color: #E43CDD;
}
</style>
background-color css
<style>
a { background-color: #E43CDD; }
a { background-color: rgb(228,60,221); }
div.DivClassName
{
background-color: #E43CDD;
}
.BgClassName
{
background-color: #E43CDD;
}
</style>
border-color css
<style>
span { border-color: #E43CDD; }
span { border-color: rgb(228,60,221); }
td.TdClassName
{
border-color: #E43CDD;
}
.TagClassName
{
border-color: #E43CDD;
}
</style>