Html Css Color HEX #E54BEA Free Speech Magenta
📋 copy color: '#E54BEA'red 229 ◦ green 75 ◦ blue 234
Shades of Free Speech Magenta #E54BEA
Tints of Free Speech Magenta #E54BEA
RGB
CMYK
RGB Variations
Color information
#E54BEA (or 0xE54BEA) is known color: Free Speech Magenta. HEX triplet: E5, 4B and EA. RGB value is (229,75,234). Sum of RGB (Red+Green+Blue) = 229+75+234=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 75 (29.69% from 255 or 13.94% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #E54BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54BEA is #1AB415. Grayscale: #8A8A8A. Windows color (decimal): -1750038 or 15354853. OLE color: 15354853.
HSL color Cylindrical-coordinate representation of color #E54BEA: hue angle of 298.11º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54BEA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 75 | 234 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.08 |
| HSL | 298.11º | 0.79% | 0.61% | - |
| HSV(B) | 298.11º | 0.68% | 0.92% | - |
| XYZ | 49.68 | 27.63 | 80.56 | - |
| YUV | 139.17 | 181.52 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 234 | 0.02 | 0.68 | 0 | 0.08 | 298.11 | 0.79 | 0.61 |
| Hex | E5 | 4B | EA | 2 | 44 | 0 | 8 | 12A | 4F | 3D |
| Octal | 345 | 113 | 352 | 2 | 104 | 0 | 10 | 452 | 117 | 75 |
| Binary | 11100101 | 1001011 | 11101010 | 10 | 1000100 | 0 | 1000 | 100101010 | 1001111 | 111101 |
Color Harmonies of #E54BEA
Complementary color
Monochromatic Colors of #E54BEA
Black with #E54BEA
Text Example
Text Example
White with #E54BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54BEA; }
p { color: rgb(229,75,234); }
H1.HeaderClassName
{
color: #E54BEA;
}
.AnyTagClassName
{
color: #E54BEA;
}
</style>
background-color css
<style>
a { background-color: #E54BEA; }
a { background-color: rgb(229,75,234); }
div.DivClassName
{
background-color: #E54BEA;
}
.BgClassName
{
background-color: #E54BEA;
}
</style>
border-color css
<style>
span { border-color: #E54BEA; }
span { border-color: rgb(229,75,234); }
td.TdClassName
{
border-color: #E54BEA;
}
.TagClassName
{
border-color: #E54BEA;
}
</style>