Html Css Color HEX #E74AD1 Free Speech Magenta
📋 copy color: '#E74AD1'red 231 ◦ green 74 ◦ blue 209
Shades of Free Speech Magenta #E74AD1
Tints of Free Speech Magenta #E74AD1
RGB
CMYK
RGB Variations
Color information
#E74AD1 (or 0xE74AD1) is known color: Free Speech Magenta. HEX triplet: E7, 4A and D1. RGB value is (231,74,209). Sum of RGB (Red+Green+Blue) = 231+74+209=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E74AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74AD1 is #18B52E. Grayscale: #878787. Windows color (decimal): -1619247 or 13716199. OLE color: 13716199.
HSL color Cylindrical-coordinate representation of color #E74AD1: hue angle of 308.41º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74AD1 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 209 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.09 |
| HSL | 308.41º | 0.77% | 0.6% | - |
| HSV(B) | 308.41º | 0.68% | 0.91% | - |
| XYZ | 46.91 | 26.49 | 62.96 | - |
| YUV | 136.33 | 169.01 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 209 | 0 | 0.68 | 0.10 | 0.09 | 308.41 | 0.77 | 0.6 |
| Hex | E7 | 4A | D1 | 0 | 44 | A | 9 | 134 | 4D | 3C |
| Octal | 347 | 112 | 321 | 0 | 104 | 12 | 11 | 464 | 115 | 74 |
| Binary | 11100111 | 1001010 | 11010001 | 0 | 1000100 | 1010 | 1001 | 100110100 | 1001101 | 111100 |
Color Harmonies of #E74AD1
Complementary color
Monochromatic Colors of #E74AD1
Black with #E74AD1
Text Example
Text Example
White with #E74AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74AD1; }
p { color: rgb(231,74,209); }
H1.HeaderClassName
{
color: #E74AD1;
}
.AnyTagClassName
{
color: #E74AD1;
}
</style>
background-color css
<style>
a { background-color: #E74AD1; }
a { background-color: rgb(231,74,209); }
div.DivClassName
{
background-color: #E74AD1;
}
.BgClassName
{
background-color: #E74AD1;
}
</style>
border-color css
<style>
span { border-color: #E74AD1; }
span { border-color: rgb(231,74,209); }
td.TdClassName
{
border-color: #E74AD1;
}
.TagClassName
{
border-color: #E74AD1;
}
</style>