Html Css Color HEX #E44ADD Free Speech Magenta
📋 copy color: '#E44ADD'red 228 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #E44ADD
Tints of Free Speech Magenta #E44ADD
RGB
CMYK
RGB Variations
Color information
#E44ADD (or 0xE44ADD) is known color: Free Speech Magenta. HEX triplet: E4, 4A and DD. RGB value is (228,74,221). Sum of RGB (Red+Green+Blue) = 228+74+221=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E44ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44ADD is #1BB522. Grayscale: #888888. Windows color (decimal): -1815843 or 14502628. OLE color: 14502628.
HSL color Cylindrical-coordinate representation of color #E44ADD: hue angle of 302.73º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44ADD is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 221 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.11 |
| HSL | 302.73º | 0.74% | 0.59% | - |
| HSV(B) | 302.73º | 0.68% | 0.89% | - |
| XYZ | 47.49 | 26.61 | 71.04 | - |
| YUV | 136.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 221 | 0 | 0.68 | 0.03 | 0.11 | 302.73 | 0.74 | 0.59 |
| Hex | E4 | 4A | DD | 0 | 44 | 3 | B | 12F | 4A | 3B |
| Octal | 344 | 112 | 335 | 0 | 104 | 3 | 13 | 457 | 112 | 73 |
| Binary | 11100100 | 1001010 | 11011101 | 0 | 1000100 | 11 | 1011 | 100101111 | 1001010 | 111011 |
Color Harmonies of #E44ADD
Complementary color
Monochromatic Colors of #E44ADD
Black with #E44ADD
Text Example
Text Example
White with #E44ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44ADD; }
p { color: rgb(228,74,221); }
H1.HeaderClassName
{
color: #E44ADD;
}
.AnyTagClassName
{
color: #E44ADD;
}
</style>
background-color css
<style>
a { background-color: #E44ADD; }
a { background-color: rgb(228,74,221); }
div.DivClassName
{
background-color: #E44ADD;
}
.BgClassName
{
background-color: #E44ADD;
}
</style>
border-color css
<style>
span { border-color: #E44ADD; }
span { border-color: rgb(228,74,221); }
td.TdClassName
{
border-color: #E44ADD;
}
.TagClassName
{
border-color: #E44ADD;
}
</style>