Html Css Color HEX #E44BDA Free Speech Magenta
📋 copy color: '#E44BDA'red 228 ◦ green 75 ◦ blue 218
Shades of Free Speech Magenta #E44BDA
Tints of Free Speech Magenta #E44BDA
RGB
CMYK
RGB Variations
Color information
#E44BDA (or 0xE44BDA) is known color: Free Speech Magenta. HEX triplet: E4, 4B and DA. RGB value is (228,75,218). Sum of RGB (Red+Green+Blue) = 228+75+218=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E44BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44BDA is #1BB425. Grayscale: #888888. Windows color (decimal): -1815590 or 14306276. OLE color: 14306276.
HSL color Cylindrical-coordinate representation of color #E44BDA: hue angle of 303.92º 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 #E44BDA is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 218 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.11 |
| HSL | 303.92º | 0.74% | 0.59% | - |
| HSV(B) | 303.92º | 0.67% | 0.89% | - |
| XYZ | 47.17 | 26.59 | 68.98 | - |
| YUV | 137.05 | 173.69 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 218 | 0 | 0.67 | 0.04 | 0.11 | 303.92 | 0.74 | 0.59 |
| Hex | E4 | 4B | DA | 0 | 43 | 4 | B | 130 | 4A | 3B |
| Octal | 344 | 113 | 332 | 0 | 103 | 4 | 13 | 460 | 112 | 73 |
| Binary | 11100100 | 1001011 | 11011010 | 0 | 1000011 | 100 | 1011 | 100110000 | 1001010 | 111011 |
Color Harmonies of #E44BDA
Complementary color
Monochromatic Colors of #E44BDA
Black with #E44BDA
Text Example
Text Example
White with #E44BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44BDA; }
p { color: rgb(228,75,218); }
H1.HeaderClassName
{
color: #E44BDA;
}
.AnyTagClassName
{
color: #E44BDA;
}
</style>
background-color css
<style>
a { background-color: #E44BDA; }
a { background-color: rgb(228,75,218); }
div.DivClassName
{
background-color: #E44BDA;
}
.BgClassName
{
background-color: #E44BDA;
}
</style>
border-color css
<style>
span { border-color: #E44BDA; }
span { border-color: rgb(228,75,218); }
td.TdClassName
{
border-color: #E44BDA;
}
.TagClassName
{
border-color: #E44BDA;
}
</style>