Html Css Color HEX #E45DDF Free Speech Magenta
📋 copy color: '#E45DDF'red 228 ◦ green 93 ◦ blue 223
Shades of Free Speech Magenta #E45DDF
Tints of Free Speech Magenta #E45DDF
RGB
CMYK
RGB Variations
Color information
#E45DDF (or 0xE45DDF) is known color: Free Speech Magenta. HEX triplet: E4, 5D and DF. RGB value is (228,93,223). Sum of RGB (Red+Green+Blue) = 228+93+223=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DDF is #1BA220. Grayscale: #939393. Windows color (decimal): -1810977 or 14638564. OLE color: 14638564.
HSL color Cylindrical-coordinate representation of color #E45DDF: hue angle of 302.22º 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 #E45DDF is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 223 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.11 |
| HSL | 302.22º | 0.71% | 0.63% | - |
| HSV(B) | 302.22º | 0.59% | 0.89% | - |
| XYZ | 49.23 | 29.65 | 72.94 | - |
| YUV | 148.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 223 | 0 | 0.59 | 0.02 | 0.11 | 302.22 | 0.71 | 0.63 |
| Hex | E4 | 5D | DF | 0 | 3B | 2 | B | 12E | 47 | 3F |
| Octal | 344 | 135 | 337 | 0 | 73 | 2 | 13 | 456 | 107 | 77 |
| Binary | 11100100 | 1011101 | 11011111 | 0 | 111011 | 10 | 1011 | 100101110 | 1000111 | 111111 |
Color Harmonies of #E45DDF
Complementary color
Monochromatic Colors of #E45DDF
Black with #E45DDF
Text Example
Text Example
White with #E45DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DDF; }
p { color: rgb(228,93,223); }
H1.HeaderClassName
{
color: #E45DDF;
}
.AnyTagClassName
{
color: #E45DDF;
}
</style>
background-color css
<style>
a { background-color: #E45DDF; }
a { background-color: rgb(228,93,223); }
div.DivClassName
{
background-color: #E45DDF;
}
.BgClassName
{
background-color: #E45DDF;
}
</style>
border-color css
<style>
span { border-color: #E45DDF; }
span { border-color: rgb(228,93,223); }
td.TdClassName
{
border-color: #E45DDF;
}
.TagClassName
{
border-color: #E45DDF;
}
</style>