Html Css Color HEX #E45EE0 Free Speech Magenta
📋 copy color: '#E45EE0'red 228 ◦ green 94 ◦ blue 224
Shades of Free Speech Magenta #E45EE0
Tints of Free Speech Magenta #E45EE0
RGB
CMYK
RGB Variations
Color information
#E45EE0 (or 0xE45EE0) is known color: Free Speech Magenta. HEX triplet: E4, 5E and E0. RGB value is (228,94,224). Sum of RGB (Red+Green+Blue) = 228+94+224=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E45EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45EE0 is #1BA11F. Grayscale: #949494. Windows color (decimal): -1810720 or 14704356. OLE color: 14704356.
HSL color Cylindrical-coordinate representation of color #E45EE0: hue angle of 301.79º 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 #E45EE0 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 224 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.11 |
| HSL | 301.79º | 0.71% | 0.63% | - |
| HSV(B) | 301.79º | 0.59% | 0.89% | - |
| XYZ | 49.45 | 29.88 | 73.68 | - |
| YUV | 148.89 | 170.39 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 224 | 0 | 0.59 | 0.02 | 0.11 | 301.79 | 0.71 | 0.63 |
| Hex | E4 | 5E | E0 | 0 | 3B | 2 | B | 12E | 47 | 3F |
| Octal | 344 | 136 | 340 | 0 | 73 | 2 | 13 | 456 | 107 | 77 |
| Binary | 11100100 | 1011110 | 11100000 | 0 | 111011 | 10 | 1011 | 100101110 | 1000111 | 111111 |
Color Harmonies of #E45EE0
Complementary color
Monochromatic Colors of #E45EE0
Black with #E45EE0
Text Example
Text Example
White with #E45EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45EE0; }
p { color: rgb(228,94,224); }
H1.HeaderClassName
{
color: #E45EE0;
}
.AnyTagClassName
{
color: #E45EE0;
}
</style>
background-color css
<style>
a { background-color: #E45EE0; }
a { background-color: rgb(228,94,224); }
div.DivClassName
{
background-color: #E45EE0;
}
.BgClassName
{
background-color: #E45EE0;
}
</style>
border-color css
<style>
span { border-color: #E45EE0; }
span { border-color: rgb(228,94,224); }
td.TdClassName
{
border-color: #E45EE0;
}
.TagClassName
{
border-color: #E45EE0;
}
</style>