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