Html Css Color HEX #E445DB Free Speech Magenta
📋 copy color: '#E445DB'red 228 ◦ green 69 ◦ blue 219
Shades of Free Speech Magenta #E445DB
Tints of Free Speech Magenta #E445DB
RGB
CMYK
RGB Variations
Color information
#E445DB (or 0xE445DB) is known color: Free Speech Magenta. HEX triplet: E4, 45 and DB. RGB value is (228,69,219). Sum of RGB (Red+Green+Blue) = 228+69+219=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E445DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E445DB is #1BBA24. Grayscale: #858585. Windows color (decimal): -1817125 or 14370276. OLE color: 14370276.
HSL color Cylindrical-coordinate representation of color #E445DB: hue angle of 303.4º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E445DB is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 219 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.11 |
| HSL | 303.4º | 0.75% | 0.58% | - |
| HSV(B) | 303.4º | 0.7% | 0.89% | - |
| XYZ | 46.91 | 25.86 | 69.54 | - |
| YUV | 133.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 219 | 0 | 0.70 | 0.04 | 0.11 | 303.4 | 0.75 | 0.58 |
| Hex | E4 | 45 | DB | 0 | 46 | 4 | B | 12F | 4B | 3A |
| Octal | 344 | 105 | 333 | 0 | 106 | 4 | 13 | 457 | 113 | 72 |
| Binary | 11100100 | 1000101 | 11011011 | 0 | 1000110 | 100 | 1011 | 100101111 | 1001011 | 111010 |
Color Harmonies of #E445DB
Complementary color
Monochromatic Colors of #E445DB
Black with #E445DB
Text Example
Text Example
White with #E445DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E445DB; }
p { color: rgb(228,69,219); }
H1.HeaderClassName
{
color: #E445DB;
}
.AnyTagClassName
{
color: #E445DB;
}
</style>
background-color css
<style>
a { background-color: #E445DB; }
a { background-color: rgb(228,69,219); }
div.DivClassName
{
background-color: #E445DB;
}
.BgClassName
{
background-color: #E445DB;
}
</style>
border-color css
<style>
span { border-color: #E445DB; }
span { border-color: rgb(228,69,219); }
td.TdClassName
{
border-color: #E445DB;
}
.TagClassName
{
border-color: #E445DB;
}
</style>