Html Css Color HEX #E554E0 Free Speech Magenta
📋 copy color: '#E554E0'red 229 ◦ green 84 ◦ blue 224
Shades of Free Speech Magenta #E554E0
Tints of Free Speech Magenta #E554E0
RGB
CMYK
RGB Variations
Color information
#E554E0 (or 0xE554E0) is known color: Free Speech Magenta. HEX triplet: E5, 54 and E0. RGB value is (229,84,224). Sum of RGB (Red+Green+Blue) = 229+84+224=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 84 (33.20% from 255 or 15.64% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E554E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554E0 is #1AAB1F. Grayscale: #8E8E8E. Windows color (decimal): -1747744 or 14701797. OLE color: 14701797.
HSL color Cylindrical-coordinate representation of color #E554E0: hue angle of 302.07º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E554E0 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 224 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.10 |
| HSL | 302.07º | 0.74% | 0.61% | - |
| HSV(B) | 302.07º | 0.63% | 0.9% | - |
| XYZ | 48.94 | 28.38 | 73.42 | - |
| YUV | 143.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 224 | 0 | 0.63 | 0.02 | 0.10 | 302.07 | 0.74 | 0.61 |
| Hex | E5 | 54 | E0 | 0 | 3F | 2 | A | 12E | 4A | 3D |
| Octal | 345 | 124 | 340 | 0 | 77 | 2 | 12 | 456 | 112 | 75 |
| Binary | 11100101 | 1010100 | 11100000 | 0 | 111111 | 10 | 1010 | 100101110 | 1001010 | 111101 |
Color Harmonies of #E554E0
Complementary color
Monochromatic Colors of #E554E0
Black with #E554E0
Text Example
Text Example
White with #E554E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554E0; }
p { color: rgb(229,84,224); }
H1.HeaderClassName
{
color: #E554E0;
}
.AnyTagClassName
{
color: #E554E0;
}
</style>
background-color css
<style>
a { background-color: #E554E0; }
a { background-color: rgb(229,84,224); }
div.DivClassName
{
background-color: #E554E0;
}
.BgClassName
{
background-color: #E554E0;
}
</style>
border-color css
<style>
span { border-color: #E554E0; }
span { border-color: rgb(229,84,224); }
td.TdClassName
{
border-color: #E554E0;
}
.TagClassName
{
border-color: #E554E0;
}
</style>