Html Css Color HEX #E74ADD Free Speech Magenta
📋 copy color: '#E74ADD'red 231 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #E74ADD
Tints of Free Speech Magenta #E74ADD
RGB
CMYK
RGB Variations
Color information
#E74ADD (or 0xE74ADD) is known color: Free Speech Magenta. HEX triplet: E7, 4A and DD. RGB value is (231,74,221). Sum of RGB (Red+Green+Blue) = 231+74+221=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ADD is #18B522. Grayscale: #898989. Windows color (decimal): -1619235 or 14502631. OLE color: 14502631.
HSL color Cylindrical-coordinate representation of color #E74ADD: hue angle of 303.82º 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 #E74ADD is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 221 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.09 |
| HSL | 303.82º | 0.77% | 0.6% | - |
| HSV(B) | 303.82º | 0.68% | 0.91% | - |
| XYZ | 48.45 | 27.11 | 71.08 | - |
| YUV | 137.7 | 175.01 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 221 | 0 | 0.68 | 0.04 | 0.09 | 303.82 | 0.77 | 0.6 |
| Hex | E7 | 4A | DD | 0 | 44 | 4 | 9 | 130 | 4D | 3C |
| Octal | 347 | 112 | 335 | 0 | 104 | 4 | 11 | 460 | 115 | 74 |
| Binary | 11100111 | 1001010 | 11011101 | 0 | 1000100 | 100 | 1001 | 100110000 | 1001101 | 111100 |
Color Harmonies of #E74ADD
Complementary color
Monochromatic Colors of #E74ADD
Black with #E74ADD
Text Example
Text Example
White with #E74ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ADD; }
p { color: rgb(231,74,221); }
H1.HeaderClassName
{
color: #E74ADD;
}
.AnyTagClassName
{
color: #E74ADD;
}
</style>
background-color css
<style>
a { background-color: #E74ADD; }
a { background-color: rgb(231,74,221); }
div.DivClassName
{
background-color: #E74ADD;
}
.BgClassName
{
background-color: #E74ADD;
}
</style>
border-color css
<style>
span { border-color: #E74ADD; }
span { border-color: rgb(231,74,221); }
td.TdClassName
{
border-color: #E74ADD;
}
.TagClassName
{
border-color: #E74ADD;
}
</style>