Html Css Color HEX #E451BD Free Speech Magenta
📋 copy color: '#E451BD'red 228 ◦ green 81 ◦ blue 189
Shades of Free Speech Magenta #E451BD
Tints of Free Speech Magenta #E451BD
RGB
CMYK
RGB Variations
Color information
#E451BD (or 0xE451BD) is known color: Free Speech Magenta. HEX triplet: E4, 51 and BD. RGB value is (228,81,189). Sum of RGB (Red+Green+Blue) = 228+81+189=498 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.78% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 228 - color contains mainly: red. Hex color #E451BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E451BD is #1BAE42. Grayscale: #888888. Windows color (decimal): -1814083 or 12407268. OLE color: 12407268.
HSL color Cylindrical-coordinate representation of color #E451BD: hue angle of 315.92º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E451BD is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 189 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.11 |
| HSL | 315.92º | 0.73% | 0.61% | - |
| HSV(B) | 315.92º | 0.64% | 0.89% | - |
| XYZ | 44.12 | 26.05 | 50.85 | - |
| YUV | 137.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 189 | 0 | 0.64 | 0.17 | 0.11 | 315.92 | 0.73 | 0.61 |
| Hex | E4 | 51 | BD | 0 | 40 | 11 | B | 13C | 49 | 3D |
| Octal | 344 | 121 | 275 | 0 | 100 | 21 | 13 | 474 | 111 | 75 |
| Binary | 11100100 | 1010001 | 10111101 | 0 | 1000000 | 10001 | 1011 | 100111100 | 1001001 | 111101 |
Color Harmonies of #E451BD
Complementary color
Monochromatic Colors of #E451BD
Black with #E451BD
Text Example
Text Example
White with #E451BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E451BD; }
p { color: rgb(228,81,189); }
H1.HeaderClassName
{
color: #E451BD;
}
.AnyTagClassName
{
color: #E451BD;
}
</style>
background-color css
<style>
a { background-color: #E451BD; }
a { background-color: rgb(228,81,189); }
div.DivClassName
{
background-color: #E451BD;
}
.BgClassName
{
background-color: #E451BD;
}
</style>
border-color css
<style>
span { border-color: #E451BD; }
span { border-color: rgb(228,81,189); }
td.TdClassName
{
border-color: #E451BD;
}
.TagClassName
{
border-color: #E451BD;
}
</style>