Html Css Color HEX #E259BD Free Speech Magenta
📋 copy color: '#E259BD'red 226 ◦ green 89 ◦ blue 189
Shades of Free Speech Magenta #E259BD
Tints of Free Speech Magenta #E259BD
RGB
CMYK
RGB Variations
Color information
#E259BD (or 0xE259BD) is known color: Free Speech Magenta. HEX triplet: E2, 59 and BD. RGB value is (226,89,189). Sum of RGB (Red+Green+Blue) = 226+89+189=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E259BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E259BD is #1DA642. Grayscale: #8D8D8D. Windows color (decimal): -1943107 or 12409314. OLE color: 12409314.
HSL color Cylindrical-coordinate representation of color #E259BD: hue angle of 316.2º degrees, saturation: 0.7, 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 #E259BD is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 189 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.11 |
| HSL | 316.2º | 0.7% | 0.62% | - |
| HSV(B) | 316.2º | 0.61% | 0.89% | - |
| XYZ | 44.12 | 26.99 | 51.03 | - |
| YUV | 141.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 189 | 0 | 0.61 | 0.16 | 0.11 | 316.2 | 0.7 | 0.62 |
| Hex | E2 | 59 | BD | 0 | 3D | 10 | B | 13C | 46 | 3E |
| Octal | 342 | 131 | 275 | 0 | 75 | 20 | 13 | 474 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10111101 | 0 | 111101 | 10000 | 1011 | 100111100 | 1000110 | 111110 |
Color Harmonies of #E259BD
Complementary color
Monochromatic Colors of #E259BD
Black with #E259BD
Text Example
Text Example
White with #E259BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E259BD; }
p { color: rgb(226,89,189); }
H1.HeaderClassName
{
color: #E259BD;
}
.AnyTagClassName
{
color: #E259BD;
}
</style>
background-color css
<style>
a { background-color: #E259BD; }
a { background-color: rgb(226,89,189); }
div.DivClassName
{
background-color: #E259BD;
}
.BgClassName
{
background-color: #E259BD;
}
</style>
border-color css
<style>
span { border-color: #E259BD; }
span { border-color: rgb(226,89,189); }
td.TdClassName
{
border-color: #E259BD;
}
.TagClassName
{
border-color: #E259BD;
}
</style>