Html Css Color HEX #E74ADE Free Speech Magenta
📋 copy color: '#E74ADE'red 231 ◦ green 74 ◦ blue 222
Shades of Free Speech Magenta #E74ADE
Tints of Free Speech Magenta #E74ADE
RGB
CMYK
RGB Variations
Color information
#E74ADE (or 0xE74ADE) is known color: Free Speech Magenta. HEX triplet: E7, 4A and DE. RGB value is (231,74,222). Sum of RGB (Red+Green+Blue) = 231+74+222=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 74 (29.30% from 255 or 14.04% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ADE is #18B521. Grayscale: #898989. Windows color (decimal): -1619234 or 14568167. OLE color: 14568167.
HSL color Cylindrical-coordinate representation of color #E74ADE: hue angle of 303.44º 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 #E74ADE is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 222 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.09 |
| HSL | 303.44º | 0.77% | 0.6% | - |
| HSV(B) | 303.44º | 0.68% | 0.91% | - |
| XYZ | 48.59 | 27.16 | 71.79 | - |
| YUV | 137.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 222 | 0 | 0.68 | 0.04 | 0.09 | 303.44 | 0.77 | 0.6 |
| Hex | E7 | 4A | DE | 0 | 44 | 4 | 9 | 12F | 4D | 3C |
| Octal | 347 | 112 | 336 | 0 | 104 | 4 | 11 | 457 | 115 | 74 |
| Binary | 11100111 | 1001010 | 11011110 | 0 | 1000100 | 100 | 1001 | 100101111 | 1001101 | 111100 |
Color Harmonies of #E74ADE
Complementary color
Monochromatic Colors of #E74ADE
Black with #E74ADE
Text Example
Text Example
White with #E74ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ADE; }
p { color: rgb(231,74,222); }
H1.HeaderClassName
{
color: #E74ADE;
}
.AnyTagClassName
{
color: #E74ADE;
}
</style>
background-color css
<style>
a { background-color: #E74ADE; }
a { background-color: rgb(231,74,222); }
div.DivClassName
{
background-color: #E74ADE;
}
.BgClassName
{
background-color: #E74ADE;
}
</style>
border-color css
<style>
span { border-color: #E74ADE; }
span { border-color: rgb(231,74,222); }
td.TdClassName
{
border-color: #E74ADE;
}
.TagClassName
{
border-color: #E74ADE;
}
</style>