Html Css Color HEX #E144C1 Free Speech Magenta
📋 copy color: '#E144C1'red 225 ◦ green 68 ◦ blue 193
Shades of Free Speech Magenta #E144C1
Tints of Free Speech Magenta #E144C1
RGB
CMYK
RGB Variations
Color information
#E144C1 (or 0xE144C1) is known color: Free Speech Magenta. HEX triplet: E1, 44 and C1. RGB value is (225,68,193). Sum of RGB (Red+Green+Blue) = 225+68+193=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E144C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144C1 is #1EBB3E. Grayscale: #808080. Windows color (decimal): -2014015 or 12666081. OLE color: 12666081.
HSL color Cylindrical-coordinate representation of color #E144C1: hue angle of 312.23º 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 #E144C1 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 193 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.12 |
| HSL | 312.23º | 0.72% | 0.57% | - |
| HSV(B) | 312.23º | 0.7% | 0.88% | - |
| XYZ | 42.74 | 23.99 | 52.83 | - |
| YUV | 129.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 193 | 0 | 0.70 | 0.14 | 0.12 | 312.23 | 0.72 | 0.57 |
| Hex | E1 | 44 | C1 | 0 | 46 | E | C | 138 | 48 | 39 |
| Octal | 341 | 104 | 301 | 0 | 106 | 16 | 14 | 470 | 110 | 71 |
| Binary | 11100001 | 1000100 | 11000001 | 0 | 1000110 | 1110 | 1100 | 100111000 | 1001000 | 111001 |
Color Harmonies of #E144C1
Complementary color
Monochromatic Colors of #E144C1
Black with #E144C1
Text Example
Text Example
White with #E144C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144C1; }
p { color: rgb(225,68,193); }
H1.HeaderClassName
{
color: #E144C1;
}
.AnyTagClassName
{
color: #E144C1;
}
</style>
background-color css
<style>
a { background-color: #E144C1; }
a { background-color: rgb(225,68,193); }
div.DivClassName
{
background-color: #E144C1;
}
.BgClassName
{
background-color: #E144C1;
}
</style>
border-color css
<style>
span { border-color: #E144C1; }
span { border-color: rgb(225,68,193); }
td.TdClassName
{
border-color: #E144C1;
}
.TagClassName
{
border-color: #E144C1;
}
</style>