Html Css Color HEX #E44FE0 Free Speech Magenta
📋 copy color: '#E44FE0'red 228 ◦ green 79 ◦ blue 224
Shades of Free Speech Magenta #E44FE0
Tints of Free Speech Magenta #E44FE0
RGB
CMYK
RGB Variations
Color information
#E44FE0 (or 0xE44FE0) is known color: Free Speech Magenta. HEX triplet: E4, 4F and E0. RGB value is (228,79,224). Sum of RGB (Red+Green+Blue) = 228+79+224=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E44FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44FE0 is #1BB01F. Grayscale: #8B8B8B. Windows color (decimal): -1814560 or 14700516. OLE color: 14700516.
HSL color Cylindrical-coordinate representation of color #E44FE0: hue angle of 301.61º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E44FE0 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 224 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.11 |
| HSL | 301.61º | 0.73% | 0.6% | - |
| HSV(B) | 301.61º | 0.65% | 0.89% | - |
| XYZ | 48.25 | 27.47 | 73.28 | - |
| YUV | 140.08 | 175.36 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 224 | 0 | 0.65 | 0.02 | 0.11 | 301.61 | 0.73 | 0.6 |
| Hex | E4 | 4F | E0 | 0 | 41 | 2 | B | 12E | 49 | 3C |
| Octal | 344 | 117 | 340 | 0 | 101 | 2 | 13 | 456 | 111 | 74 |
| Binary | 11100100 | 1001111 | 11100000 | 0 | 1000001 | 10 | 1011 | 100101110 | 1001001 | 111100 |
Color Harmonies of #E44FE0
Complementary color
Monochromatic Colors of #E44FE0
Black with #E44FE0
Text Example
Text Example
White with #E44FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44FE0; }
p { color: rgb(228,79,224); }
H1.HeaderClassName
{
color: #E44FE0;
}
.AnyTagClassName
{
color: #E44FE0;
}
</style>
background-color css
<style>
a { background-color: #E44FE0; }
a { background-color: rgb(228,79,224); }
div.DivClassName
{
background-color: #E44FE0;
}
.BgClassName
{
background-color: #E44FE0;
}
</style>
border-color css
<style>
span { border-color: #E44FE0; }
span { border-color: rgb(228,79,224); }
td.TdClassName
{
border-color: #E44FE0;
}
.TagClassName
{
border-color: #E44FE0;
}
</style>