Html Css Color HEX #E458BD Free Speech Magenta
📋 copy color: '#E458BD'red 228 ◦ green 88 ◦ blue 189
Shades of Free Speech Magenta #E458BD
Tints of Free Speech Magenta #E458BD
RGB
CMYK
RGB Variations
Color information
#E458BD (or 0xE458BD) is known color: Free Speech Magenta. HEX triplet: E4, 58 and BD. RGB value is (228,88,189). Sum of RGB (Red+Green+Blue) = 228+88+189=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E458BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E458BD is #1BA742. Grayscale: #8D8D8D. Windows color (decimal): -1812291 or 12409060. OLE color: 12409060.
HSL color Cylindrical-coordinate representation of color #E458BD: hue angle of 316.71º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E458BD is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 189 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.11 |
| HSL | 316.71º | 0.72% | 0.62% | - |
| HSV(B) | 316.71º | 0.61% | 0.89% | - |
| XYZ | 44.67 | 27.15 | 51.03 | - |
| YUV | 141.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 189 | 0 | 0.61 | 0.17 | 0.11 | 316.71 | 0.72 | 0.62 |
| Hex | E4 | 58 | BD | 0 | 3D | 11 | B | 13D | 48 | 3E |
| Octal | 344 | 130 | 275 | 0 | 75 | 21 | 13 | 475 | 110 | 76 |
| Binary | 11100100 | 1011000 | 10111101 | 0 | 111101 | 10001 | 1011 | 100111101 | 1001000 | 111110 |
Color Harmonies of #E458BD
Complementary color
Monochromatic Colors of #E458BD
Black with #E458BD
Text Example
Text Example
White with #E458BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E458BD; }
p { color: rgb(228,88,189); }
H1.HeaderClassName
{
color: #E458BD;
}
.AnyTagClassName
{
color: #E458BD;
}
</style>
background-color css
<style>
a { background-color: #E458BD; }
a { background-color: rgb(228,88,189); }
div.DivClassName
{
background-color: #E458BD;
}
.BgClassName
{
background-color: #E458BD;
}
</style>
border-color css
<style>
span { border-color: #E458BD; }
span { border-color: rgb(228,88,189); }
td.TdClassName
{
border-color: #E458BD;
}
.TagClassName
{
border-color: #E458BD;
}
</style>