Html Css Color HEX #E263BE Free Speech Magenta
📋 copy color: '#E263BE'red 226 ◦ green 99 ◦ blue 190
Shades of Free Speech Magenta #E263BE
Tints of Free Speech Magenta #E263BE
RGB
CMYK
RGB Variations
Color information
#E263BE (or 0xE263BE) is known color: Free Speech Magenta. HEX triplet: E2, 63 and BE. RGB value is (226,99,190). Sum of RGB (Red+Green+Blue) = 226+99+190=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E263BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E263BE is #1D9C41. Grayscale: #939393. Windows color (decimal): -1940546 or 12477410. OLE color: 12477410.
HSL color Cylindrical-coordinate representation of color #E263BE: hue angle of 317.01º 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 #E263BE is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 190 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.11 |
| HSL | 317.01º | 0.69% | 0.64% | - |
| HSV(B) | 317.01º | 0.56% | 0.89% | - |
| XYZ | 45.12 | 28.81 | 51.9 | - |
| YUV | 147.35 | 152.08 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 190 | 0 | 0.56 | 0.16 | 0.11 | 317.01 | 0.69 | 0.64 |
| Hex | E2 | 63 | BE | 0 | 38 | 10 | B | 13D | 45 | 40 |
| Octal | 342 | 143 | 276 | 0 | 70 | 20 | 13 | 475 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10111110 | 0 | 111000 | 10000 | 1011 | 100111101 | 1000101 | 1000000 |
Color Harmonies of #E263BE
Complementary color
Monochromatic Colors of #E263BE
Black with #E263BE
Text Example
Text Example
White with #E263BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263BE; }
p { color: rgb(226,99,190); }
H1.HeaderClassName
{
color: #E263BE;
}
.AnyTagClassName
{
color: #E263BE;
}
</style>
background-color css
<style>
a { background-color: #E263BE; }
a { background-color: rgb(226,99,190); }
div.DivClassName
{
background-color: #E263BE;
}
.BgClassName
{
background-color: #E263BE;
}
</style>
border-color css
<style>
span { border-color: #E263BE; }
span { border-color: rgb(226,99,190); }
td.TdClassName
{
border-color: #E263BE;
}
.TagClassName
{
border-color: #E263BE;
}
</style>