Html Css Color HEX #E45EC7 Free Speech Magenta
📋 copy color: '#E45EC7'red 228 ◦ green 94 ◦ blue 199
Shades of Free Speech Magenta #E45EC7
Tints of Free Speech Magenta #E45EC7
RGB
CMYK
RGB Variations
Color information
#E45EC7 (or 0xE45EC7) is known color: Free Speech Magenta. HEX triplet: E4, 5E and C7. RGB value is (228,94,199). Sum of RGB (Red+Green+Blue) = 228+94+199=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E45EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45EC7 is #1BA138. Grayscale: #919191. Windows color (decimal): -1810745 or 13065956. OLE color: 13065956.
HSL color Cylindrical-coordinate representation of color #E45EC7: hue angle of 312.99º 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 #E45EC7 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 199 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.11 |
| HSL | 312.99º | 0.71% | 0.63% | - |
| HSV(B) | 312.99º | 0.59% | 0.89% | - |
| XYZ | 46.31 | 28.62 | 57.12 | - |
| YUV | 146.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 199 | 0 | 0.59 | 0.13 | 0.11 | 312.99 | 0.71 | 0.63 |
| Hex | E4 | 5E | C7 | 0 | 3B | D | B | 139 | 47 | 3F |
| Octal | 344 | 136 | 307 | 0 | 73 | 15 | 13 | 471 | 107 | 77 |
| Binary | 11100100 | 1011110 | 11000111 | 0 | 111011 | 1101 | 1011 | 100111001 | 1000111 | 111111 |
Color Harmonies of #E45EC7
Complementary color
Monochromatic Colors of #E45EC7
Black with #E45EC7
Text Example
Text Example
White with #E45EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45EC7; }
p { color: rgb(228,94,199); }
H1.HeaderClassName
{
color: #E45EC7;
}
.AnyTagClassName
{
color: #E45EC7;
}
</style>
background-color css
<style>
a { background-color: #E45EC7; }
a { background-color: rgb(228,94,199); }
div.DivClassName
{
background-color: #E45EC7;
}
.BgClassName
{
background-color: #E45EC7;
}
</style>
border-color css
<style>
span { border-color: #E45EC7; }
span { border-color: rgb(228,94,199); }
td.TdClassName
{
border-color: #E45EC7;
}
.TagClassName
{
border-color: #E45EC7;
}
</style>