Html Css Color HEX #E44ADC Free Speech Magenta
📋 copy color: '#E44ADC'red 228 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #E44ADC
Tints of Free Speech Magenta #E44ADC
RGB
CMYK
RGB Variations
Color information
#E44ADC (or 0xE44ADC) is known color: Free Speech Magenta. HEX triplet: E4, 4A and DC. RGB value is (228,74,220). Sum of RGB (Red+Green+Blue) = 228+74+220=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E44ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44ADC is #1BB523. Grayscale: #888888. Windows color (decimal): -1815844 or 14437092. OLE color: 14437092.
HSL color Cylindrical-coordinate representation of color #E44ADC: hue angle of 303.12º 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 #E44ADC is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 220 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.11 |
| HSL | 303.12º | 0.74% | 0.59% | - |
| HSV(B) | 303.12º | 0.68% | 0.89% | - |
| XYZ | 47.36 | 26.56 | 70.34 | - |
| YUV | 136.69 | 175.02 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 220 | 0 | 0.68 | 0.04 | 0.11 | 303.12 | 0.74 | 0.59 |
| Hex | E4 | 4A | DC | 0 | 44 | 4 | B | 12F | 4A | 3B |
| Octal | 344 | 112 | 334 | 0 | 104 | 4 | 13 | 457 | 112 | 73 |
| Binary | 11100100 | 1001010 | 11011100 | 0 | 1000100 | 100 | 1011 | 100101111 | 1001010 | 111011 |
Color Harmonies of #E44ADC
Complementary color
Monochromatic Colors of #E44ADC
Black with #E44ADC
Text Example
Text Example
White with #E44ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44ADC; }
p { color: rgb(228,74,220); }
H1.HeaderClassName
{
color: #E44ADC;
}
.AnyTagClassName
{
color: #E44ADC;
}
</style>
background-color css
<style>
a { background-color: #E44ADC; }
a { background-color: rgb(228,74,220); }
div.DivClassName
{
background-color: #E44ADC;
}
.BgClassName
{
background-color: #E44ADC;
}
</style>
border-color css
<style>
span { border-color: #E44ADC; }
span { border-color: rgb(228,74,220); }
td.TdClassName
{
border-color: #E44ADC;
}
.TagClassName
{
border-color: #E44ADC;
}
</style>