Html Css Color HEX #E448BC Free Speech Magenta
📋 copy color: '#E448BC'red 228 ◦ green 72 ◦ blue 188
Shades of Free Speech Magenta #E448BC
Tints of Free Speech Magenta #E448BC
RGB
CMYK
RGB Variations
Color information
#E448BC (or 0xE448BC) is known color: Free Speech Magenta. HEX triplet: E4, 48 and BC. RGB value is (228,72,188). Sum of RGB (Red+Green+Blue) = 228+72+188=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E448BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448BC is #1BB743. Grayscale: #838383. Windows color (decimal): -1816388 or 12339428. OLE color: 12339428.
HSL color Cylindrical-coordinate representation of color #E448BC: hue angle of 315.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E448BC is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 188 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.11 |
| HSL | 315.38º | 0.74% | 0.59% | - |
| HSV(B) | 315.38º | 0.68% | 0.89% | - |
| XYZ | 43.39 | 24.76 | 50.07 | - |
| YUV | 131.87 | 159.68 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 188 | 0 | 0.68 | 0.18 | 0.11 | 315.38 | 0.74 | 0.59 |
| Hex | E4 | 48 | BC | 0 | 44 | 12 | B | 13B | 4A | 3B |
| Octal | 344 | 110 | 274 | 0 | 104 | 22 | 13 | 473 | 112 | 73 |
| Binary | 11100100 | 1001000 | 10111100 | 0 | 1000100 | 10010 | 1011 | 100111011 | 1001010 | 111011 |
Color Harmonies of #E448BC
Complementary color
Monochromatic Colors of #E448BC
Black with #E448BC
Text Example
Text Example
White with #E448BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448BC; }
p { color: rgb(228,72,188); }
H1.HeaderClassName
{
color: #E448BC;
}
.AnyTagClassName
{
color: #E448BC;
}
</style>
background-color css
<style>
a { background-color: #E448BC; }
a { background-color: rgb(228,72,188); }
div.DivClassName
{
background-color: #E448BC;
}
.BgClassName
{
background-color: #E448BC;
}
</style>
border-color css
<style>
span { border-color: #E448BC; }
span { border-color: rgb(228,72,188); }
td.TdClassName
{
border-color: #E448BC;
}
.TagClassName
{
border-color: #E448BC;
}
</style>