Html Css Color HEX #E54BE8 Free Speech Magenta
📋 copy color: '#E54BE8'red 229 ◦ green 75 ◦ blue 232
Shades of Free Speech Magenta #E54BE8
Tints of Free Speech Magenta #E54BE8
RGB
CMYK
RGB Variations
Color information
#E54BE8 (or 0xE54BE8) is known color: Free Speech Magenta. HEX triplet: E5, 4B and E8. RGB value is (229,75,232). Sum of RGB (Red+Green+Blue) = 229+75+232=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 75 (29.69% from 255 or 13.99% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #E54BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54BE8 is #1AB417. Grayscale: #8A8A8A. Windows color (decimal): -1750040 or 15223781. OLE color: 15223781.
HSL color Cylindrical-coordinate representation of color #E54BE8: hue angle of 298.85º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54BE8 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 75 | 232 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.09 |
| HSL | 298.85º | 0.77% | 0.6% | - |
| HSV(B) | 298.85º | 0.68% | 0.91% | - |
| XYZ | 49.39 | 27.52 | 79.05 | - |
| YUV | 138.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 232 | 0.01 | 0.68 | 0 | 0.09 | 298.85 | 0.77 | 0.6 |
| Hex | E5 | 4B | E8 | 1 | 44 | 0 | 9 | 12B | 4D | 3C |
| Octal | 345 | 113 | 350 | 1 | 104 | 0 | 11 | 453 | 115 | 74 |
| Binary | 11100101 | 1001011 | 11101000 | 1 | 1000100 | 0 | 1001 | 100101011 | 1001101 | 111100 |
Color Harmonies of #E54BE8
Complementary color
Monochromatic Colors of #E54BE8
Black with #E54BE8
Text Example
Text Example
White with #E54BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54BE8; }
p { color: rgb(229,75,232); }
H1.HeaderClassName
{
color: #E54BE8;
}
.AnyTagClassName
{
color: #E54BE8;
}
</style>
background-color css
<style>
a { background-color: #E54BE8; }
a { background-color: rgb(229,75,232); }
div.DivClassName
{
background-color: #E54BE8;
}
.BgClassName
{
background-color: #E54BE8;
}
</style>
border-color css
<style>
span { border-color: #E54BE8; }
span { border-color: rgb(229,75,232); }
td.TdClassName
{
border-color: #E54BE8;
}
.TagClassName
{
border-color: #E54BE8;
}
</style>