Html Css Color HEX #E25EBB Free Speech Magenta
📋 copy color: '#E25EBB'red 226 ◦ green 94 ◦ blue 187
Shades of Free Speech Magenta #E25EBB
Tints of Free Speech Magenta #E25EBB
RGB
CMYK
RGB Variations
Color information
#E25EBB (or 0xE25EBB) is known color: Free Speech Magenta. HEX triplet: E2, 5E and BB. RGB value is (226,94,187). Sum of RGB (Red+Green+Blue) = 226+94+187=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EBB is #1DA144. Grayscale: #8F8F8F. Windows color (decimal): -1941829 or 12279522. OLE color: 12279522.
HSL color Cylindrical-coordinate representation of color #E25EBB: hue angle of 317.73º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E25EBB is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 187 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.11 |
| HSL | 317.73º | 0.69% | 0.63% | - |
| HSV(B) | 317.73º | 0.58% | 0.89% | - |
| XYZ | 44.34 | 27.76 | 50.04 | - |
| YUV | 144.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 187 | 0 | 0.58 | 0.17 | 0.11 | 317.73 | 0.69 | 0.63 |
| Hex | E2 | 5E | BB | 0 | 3A | 11 | B | 13E | 45 | 3F |
| Octal | 342 | 136 | 273 | 0 | 72 | 21 | 13 | 476 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10111011 | 0 | 111010 | 10001 | 1011 | 100111110 | 1000101 | 111111 |
Color Harmonies of #E25EBB
Complementary color
Monochromatic Colors of #E25EBB
Black with #E25EBB
Text Example
Text Example
White with #E25EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EBB; }
p { color: rgb(226,94,187); }
H1.HeaderClassName
{
color: #E25EBB;
}
.AnyTagClassName
{
color: #E25EBB;
}
</style>
background-color css
<style>
a { background-color: #E25EBB; }
a { background-color: rgb(226,94,187); }
div.DivClassName
{
background-color: #E25EBB;
}
.BgClassName
{
background-color: #E25EBB;
}
</style>
border-color css
<style>
span { border-color: #E25EBB; }
span { border-color: rgb(226,94,187); }
td.TdClassName
{
border-color: #E25EBB;
}
.TagClassName
{
border-color: #E25EBB;
}
</style>