Html Css Color HEX #E45DDC Free Speech Magenta
📋 copy color: '#E45DDC'red 228 ◦ green 93 ◦ blue 220
Shades of Free Speech Magenta #E45DDC
Tints of Free Speech Magenta #E45DDC
RGB
CMYK
RGB Variations
Color information
#E45DDC (or 0xE45DDC) is known color: Free Speech Magenta. HEX triplet: E4, 5D and DC. RGB value is (228,93,220). Sum of RGB (Red+Green+Blue) = 228+93+220=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DDC is #1BA223. Grayscale: #939393. Windows color (decimal): -1810980 or 14441956. OLE color: 14441956.
HSL color Cylindrical-coordinate representation of color #E45DDC: hue angle of 303.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45DDC is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 220 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.11 |
| HSL | 303.56º | 0.71% | 0.63% | - |
| HSV(B) | 303.56º | 0.59% | 0.89% | - |
| XYZ | 48.83 | 29.49 | 70.83 | - |
| YUV | 147.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 220 | 0 | 0.59 | 0.04 | 0.11 | 303.56 | 0.71 | 0.63 |
| Hex | E4 | 5D | DC | 0 | 3B | 4 | B | 130 | 47 | 3F |
| Octal | 344 | 135 | 334 | 0 | 73 | 4 | 13 | 460 | 107 | 77 |
| Binary | 11100100 | 1011101 | 11011100 | 0 | 111011 | 100 | 1011 | 100110000 | 1000111 | 111111 |
Color Harmonies of #E45DDC
Complementary color
Monochromatic Colors of #E45DDC
Black with #E45DDC
Text Example
Text Example
White with #E45DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DDC; }
p { color: rgb(228,93,220); }
H1.HeaderClassName
{
color: #E45DDC;
}
.AnyTagClassName
{
color: #E45DDC;
}
</style>
background-color css
<style>
a { background-color: #E45DDC; }
a { background-color: rgb(228,93,220); }
div.DivClassName
{
background-color: #E45DDC;
}
.BgClassName
{
background-color: #E45DDC;
}
</style>
border-color css
<style>
span { border-color: #E45DDC; }
span { border-color: rgb(228,93,220); }
td.TdClassName
{
border-color: #E45DDC;
}
.TagClassName
{
border-color: #E45DDC;
}
</style>