Html Css Color HEX #E14AD1 Free Speech Magenta
📋 copy color: '#E14AD1'red 225 ◦ green 74 ◦ blue 209
Shades of Free Speech Magenta #E14AD1
Tints of Free Speech Magenta #E14AD1
RGB
CMYK
RGB Variations
Color information
#E14AD1 (or 0xE14AD1) is known color: Free Speech Magenta. HEX triplet: E1, 4A and D1. RGB value is (225,74,209). Sum of RGB (Red+Green+Blue) = 225+74+209=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14AD1 is #1EB52E. Grayscale: #868686. Windows color (decimal): -2012463 or 13716193. OLE color: 13716193.
HSL color Cylindrical-coordinate representation of color #E14AD1: hue angle of 306.36º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14AD1 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 209 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.12 |
| HSL | 306.36º | 0.72% | 0.59% | - |
| HSV(B) | 306.36º | 0.67% | 0.88% | - |
| XYZ | 45.01 | 25.51 | 62.87 | - |
| YUV | 134.54 | 170.03 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 209 | 0 | 0.67 | 0.07 | 0.12 | 306.36 | 0.72 | 0.59 |
| Hex | E1 | 4A | D1 | 0 | 43 | 7 | C | 132 | 48 | 3B |
| Octal | 341 | 112 | 321 | 0 | 103 | 7 | 14 | 462 | 110 | 73 |
| Binary | 11100001 | 1001010 | 11010001 | 0 | 1000011 | 111 | 1100 | 100110010 | 1001000 | 111011 |
Color Harmonies of #E14AD1
Complementary color
Monochromatic Colors of #E14AD1
Black with #E14AD1
Text Example
Text Example
White with #E14AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AD1; }
p { color: rgb(225,74,209); }
H1.HeaderClassName
{
color: #E14AD1;
}
.AnyTagClassName
{
color: #E14AD1;
}
</style>
background-color css
<style>
a { background-color: #E14AD1; }
a { background-color: rgb(225,74,209); }
div.DivClassName
{
background-color: #E14AD1;
}
.BgClassName
{
background-color: #E14AD1;
}
</style>
border-color css
<style>
span { border-color: #E14AD1; }
span { border-color: rgb(225,74,209); }
td.TdClassName
{
border-color: #E14AD1;
}
.TagClassName
{
border-color: #E14AD1;
}
</style>