Html Css Color HEX #E144C9 Free Speech Magenta
📋 copy color: '#E144C9'red 225 ◦ green 68 ◦ blue 201
Shades of Free Speech Magenta #E144C9
Tints of Free Speech Magenta #E144C9
RGB
CMYK
RGB Variations
Color information
#E144C9 (or 0xE144C9) is known color: Free Speech Magenta. HEX triplet: E1, 44 and C9. RGB value is (225,68,201). Sum of RGB (Red+Green+Blue) = 225+68+201=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E144C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144C9 is #1EBB36. Grayscale: #818181. Windows color (decimal): -2014007 or 13190369. OLE color: 13190369.
HSL color Cylindrical-coordinate representation of color #E144C9: hue angle of 309.17º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144C9 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 201 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.12 |
| HSL | 309.17º | 0.72% | 0.57% | - |
| HSV(B) | 309.17º | 0.7% | 0.88% | - |
| XYZ | 43.66 | 24.36 | 57.66 | - |
| YUV | 130.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 201 | 0 | 0.70 | 0.11 | 0.12 | 309.17 | 0.72 | 0.57 |
| Hex | E1 | 44 | C9 | 0 | 46 | B | C | 135 | 48 | 39 |
| Octal | 341 | 104 | 311 | 0 | 106 | 13 | 14 | 465 | 110 | 71 |
| Binary | 11100001 | 1000100 | 11001001 | 0 | 1000110 | 1011 | 1100 | 100110101 | 1001000 | 111001 |
Color Harmonies of #E144C9
Complementary color
Monochromatic Colors of #E144C9
Black with #E144C9
Text Example
Text Example
White with #E144C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144C9; }
p { color: rgb(225,68,201); }
H1.HeaderClassName
{
color: #E144C9;
}
.AnyTagClassName
{
color: #E144C9;
}
</style>
background-color css
<style>
a { background-color: #E144C9; }
a { background-color: rgb(225,68,201); }
div.DivClassName
{
background-color: #E144C9;
}
.BgClassName
{
background-color: #E144C9;
}
</style>
border-color css
<style>
span { border-color: #E144C9; }
span { border-color: rgb(225,68,201); }
td.TdClassName
{
border-color: #E144C9;
}
.TagClassName
{
border-color: #E144C9;
}
</style>