Html Css Color HEX #E14DD0 Free Speech Magenta
📋 copy color: '#E14DD0'red 225 ◦ green 77 ◦ blue 208
Shades of Free Speech Magenta #E14DD0
Tints of Free Speech Magenta #E14DD0
RGB
CMYK
RGB Variations
Color information
#E14DD0 (or 0xE14DD0) is known color: Free Speech Magenta. HEX triplet: E1, 4D and D0. RGB value is (225,77,208). Sum of RGB (Red+Green+Blue) = 225+77+208=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DD0 is #1EB22F. Grayscale: #878787. Windows color (decimal): -2011696 or 13651425. OLE color: 13651425.
HSL color Cylindrical-coordinate representation of color #E14DD0: hue angle of 306.89º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14DD0 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 208 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.12 |
| HSL | 306.89º | 0.71% | 0.59% | - |
| HSV(B) | 306.89º | 0.66% | 0.88% | - |
| XYZ | 45.09 | 25.87 | 62.29 | - |
| YUV | 136.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 208 | 0 | 0.66 | 0.08 | 0.12 | 306.89 | 0.71 | 0.59 |
| Hex | E1 | 4D | D0 | 0 | 42 | 8 | C | 133 | 47 | 3B |
| Octal | 341 | 115 | 320 | 0 | 102 | 10 | 14 | 463 | 107 | 73 |
| Binary | 11100001 | 1001101 | 11010000 | 0 | 1000010 | 1000 | 1100 | 100110011 | 1000111 | 111011 |
Color Harmonies of #E14DD0
Complementary color
Monochromatic Colors of #E14DD0
Black with #E14DD0
Text Example
Text Example
White with #E14DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DD0; }
p { color: rgb(225,77,208); }
H1.HeaderClassName
{
color: #E14DD0;
}
.AnyTagClassName
{
color: #E14DD0;
}
</style>
background-color css
<style>
a { background-color: #E14DD0; }
a { background-color: rgb(225,77,208); }
div.DivClassName
{
background-color: #E14DD0;
}
.BgClassName
{
background-color: #E14DD0;
}
</style>
border-color css
<style>
span { border-color: #E14DD0; }
span { border-color: rgb(225,77,208); }
td.TdClassName
{
border-color: #E14DD0;
}
.TagClassName
{
border-color: #E14DD0;
}
</style>