Html Css Color HEX #E262BD Free Speech Magenta
📋 copy color: '#E262BD'red 226 ◦ green 98 ◦ blue 189
Shades of Free Speech Magenta #E262BD
Tints of Free Speech Magenta #E262BD
RGB
CMYK
RGB Variations
Color information
#E262BD (or 0xE262BD) is known color: Free Speech Magenta. HEX triplet: E2, 62 and BD. RGB value is (226,98,189). Sum of RGB (Red+Green+Blue) = 226+98+189=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E262BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E262BD is #1D9D42. Grayscale: #929292. Windows color (decimal): -1940803 or 12411618. OLE color: 12411618.
HSL color Cylindrical-coordinate representation of color #E262BD: hue angle of 317.34º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E262BD is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 189 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.11 |
| HSL | 317.34º | 0.69% | 0.64% | - |
| HSV(B) | 317.34º | 0.57% | 0.89% | - |
| XYZ | 44.92 | 28.58 | 51.29 | - |
| YUV | 146.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 189 | 0 | 0.57 | 0.16 | 0.11 | 317.34 | 0.69 | 0.64 |
| Hex | E2 | 62 | BD | 0 | 39 | 10 | B | 13D | 45 | 40 |
| Octal | 342 | 142 | 275 | 0 | 71 | 20 | 13 | 475 | 105 | 100 |
| Binary | 11100010 | 1100010 | 10111101 | 0 | 111001 | 10000 | 1011 | 100111101 | 1000101 | 1000000 |
Color Harmonies of #E262BD
Complementary color
Monochromatic Colors of #E262BD
Black with #E262BD
Text Example
Text Example
White with #E262BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E262BD; }
p { color: rgb(226,98,189); }
H1.HeaderClassName
{
color: #E262BD;
}
.AnyTagClassName
{
color: #E262BD;
}
</style>
background-color css
<style>
a { background-color: #E262BD; }
a { background-color: rgb(226,98,189); }
div.DivClassName
{
background-color: #E262BD;
}
.BgClassName
{
background-color: #E262BD;
}
</style>
border-color css
<style>
span { border-color: #E262BD; }
span { border-color: rgb(226,98,189); }
td.TdClassName
{
border-color: #E262BD;
}
.TagClassName
{
border-color: #E262BD;
}
</style>