Html Css Color HEX #E55FEA Free Speech Magenta
📋 copy color: '#E55FEA'red 229 ◦ green 95 ◦ blue 234
Shades of Free Speech Magenta #E55FEA
Tints of Free Speech Magenta #E55FEA
RGB
CMYK
RGB Variations
Color information
#E55FEA (or 0xE55FEA) is known color: Free Speech Magenta. HEX triplet: E5, 5F and EA. RGB value is (229,95,234). Sum of RGB (Red+Green+Blue) = 229+95+234=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #E55FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55FEA is #1AA015. Grayscale: #969696. Windows color (decimal): -1744918 or 15359973. OLE color: 15359973.
HSL color Cylindrical-coordinate representation of color #E55FEA: hue angle of 297.84º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55FEA is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 95 | 234 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.08 |
| HSL | 297.84º | 0.77% | 0.65% | - |
| HSV(B) | 297.84º | 0.59% | 0.92% | - |
| XYZ | 51.26 | 30.78 | 81.08 | - |
| YUV | 150.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 234 | 0.02 | 0.59 | 0 | 0.08 | 297.84 | 0.77 | 0.65 |
| Hex | E5 | 5F | EA | 2 | 3B | 0 | 8 | 12A | 4D | 41 |
| Octal | 345 | 137 | 352 | 2 | 73 | 0 | 10 | 452 | 115 | 101 |
| Binary | 11100101 | 1011111 | 11101010 | 10 | 111011 | 0 | 1000 | 100101010 | 1001101 | 1000001 |
Color Harmonies of #E55FEA
Complementary color
Monochromatic Colors of #E55FEA
Black with #E55FEA
Text Example
Text Example
White with #E55FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FEA; }
p { color: rgb(229,95,234); }
H1.HeaderClassName
{
color: #E55FEA;
}
.AnyTagClassName
{
color: #E55FEA;
}
</style>
background-color css
<style>
a { background-color: #E55FEA; }
a { background-color: rgb(229,95,234); }
div.DivClassName
{
background-color: #E55FEA;
}
.BgClassName
{
background-color: #E55FEA;
}
</style>
border-color css
<style>
span { border-color: #E55FEA; }
span { border-color: rgb(229,95,234); }
td.TdClassName
{
border-color: #E55FEA;
}
.TagClassName
{
border-color: #E55FEA;
}
</style>