Html Css Color HEX #E44BDB Free Speech Magenta
📋 copy color: '#E44BDB'red 228 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #E44BDB
Tints of Free Speech Magenta #E44BDB
RGB
CMYK
RGB Variations
Color information
#E44BDB (or 0xE44BDB) is known color: Free Speech Magenta. HEX triplet: E4, 4B and DB. RGB value is (228,75,219). Sum of RGB (Red+Green+Blue) = 228+75+219=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44BDB is #1BB424. Grayscale: #888888. Windows color (decimal): -1815589 or 14371812. OLE color: 14371812.
HSL color Cylindrical-coordinate representation of color #E44BDB: hue angle of 303.53º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44BDB is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 219 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.11 |
| HSL | 303.53º | 0.74% | 0.59% | - |
| HSV(B) | 303.53º | 0.67% | 0.89% | - |
| XYZ | 47.3 | 26.64 | 69.67 | - |
| YUV | 137.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 219 | 0 | 0.67 | 0.04 | 0.11 | 303.53 | 0.74 | 0.59 |
| Hex | E4 | 4B | DB | 0 | 43 | 4 | B | 130 | 4A | 3B |
| Octal | 344 | 113 | 333 | 0 | 103 | 4 | 13 | 460 | 112 | 73 |
| Binary | 11100100 | 1001011 | 11011011 | 0 | 1000011 | 100 | 1011 | 100110000 | 1001010 | 111011 |
Color Harmonies of #E44BDB
Complementary color
Monochromatic Colors of #E44BDB
Black with #E44BDB
Text Example
Text Example
White with #E44BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BDB; }
p { color: rgb(228,75,219); }
H1.HeaderClassName
{
color: #E44BDB;
}
.AnyTagClassName
{
color: #E44BDB;
}
</style>
background-color css
<style>
a { background-color: #E44BDB; }
a { background-color: rgb(228,75,219); }
div.DivClassName
{
background-color: #E44BDB;
}
.BgClassName
{
background-color: #E44BDB;
}
</style>
border-color css
<style>
span { border-color: #E44BDB; }
span { border-color: rgb(228,75,219); }
td.TdClassName
{
border-color: #E44BDB;
}
.TagClassName
{
border-color: #E44BDB;
}
</style>