Html Css Color HEX #E14DB7 Free Speech Magenta
📋 copy color: '#E14DB7'red 225 ◦ green 77 ◦ blue 183
Shades of Free Speech Magenta #E14DB7
Tints of Free Speech Magenta #E14DB7
RGB
CMYK
RGB Variations
Color information
#E14DB7 (or 0xE14DB7) is known color: Free Speech Magenta. HEX triplet: E1, 4D and B7. RGB value is (225,77,183). Sum of RGB (Red+Green+Blue) = 225+77+183=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DB7 is #1EB248. Grayscale: #858585. Windows color (decimal): -2011721 or 12013025. OLE color: 12013025.
HSL color Cylindrical-coordinate representation of color #E14DB7: hue angle of 317.03º 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 #E14DB7 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 183 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.12 |
| HSL | 317.03º | 0.71% | 0.59% | - |
| HSV(B) | 317.03º | 0.66% | 0.88% | - |
| XYZ | 42.25 | 24.73 | 47.35 | - |
| YUV | 133.34 | 156.03 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 183 | 0 | 0.66 | 0.19 | 0.12 | 317.03 | 0.71 | 0.59 |
| Hex | E1 | 4D | B7 | 0 | 42 | 13 | C | 13D | 47 | 3B |
| Octal | 341 | 115 | 267 | 0 | 102 | 23 | 14 | 475 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10110111 | 0 | 1000010 | 10011 | 1100 | 100111101 | 1000111 | 111011 |
Color Harmonies of #E14DB7
Complementary color
Monochromatic Colors of #E14DB7
Black with #E14DB7
Text Example
Text Example
White with #E14DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DB7; }
p { color: rgb(225,77,183); }
H1.HeaderClassName
{
color: #E14DB7;
}
.AnyTagClassName
{
color: #E14DB7;
}
</style>
background-color css
<style>
a { background-color: #E14DB7; }
a { background-color: rgb(225,77,183); }
div.DivClassName
{
background-color: #E14DB7;
}
.BgClassName
{
background-color: #E14DB7;
}
</style>
border-color css
<style>
span { border-color: #E14DB7; }
span { border-color: rgb(225,77,183); }
td.TdClassName
{
border-color: #E14DB7;
}
.TagClassName
{
border-color: #E14DB7;
}
</style>