Html Css Color HEX #E448D1 Free Speech Magenta
📋 copy color: '#E448D1'red 228 ◦ green 72 ◦ blue 209
Shades of Free Speech Magenta #E448D1
Tints of Free Speech Magenta #E448D1
RGB
CMYK
RGB Variations
Color information
#E448D1 (or 0xE448D1) is known color: Free Speech Magenta. HEX triplet: E4, 48 and D1. RGB value is (228,72,209). Sum of RGB (Red+Green+Blue) = 228+72+209=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E448D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448D1 is #1BB72E. Grayscale: #858585. Windows color (decimal): -1816367 or 13715684. OLE color: 13715684.
HSL color Cylindrical-coordinate representation of color #E448D1: hue angle of 307.31º 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 #E448D1 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 209 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.11 |
| HSL | 307.31º | 0.74% | 0.59% | - |
| HSV(B) | 307.31º | 0.68% | 0.89% | - |
| XYZ | 45.82 | 25.73 | 62.87 | - |
| YUV | 134.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 209 | 0 | 0.68 | 0.08 | 0.11 | 307.31 | 0.74 | 0.59 |
| Hex | E4 | 48 | D1 | 0 | 44 | 8 | B | 133 | 4A | 3B |
| Octal | 344 | 110 | 321 | 0 | 104 | 10 | 13 | 463 | 112 | 73 |
| Binary | 11100100 | 1001000 | 11010001 | 0 | 1000100 | 1000 | 1011 | 100110011 | 1001010 | 111011 |
Color Harmonies of #E448D1
Complementary color
Monochromatic Colors of #E448D1
Black with #E448D1
Text Example
Text Example
White with #E448D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448D1; }
p { color: rgb(228,72,209); }
H1.HeaderClassName
{
color: #E448D1;
}
.AnyTagClassName
{
color: #E448D1;
}
</style>
background-color css
<style>
a { background-color: #E448D1; }
a { background-color: rgb(228,72,209); }
div.DivClassName
{
background-color: #E448D1;
}
.BgClassName
{
background-color: #E448D1;
}
</style>
border-color css
<style>
span { border-color: #E448D1; }
span { border-color: rgb(228,72,209); }
td.TdClassName
{
border-color: #E448D1;
}
.TagClassName
{
border-color: #E448D1;
}
</style>