Html Css Color HEX #E54BED Free Speech Magenta
📋 copy color: '#E54BED'red 229 ◦ green 75 ◦ blue 237
Shades of Free Speech Magenta #E54BED
Tints of Free Speech Magenta #E54BED
RGB
CMYK
RGB Variations
Color information
#E54BED (or 0xE54BED) is known color: Free Speech Magenta. HEX triplet: E5, 4B and ED. RGB value is (229,75,237). Sum of RGB (Red+Green+Blue) = 229+75+237=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 75 (29.69% from 255 or 13.86% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #E54BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54BED is #1AB412. Grayscale: #8B8B8B. Windows color (decimal): -1750035 or 15551461. OLE color: 15551461.
HSL color Cylindrical-coordinate representation of color #E54BED: hue angle of 297.04º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54BED is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 75 | 237 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.07 |
| HSL | 297.04º | 0.82% | 0.61% | - |
| HSV(B) | 297.04º | 0.68% | 0.93% | - |
| XYZ | 50.12 | 27.8 | 82.85 | - |
| YUV | 139.51 | 183.02 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 237 | 0.03 | 0.68 | 0 | 0.07 | 297.04 | 0.82 | 0.61 |
| Hex | E5 | 4B | ED | 3 | 44 | 0 | 7 | 129 | 52 | 3D |
| Octal | 345 | 113 | 355 | 3 | 104 | 0 | 7 | 451 | 122 | 75 |
| Binary | 11100101 | 1001011 | 11101101 | 11 | 1000100 | 0 | 111 | 100101001 | 1010010 | 111101 |
Color Harmonies of #E54BED
Complementary color
Monochromatic Colors of #E54BED
Black with #E54BED
Text Example
Text Example
White with #E54BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54BED; }
p { color: rgb(229,75,237); }
H1.HeaderClassName
{
color: #E54BED;
}
.AnyTagClassName
{
color: #E54BED;
}
</style>
background-color css
<style>
a { background-color: #E54BED; }
a { background-color: rgb(229,75,237); }
div.DivClassName
{
background-color: #E54BED;
}
.BgClassName
{
background-color: #E54BED;
}
</style>
border-color css
<style>
span { border-color: #E54BED; }
span { border-color: rgb(229,75,237); }
td.TdClassName
{
border-color: #E54BED;
}
.TagClassName
{
border-color: #E54BED;
}
</style>