Html Css Color HEX #E14AD5 Free Speech Magenta
📋 copy color: '#E14AD5'red 225 ◦ green 74 ◦ blue 213
Shades of Free Speech Magenta #E14AD5
Tints of Free Speech Magenta #E14AD5
RGB
CMYK
RGB Variations
Color information
#E14AD5 (or 0xE14AD5) is known color: Free Speech Magenta. HEX triplet: E1, 4A and D5. RGB value is (225,74,213). Sum of RGB (Red+Green+Blue) = 225+74+213=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14AD5 is #1EB52A. Grayscale: #868686. Windows color (decimal): -2012459 or 13978337. OLE color: 13978337.
HSL color Cylindrical-coordinate representation of color #E14AD5: hue angle of 304.77º 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 #E14AD5 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 213 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.12 |
| HSL | 304.77º | 0.72% | 0.59% | - |
| HSV(B) | 304.77º | 0.67% | 0.88% | - |
| XYZ | 45.51 | 25.71 | 65.51 | - |
| YUV | 135 | 172.03 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 213 | 0 | 0.67 | 0.05 | 0.12 | 304.77 | 0.72 | 0.59 |
| Hex | E1 | 4A | D5 | 0 | 43 | 5 | C | 131 | 48 | 3B |
| Octal | 341 | 112 | 325 | 0 | 103 | 5 | 14 | 461 | 110 | 73 |
| Binary | 11100001 | 1001010 | 11010101 | 0 | 1000011 | 101 | 1100 | 100110001 | 1001000 | 111011 |
Color Harmonies of #E14AD5
Complementary color
Monochromatic Colors of #E14AD5
Black with #E14AD5
Text Example
Text Example
White with #E14AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AD5; }
p { color: rgb(225,74,213); }
H1.HeaderClassName
{
color: #E14AD5;
}
.AnyTagClassName
{
color: #E14AD5;
}
</style>
background-color css
<style>
a { background-color: #E14AD5; }
a { background-color: rgb(225,74,213); }
div.DivClassName
{
background-color: #E14AD5;
}
.BgClassName
{
background-color: #E14AD5;
}
</style>
border-color css
<style>
span { border-color: #E14AD5; }
span { border-color: rgb(225,74,213); }
td.TdClassName
{
border-color: #E14AD5;
}
.TagClassName
{
border-color: #E14AD5;
}
</style>