Html Css Color HEX #E454BE Free Speech Magenta
📋 copy color: '#E454BE'red 228 ◦ green 84 ◦ blue 190
Shades of Free Speech Magenta #E454BE
Tints of Free Speech Magenta #E454BE
RGB
CMYK
RGB Variations
Color information
#E454BE (or 0xE454BE) is known color: Free Speech Magenta. HEX triplet: E4, 54 and BE. RGB value is (228,84,190). Sum of RGB (Red+Green+Blue) = 228+84+190=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E454BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E454BE is #1BAB41. Grayscale: #8A8A8A. Windows color (decimal): -1813314 or 12473572. OLE color: 12473572.
HSL color Cylindrical-coordinate representation of color #E454BE: hue angle of 315.83º 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 #E454BE is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 190 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.11 |
| HSL | 315.83º | 0.73% | 0.61% | - |
| HSV(B) | 315.83º | 0.63% | 0.89% | - |
| XYZ | 44.46 | 26.55 | 51.5 | - |
| YUV | 139.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 190 | 0 | 0.63 | 0.17 | 0.11 | 315.83 | 0.73 | 0.61 |
| Hex | E4 | 54 | BE | 0 | 3F | 11 | B | 13C | 49 | 3D |
| Octal | 344 | 124 | 276 | 0 | 77 | 21 | 13 | 474 | 111 | 75 |
| Binary | 11100100 | 1010100 | 10111110 | 0 | 111111 | 10001 | 1011 | 100111100 | 1001001 | 111101 |
Color Harmonies of #E454BE
Complementary color
Monochromatic Colors of #E454BE
Black with #E454BE
Text Example
Text Example
White with #E454BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E454BE; }
p { color: rgb(228,84,190); }
H1.HeaderClassName
{
color: #E454BE;
}
.AnyTagClassName
{
color: #E454BE;
}
</style>
background-color css
<style>
a { background-color: #E454BE; }
a { background-color: rgb(228,84,190); }
div.DivClassName
{
background-color: #E454BE;
}
.BgClassName
{
background-color: #E454BE;
}
</style>
border-color css
<style>
span { border-color: #E454BE; }
span { border-color: rgb(228,84,190); }
td.TdClassName
{
border-color: #E454BE;
}
.TagClassName
{
border-color: #E454BE;
}
</style>