Html Css Color HEX #E144E4 Free Speech Magenta
📋 copy color: '#E144E4'red 225 ◦ green 68 ◦ blue 228
Shades of Free Speech Magenta #E144E4
Tints of Free Speech Magenta #E144E4
RGB
CMYK
RGB Variations
Color information
#E144E4 (or 0xE144E4) is known color: Free Speech Magenta. HEX triplet: E1, 44 and E4. RGB value is (225,68,228). Sum of RGB (Red+Green+Blue) = 225+68+228=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #E144E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144E4 is #1EBB1B. Grayscale: #848484. Windows color (decimal): -2013980 or 14959841. OLE color: 14959841.
HSL color Cylindrical-coordinate representation of color #E144E4: hue angle of 298.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144E4 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 68 | 228 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.11 |
| HSL | 298.88º | 0.75% | 0.58% | - |
| HSV(B) | 298.88º | 0.7% | 0.89% | - |
| XYZ | 47.12 | 25.74 | 75.88 | - |
| YUV | 133.18 | 181.51 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 228 | 0.01 | 0.70 | 0 | 0.11 | 298.88 | 0.75 | 0.58 |
| Hex | E1 | 44 | E4 | 1 | 46 | 0 | B | 12B | 4B | 3A |
| Octal | 341 | 104 | 344 | 1 | 106 | 0 | 13 | 453 | 113 | 72 |
| Binary | 11100001 | 1000100 | 11100100 | 1 | 1000110 | 0 | 1011 | 100101011 | 1001011 | 111010 |
Color Harmonies of #E144E4
Complementary color
Monochromatic Colors of #E144E4
Black with #E144E4
Text Example
Text Example
White with #E144E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144E4; }
p { color: rgb(225,68,228); }
H1.HeaderClassName
{
color: #E144E4;
}
.AnyTagClassName
{
color: #E144E4;
}
</style>
background-color css
<style>
a { background-color: #E144E4; }
a { background-color: rgb(225,68,228); }
div.DivClassName
{
background-color: #E144E4;
}
.BgClassName
{
background-color: #E144E4;
}
</style>
border-color css
<style>
span { border-color: #E144E4; }
span { border-color: rgb(225,68,228); }
td.TdClassName
{
border-color: #E144E4;
}
.TagClassName
{
border-color: #E144E4;
}
</style>