Html Css Color HEX #E45EDD Free Speech Magenta
📋 copy color: '#E45EDD'red 228 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #E45EDD
Tints of Free Speech Magenta #E45EDD
RGB
CMYK
RGB Variations
Color information
#E45EDD (or 0xE45EDD) is known color: Free Speech Magenta. HEX triplet: E4, 5E and DD. RGB value is (228,94,221). Sum of RGB (Red+Green+Blue) = 228+94+221=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E45EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45EDD is #1BA122. Grayscale: #949494. Windows color (decimal): -1810723 or 14507748. OLE color: 14507748.
HSL color Cylindrical-coordinate representation of color #E45EDD: hue angle of 303.13º 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 #E45EDD is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 221 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.11 |
| HSL | 303.13º | 0.71% | 0.63% | - |
| HSV(B) | 303.13º | 0.59% | 0.89% | - |
| XYZ | 49.05 | 29.72 | 71.56 | - |
| YUV | 148.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 221 | 0 | 0.59 | 0.03 | 0.11 | 303.13 | 0.71 | 0.63 |
| Hex | E4 | 5E | DD | 0 | 3B | 3 | B | 12F | 47 | 3F |
| Octal | 344 | 136 | 335 | 0 | 73 | 3 | 13 | 457 | 107 | 77 |
| Binary | 11100100 | 1011110 | 11011101 | 0 | 111011 | 11 | 1011 | 100101111 | 1000111 | 111111 |
Color Harmonies of #E45EDD
Complementary color
Monochromatic Colors of #E45EDD
Black with #E45EDD
Text Example
Text Example
White with #E45EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45EDD; }
p { color: rgb(228,94,221); }
H1.HeaderClassName
{
color: #E45EDD;
}
.AnyTagClassName
{
color: #E45EDD;
}
</style>
background-color css
<style>
a { background-color: #E45EDD; }
a { background-color: rgb(228,94,221); }
div.DivClassName
{
background-color: #E45EDD;
}
.BgClassName
{
background-color: #E45EDD;
}
</style>
border-color css
<style>
span { border-color: #E45EDD; }
span { border-color: rgb(228,94,221); }
td.TdClassName
{
border-color: #E45EDD;
}
.TagClassName
{
border-color: #E45EDD;
}
</style>