Html Css Color HEX #E14EDD Free Speech Magenta
📋 copy color: '#E14EDD'red 225 ◦ green 78 ◦ blue 221
Shades of Free Speech Magenta #E14EDD
Tints of Free Speech Magenta #E14EDD
RGB
CMYK
RGB Variations
Color information
#E14EDD (or 0xE14EDD) is known color: Free Speech Magenta. HEX triplet: E1, 4E and DD. RGB value is (225,78,221). Sum of RGB (Red+Green+Blue) = 225+78+221=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E14EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14EDD is #1EB122. Grayscale: #898989. Windows color (decimal): -2011427 or 14503649. OLE color: 14503649.
HSL color Cylindrical-coordinate representation of color #E14EDD: hue angle of 301.63º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14EDD is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 221 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.12 |
| HSL | 301.63º | 0.71% | 0.59% | - |
| HSV(B) | 301.63º | 0.65% | 0.88% | - |
| XYZ | 46.83 | 26.68 | 71.09 | - |
| YUV | 138.26 | 174.7 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 221 | 0 | 0.65 | 0.02 | 0.12 | 301.63 | 0.71 | 0.59 |
| Hex | E1 | 4E | DD | 0 | 41 | 2 | C | 12E | 47 | 3B |
| Octal | 341 | 116 | 335 | 0 | 101 | 2 | 14 | 456 | 107 | 73 |
| Binary | 11100001 | 1001110 | 11011101 | 0 | 1000001 | 10 | 1100 | 100101110 | 1000111 | 111011 |
Color Harmonies of #E14EDD
Complementary color
Monochromatic Colors of #E14EDD
Black with #E14EDD
Text Example
Text Example
White with #E14EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14EDD; }
p { color: rgb(225,78,221); }
H1.HeaderClassName
{
color: #E14EDD;
}
.AnyTagClassName
{
color: #E14EDD;
}
</style>
background-color css
<style>
a { background-color: #E14EDD; }
a { background-color: rgb(225,78,221); }
div.DivClassName
{
background-color: #E14EDD;
}
.BgClassName
{
background-color: #E14EDD;
}
</style>
border-color css
<style>
span { border-color: #E14EDD; }
span { border-color: rgb(225,78,221); }
td.TdClassName
{
border-color: #E14EDD;
}
.TagClassName
{
border-color: #E14EDD;
}
</style>