Html Css Color HEX #E248BC Free Speech Magenta
📋 copy color: '#E248BC'red 226 ◦ green 72 ◦ blue 188
Shades of Free Speech Magenta #E248BC
Tints of Free Speech Magenta #E248BC
RGB
CMYK
RGB Variations
Color information
#E248BC (or 0xE248BC) is known color: Free Speech Magenta. HEX triplet: E2, 48 and BC. RGB value is (226,72,188). Sum of RGB (Red+Green+Blue) = 226+72+188=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E248BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E248BC is #1DB743. Grayscale: #828282. Windows color (decimal): -1947460 or 12339426. OLE color: 12339426.
HSL color Cylindrical-coordinate representation of color #E248BC: hue angle of 314.81º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E248BC is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 188 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.11 |
| HSL | 314.81º | 0.73% | 0.58% | - |
| HSV(B) | 314.81º | 0.68% | 0.89% | - |
| XYZ | 42.76 | 24.43 | 50.04 | - |
| YUV | 131.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 188 | 0 | 0.68 | 0.17 | 0.11 | 314.81 | 0.73 | 0.58 |
| Hex | E2 | 48 | BC | 0 | 44 | 11 | B | 13B | 49 | 3A |
| Octal | 342 | 110 | 274 | 0 | 104 | 21 | 13 | 473 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10111100 | 0 | 1000100 | 10001 | 1011 | 100111011 | 1001001 | 111010 |
Color Harmonies of #E248BC
Complementary color
Monochromatic Colors of #E248BC
Black with #E248BC
Text Example
Text Example
White with #E248BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E248BC; }
p { color: rgb(226,72,188); }
H1.HeaderClassName
{
color: #E248BC;
}
.AnyTagClassName
{
color: #E248BC;
}
</style>
background-color css
<style>
a { background-color: #E248BC; }
a { background-color: rgb(226,72,188); }
div.DivClassName
{
background-color: #E248BC;
}
.BgClassName
{
background-color: #E248BC;
}
</style>
border-color css
<style>
span { border-color: #E248BC; }
span { border-color: rgb(226,72,188); }
td.TdClassName
{
border-color: #E248BC;
}
.TagClassName
{
border-color: #E248BC;
}
</style>