Html Css Color HEX #E144D0 Free Speech Magenta
📋 copy color: '#E144D0'red 225 ◦ green 68 ◦ blue 208
Shades of Free Speech Magenta #E144D0
Tints of Free Speech Magenta #E144D0
RGB
CMYK
RGB Variations
Color information
#E144D0 (or 0xE144D0) is known color: Free Speech Magenta. HEX triplet: E1, 44 and D0. RGB value is (225,68,208). Sum of RGB (Red+Green+Blue) = 225+68+208=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E144D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144D0 is #1EBB2F. Grayscale: #828282. Windows color (decimal): -2014000 or 13649121. OLE color: 13649121.
HSL color Cylindrical-coordinate representation of color #E144D0: hue angle of 306.5º 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 #E144D0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 208 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.12 |
| HSL | 306.5º | 0.72% | 0.57% | - |
| HSV(B) | 306.5º | 0.7% | 0.88% | - |
| XYZ | 44.5 | 24.7 | 62.1 | - |
| YUV | 130.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 208 | 0 | 0.70 | 0.08 | 0.12 | 306.5 | 0.72 | 0.57 |
| Hex | E1 | 44 | D0 | 0 | 46 | 8 | C | 132 | 48 | 39 |
| Octal | 341 | 104 | 320 | 0 | 106 | 10 | 14 | 462 | 110 | 71 |
| Binary | 11100001 | 1000100 | 11010000 | 0 | 1000110 | 1000 | 1100 | 100110010 | 1001000 | 111001 |
Color Harmonies of #E144D0
Complementary color
Monochromatic Colors of #E144D0
Black with #E144D0
Text Example
Text Example
White with #E144D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144D0; }
p { color: rgb(225,68,208); }
H1.HeaderClassName
{
color: #E144D0;
}
.AnyTagClassName
{
color: #E144D0;
}
</style>
background-color css
<style>
a { background-color: #E144D0; }
a { background-color: rgb(225,68,208); }
div.DivClassName
{
background-color: #E144D0;
}
.BgClassName
{
background-color: #E144D0;
}
</style>
border-color css
<style>
span { border-color: #E144D0; }
span { border-color: rgb(225,68,208); }
td.TdClassName
{
border-color: #E144D0;
}
.TagClassName
{
border-color: #E144D0;
}
</style>