Html Css Color HEX #E24FBB Free Speech Magenta
📋 copy color: '#E24FBB'red 226 ◦ green 79 ◦ blue 187
Shades of Free Speech Magenta #E24FBB
Tints of Free Speech Magenta #E24FBB
RGB
CMYK
RGB Variations
Color information
#E24FBB (or 0xE24FBB) is known color: Free Speech Magenta. HEX triplet: E2, 4F and BB. RGB value is (226,79,187). Sum of RGB (Red+Green+Blue) = 226+79+187=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E24FBB is #1DB044. Grayscale: #868686. Windows color (decimal): -1945669 or 12275682. OLE color: 12275682.
HSL color Cylindrical-coordinate representation of color #E24FBB: hue angle of 315.92º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24FBB is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 187 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.11 |
| HSL | 315.92º | 0.72% | 0.6% | - |
| HSV(B) | 315.92º | 0.65% | 0.89% | - |
| XYZ | 43.13 | 25.35 | 49.63 | - |
| YUV | 135.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 187 | 0 | 0.65 | 0.17 | 0.11 | 315.92 | 0.72 | 0.6 |
| Hex | E2 | 4F | BB | 0 | 41 | 11 | B | 13C | 48 | 3C |
| Octal | 342 | 117 | 273 | 0 | 101 | 21 | 13 | 474 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10111011 | 0 | 1000001 | 10001 | 1011 | 100111100 | 1001000 | 111100 |
Color Harmonies of #E24FBB
Complementary color
Monochromatic Colors of #E24FBB
Black with #E24FBB
Text Example
Text Example
White with #E24FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24FBB; }
p { color: rgb(226,79,187); }
H1.HeaderClassName
{
color: #E24FBB;
}
.AnyTagClassName
{
color: #E24FBB;
}
</style>
background-color css
<style>
a { background-color: #E24FBB; }
a { background-color: rgb(226,79,187); }
div.DivClassName
{
background-color: #E24FBB;
}
.BgClassName
{
background-color: #E24FBB;
}
</style>
border-color css
<style>
span { border-color: #E24FBB; }
span { border-color: rgb(226,79,187); }
td.TdClassName
{
border-color: #E24FBB;
}
.TagClassName
{
border-color: #E24FBB;
}
</style>