Html Css Color HEX #E448DD Free Speech Magenta
📋 copy color: '#E448DD'red 228 ◦ green 72 ◦ blue 221
Shades of Free Speech Magenta #E448DD
Tints of Free Speech Magenta #E448DD
RGB
CMYK
RGB Variations
Color information
#E448DD (or 0xE448DD) is known color: Free Speech Magenta. HEX triplet: E4, 48 and DD. RGB value is (228,72,221). Sum of RGB (Red+Green+Blue) = 228+72+221=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E448DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448DD is #1BB722. Grayscale: #878787. Windows color (decimal): -1816355 or 14502116. OLE color: 14502116.
HSL color Cylindrical-coordinate representation of color #E448DD: hue angle of 302.69º 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 #E448DD is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 221 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.11 |
| HSL | 302.69º | 0.74% | 0.59% | - |
| HSV(B) | 302.69º | 0.68% | 0.89% | - |
| XYZ | 47.36 | 26.35 | 71 | - |
| YUV | 135.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 221 | 0 | 0.68 | 0.03 | 0.11 | 302.69 | 0.74 | 0.59 |
| Hex | E4 | 48 | DD | 0 | 44 | 3 | B | 12F | 4A | 3B |
| Octal | 344 | 110 | 335 | 0 | 104 | 3 | 13 | 457 | 112 | 73 |
| Binary | 11100100 | 1001000 | 11011101 | 0 | 1000100 | 11 | 1011 | 100101111 | 1001010 | 111011 |
Color Harmonies of #E448DD
Complementary color
Monochromatic Colors of #E448DD
Black with #E448DD
Text Example
Text Example
White with #E448DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448DD; }
p { color: rgb(228,72,221); }
H1.HeaderClassName
{
color: #E448DD;
}
.AnyTagClassName
{
color: #E448DD;
}
</style>
background-color css
<style>
a { background-color: #E448DD; }
a { background-color: rgb(228,72,221); }
div.DivClassName
{
background-color: #E448DD;
}
.BgClassName
{
background-color: #E448DD;
}
</style>
border-color css
<style>
span { border-color: #E448DD; }
span { border-color: rgb(228,72,221); }
td.TdClassName
{
border-color: #E448DD;
}
.TagClassName
{
border-color: #E448DD;
}
</style>