Html Css Color HEX #E454BA Free Speech Magenta
📋 copy color: '#E454BA'red 228 ◦ green 84 ◦ blue 186
Shades of Free Speech Magenta #E454BA
Tints of Free Speech Magenta #E454BA
RGB
CMYK
RGB Variations
Color information
#E454BA (or 0xE454BA) is known color: Free Speech Magenta. HEX triplet: E4, 54 and BA. RGB value is (228,84,186). Sum of RGB (Red+Green+Blue) = 228+84+186=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 228 - color contains mainly: red. Hex color #E454BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E454BA is #1BAB45. Grayscale: #8A8A8A. Windows color (decimal): -1813318 or 12211428. OLE color: 12211428.
HSL color Cylindrical-coordinate representation of color #E454BA: hue angle of 317.5º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E454BA is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 186 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.11 |
| HSL | 317.5º | 0.73% | 0.61% | - |
| HSV(B) | 317.5º | 0.63% | 0.89% | - |
| XYZ | 44.03 | 26.38 | 49.23 | - |
| YUV | 138.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 186 | 0 | 0.63 | 0.18 | 0.11 | 317.5 | 0.73 | 0.61 |
| Hex | E4 | 54 | BA | 0 | 3F | 12 | B | 13E | 49 | 3D |
| Octal | 344 | 124 | 272 | 0 | 77 | 22 | 13 | 476 | 111 | 75 |
| Binary | 11100100 | 1010100 | 10111010 | 0 | 111111 | 10010 | 1011 | 100111110 | 1001001 | 111101 |
Color Harmonies of #E454BA
Complementary color
Monochromatic Colors of #E454BA
Black with #E454BA
Text Example
Text Example
White with #E454BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E454BA; }
p { color: rgb(228,84,186); }
H1.HeaderClassName
{
color: #E454BA;
}
.AnyTagClassName
{
color: #E454BA;
}
</style>
background-color css
<style>
a { background-color: #E454BA; }
a { background-color: rgb(228,84,186); }
div.DivClassName
{
background-color: #E454BA;
}
.BgClassName
{
background-color: #E454BA;
}
</style>
border-color css
<style>
span { border-color: #E454BA; }
span { border-color: rgb(228,84,186); }
td.TdClassName
{
border-color: #E454BA;
}
.TagClassName
{
border-color: #E454BA;
}
</style>