Html Css Color HEX #E144D3 Free Speech Magenta
📋 copy color: '#E144D3'red 225 ◦ green 68 ◦ blue 211
Shades of Free Speech Magenta #E144D3
Tints of Free Speech Magenta #E144D3
RGB
CMYK
RGB Variations
Color information
#E144D3 (or 0xE144D3) is known color: Free Speech Magenta. HEX triplet: E1, 44 and D3. RGB value is (225,68,211). Sum of RGB (Red+Green+Blue) = 225+68+211=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 68 (26.95% from 255 or 13.49% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E144D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144D3 is #1EBB2C. Grayscale: #828282. Windows color (decimal): -2013997 or 13845729. OLE color: 13845729.
HSL color Cylindrical-coordinate representation of color #E144D3: hue angle of 305.35º 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 #E144D3 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 211 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.12 |
| HSL | 305.35º | 0.72% | 0.57% | - |
| HSV(B) | 305.35º | 0.7% | 0.88% | - |
| XYZ | 44.88 | 24.84 | 64.06 | - |
| YUV | 131.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 211 | 0 | 0.70 | 0.06 | 0.12 | 305.35 | 0.72 | 0.57 |
| Hex | E1 | 44 | D3 | 0 | 46 | 6 | C | 131 | 48 | 39 |
| Octal | 341 | 104 | 323 | 0 | 106 | 6 | 14 | 461 | 110 | 71 |
| Binary | 11100001 | 1000100 | 11010011 | 0 | 1000110 | 110 | 1100 | 100110001 | 1001000 | 111001 |
Color Harmonies of #E144D3
Complementary color
Monochromatic Colors of #E144D3
Black with #E144D3
Text Example
Text Example
White with #E144D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144D3; }
p { color: rgb(225,68,211); }
H1.HeaderClassName
{
color: #E144D3;
}
.AnyTagClassName
{
color: #E144D3;
}
</style>
background-color css
<style>
a { background-color: #E144D3; }
a { background-color: rgb(225,68,211); }
div.DivClassName
{
background-color: #E144D3;
}
.BgClassName
{
background-color: #E144D3;
}
</style>
border-color css
<style>
span { border-color: #E144D3; }
span { border-color: rgb(225,68,211); }
td.TdClassName
{
border-color: #E144D3;
}
.TagClassName
{
border-color: #E144D3;
}
</style>