Html Css Color HEX #E45DDD Free Speech Magenta
📋 copy color: '#E45DDD'red 228 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #E45DDD
Tints of Free Speech Magenta #E45DDD
RGB
CMYK
RGB Variations
Color information
#E45DDD (or 0xE45DDD) is known color: Free Speech Magenta. HEX triplet: E4, 5D and DD. RGB value is (228,93,221). Sum of RGB (Red+Green+Blue) = 228+93+221=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DDD is #1BA222. Grayscale: #939393. Windows color (decimal): -1810979 or 14507492. OLE color: 14507492.
HSL color Cylindrical-coordinate representation of color #E45DDD: hue angle of 303.11º 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 #E45DDD is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 221 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.11 |
| HSL | 303.11º | 0.71% | 0.63% | - |
| HSV(B) | 303.11º | 0.59% | 0.89% | - |
| XYZ | 48.96 | 29.54 | 71.53 | - |
| YUV | 147.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 221 | 0 | 0.59 | 0.03 | 0.11 | 303.11 | 0.71 | 0.63 |
| Hex | E4 | 5D | DD | 0 | 3B | 3 | B | 12F | 47 | 3F |
| Octal | 344 | 135 | 335 | 0 | 73 | 3 | 13 | 457 | 107 | 77 |
| Binary | 11100100 | 1011101 | 11011101 | 0 | 111011 | 11 | 1011 | 100101111 | 1000111 | 111111 |
Color Harmonies of #E45DDD
Complementary color
Monochromatic Colors of #E45DDD
Black with #E45DDD
Text Example
Text Example
White with #E45DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DDD; }
p { color: rgb(228,93,221); }
H1.HeaderClassName
{
color: #E45DDD;
}
.AnyTagClassName
{
color: #E45DDD;
}
</style>
background-color css
<style>
a { background-color: #E45DDD; }
a { background-color: rgb(228,93,221); }
div.DivClassName
{
background-color: #E45DDD;
}
.BgClassName
{
background-color: #E45DDD;
}
</style>
border-color css
<style>
span { border-color: #E45DDD; }
span { border-color: rgb(228,93,221); }
td.TdClassName
{
border-color: #E45DDD;
}
.TagClassName
{
border-color: #E45DDD;
}
</style>