Html Css Color HEX #E448BD Free Speech Magenta
📋 copy color: '#E448BD'red 228 ◦ green 72 ◦ blue 189
Shades of Free Speech Magenta #E448BD
Tints of Free Speech Magenta #E448BD
RGB
CMYK
RGB Variations
Color information
#E448BD (or 0xE448BD) is known color: Free Speech Magenta. HEX triplet: E4, 48 and BD. RGB value is (228,72,189). Sum of RGB (Red+Green+Blue) = 228+72+189=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 72 (28.52% from 255 or 14.72% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E448BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448BD is #1BB742. Grayscale: #838383. Windows color (decimal): -1816387 or 12404964. OLE color: 12404964.
HSL color Cylindrical-coordinate representation of color #E448BD: hue angle of 315º 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 #E448BD is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 189 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.11 |
| HSL | 315º | 0.74% | 0.59% | - |
| HSV(B) | 315º | 0.68% | 0.89% | - |
| XYZ | 43.5 | 24.8 | 50.64 | - |
| YUV | 131.98 | 160.18 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 189 | 0 | 0.68 | 0.17 | 0.11 | 315 | 0.74 | 0.59 |
| Hex | E4 | 48 | BD | 0 | 44 | 11 | B | 13B | 4A | 3B |
| Octal | 344 | 110 | 275 | 0 | 104 | 21 | 13 | 473 | 112 | 73 |
| Binary | 11100100 | 1001000 | 10111101 | 0 | 1000100 | 10001 | 1011 | 100111011 | 1001010 | 111011 |
Color Harmonies of #E448BD
Complementary color
Monochromatic Colors of #E448BD
Black with #E448BD
Text Example
Text Example
White with #E448BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448BD; }
p { color: rgb(228,72,189); }
H1.HeaderClassName
{
color: #E448BD;
}
.AnyTagClassName
{
color: #E448BD;
}
</style>
background-color css
<style>
a { background-color: #E448BD; }
a { background-color: rgb(228,72,189); }
div.DivClassName
{
background-color: #E448BD;
}
.BgClassName
{
background-color: #E448BD;
}
</style>
border-color css
<style>
span { border-color: #E448BD; }
span { border-color: rgb(228,72,189); }
td.TdClassName
{
border-color: #E448BD;
}
.TagClassName
{
border-color: #E448BD;
}
</style>