Html Css Color HEX #E263BD Free Speech Magenta
📋 copy color: '#E263BD'red 226 ◦ green 99 ◦ blue 189
Shades of Free Speech Magenta #E263BD
Tints of Free Speech Magenta #E263BD
RGB
CMYK
RGB Variations
Color information
#E263BD (or 0xE263BD) is known color: Free Speech Magenta. HEX triplet: E2, 63 and BD. RGB value is (226,99,189). Sum of RGB (Red+Green+Blue) = 226+99+189=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E263BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E263BD is #1D9C42. Grayscale: #939393. Windows color (decimal): -1940547 or 12411874. OLE color: 12411874.
HSL color Cylindrical-coordinate representation of color #E263BD: hue angle of 317.48º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E263BD is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 189 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.11 |
| HSL | 317.48º | 0.69% | 0.64% | - |
| HSV(B) | 317.48º | 0.56% | 0.89% | - |
| XYZ | 45.01 | 28.77 | 51.32 | - |
| YUV | 147.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 189 | 0 | 0.56 | 0.16 | 0.11 | 317.48 | 0.69 | 0.64 |
| Hex | E2 | 63 | BD | 0 | 38 | 10 | B | 13D | 45 | 40 |
| Octal | 342 | 143 | 275 | 0 | 70 | 20 | 13 | 475 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10111101 | 0 | 111000 | 10000 | 1011 | 100111101 | 1000101 | 1000000 |
Color Harmonies of #E263BD
Complementary color
Monochromatic Colors of #E263BD
Black with #E263BD
Text Example
Text Example
White with #E263BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263BD; }
p { color: rgb(226,99,189); }
H1.HeaderClassName
{
color: #E263BD;
}
.AnyTagClassName
{
color: #E263BD;
}
</style>
background-color css
<style>
a { background-color: #E263BD; }
a { background-color: rgb(226,99,189); }
div.DivClassName
{
background-color: #E263BD;
}
.BgClassName
{
background-color: #E263BD;
}
</style>
border-color css
<style>
span { border-color: #E263BD; }
span { border-color: rgb(226,99,189); }
td.TdClassName
{
border-color: #E263BD;
}
.TagClassName
{
border-color: #E263BD;
}
</style>