Html Css Color HEX #E54ECB Free Speech Magenta
📋 copy color: '#E54ECB'red 229 ◦ green 78 ◦ blue 203
Shades of Free Speech Magenta #E54ECB
Tints of Free Speech Magenta #E54ECB
RGB
CMYK
RGB Variations
Color information
#E54ECB (or 0xE54ECB) is known color: Free Speech Magenta. HEX triplet: E5, 4E and CB. RGB value is (229,78,203). Sum of RGB (Red+Green+Blue) = 229+78+203=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54ECB is #1AB134. Grayscale: #898989. Windows color (decimal): -1749301 or 13324005. OLE color: 13324005.
HSL color Cylindrical-coordinate representation of color #E54ECB: hue angle of 310.33º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54ECB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 203 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.10 |
| HSL | 310.33º | 0.74% | 0.6% | - |
| HSV(B) | 310.33º | 0.66% | 0.9% | - |
| XYZ | 45.82 | 26.42 | 59.18 | - |
| YUV | 137.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 203 | 0 | 0.66 | 0.11 | 0.10 | 310.33 | 0.74 | 0.6 |
| Hex | E5 | 4E | CB | 0 | 42 | B | A | 136 | 4A | 3C |
| Octal | 345 | 116 | 313 | 0 | 102 | 13 | 12 | 466 | 112 | 74 |
| Binary | 11100101 | 1001110 | 11001011 | 0 | 1000010 | 1011 | 1010 | 100110110 | 1001010 | 111100 |
Color Harmonies of #E54ECB
Complementary color
Monochromatic Colors of #E54ECB
Black with #E54ECB
Text Example
Text Example
White with #E54ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54ECB; }
p { color: rgb(229,78,203); }
H1.HeaderClassName
{
color: #E54ECB;
}
.AnyTagClassName
{
color: #E54ECB;
}
</style>
background-color css
<style>
a { background-color: #E54ECB; }
a { background-color: rgb(229,78,203); }
div.DivClassName
{
background-color: #E54ECB;
}
.BgClassName
{
background-color: #E54ECB;
}
</style>
border-color css
<style>
span { border-color: #E54ECB; }
span { border-color: rgb(229,78,203); }
td.TdClassName
{
border-color: #E54ECB;
}
.TagClassName
{
border-color: #E54ECB;
}
</style>