Html Css Color HEX #E44EDA Free Speech Magenta
📋 copy color: '#E44EDA'red 228 ◦ green 78 ◦ blue 218
Shades of Free Speech Magenta #E44EDA
Tints of Free Speech Magenta #E44EDA
RGB
CMYK
RGB Variations
Color information
#E44EDA (or 0xE44EDA) is known color: Free Speech Magenta. HEX triplet: E4, 4E and DA. RGB value is (228,78,218). Sum of RGB (Red+Green+Blue) = 228+78+218=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E44EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44EDA is #1BB125. Grayscale: #8A8A8A. Windows color (decimal): -1814822 or 14307044. OLE color: 14307044.
HSL color Cylindrical-coordinate representation of color #E44EDA: hue angle of 304º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44EDA is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 78 | 218 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.11 |
| HSL | 304º | 0.74% | 0.6% | - |
| HSV(B) | 304º | 0.66% | 0.89% | - |
| XYZ | 47.37 | 27 | 69.05 | - |
| YUV | 138.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 78 | 218 | 0 | 0.66 | 0.04 | 0.11 | 304 | 0.74 | 0.6 |
| Hex | E4 | 4E | DA | 0 | 42 | 4 | B | 130 | 4A | 3C |
| Octal | 344 | 116 | 332 | 0 | 102 | 4 | 13 | 460 | 112 | 74 |
| Binary | 11100100 | 1001110 | 11011010 | 0 | 1000010 | 100 | 1011 | 100110000 | 1001010 | 111100 |
Color Harmonies of #E44EDA
Complementary color
Monochromatic Colors of #E44EDA
Black with #E44EDA
Text Example
Text Example
White with #E44EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44EDA; }
p { color: rgb(228,78,218); }
H1.HeaderClassName
{
color: #E44EDA;
}
.AnyTagClassName
{
color: #E44EDA;
}
</style>
background-color css
<style>
a { background-color: #E44EDA; }
a { background-color: rgb(228,78,218); }
div.DivClassName
{
background-color: #E44EDA;
}
.BgClassName
{
background-color: #E44EDA;
}
</style>
border-color css
<style>
span { border-color: #E44EDA; }
span { border-color: rgb(228,78,218); }
td.TdClassName
{
border-color: #E44EDA;
}
.TagClassName
{
border-color: #E44EDA;
}
</style>