Html Css Color HEX #E74ACE Free Speech Magenta
📋 copy color: '#E74ACE'red 231 ◦ green 74 ◦ blue 206
Shades of Free Speech Magenta #E74ACE
Tints of Free Speech Magenta #E74ACE
RGB
CMYK
RGB Variations
Color information
#E74ACE (or 0xE74ACE) is known color: Free Speech Magenta. HEX triplet: E7, 4A and CE. RGB value is (231,74,206). Sum of RGB (Red+Green+Blue) = 231+74+206=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ACE is #18B531. Grayscale: #878787. Windows color (decimal): -1619250 or 13519591. OLE color: 13519591.
HSL color Cylindrical-coordinate representation of color #E74ACE: hue angle of 309.55º 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 #E74ACE is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 206 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.09 |
| HSL | 309.55º | 0.77% | 0.6% | - |
| HSV(B) | 309.55º | 0.68% | 0.91% | - |
| XYZ | 46.54 | 26.34 | 61.02 | - |
| YUV | 135.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 206 | 0 | 0.68 | 0.11 | 0.09 | 309.55 | 0.77 | 0.6 |
| Hex | E7 | 4A | CE | 0 | 44 | B | 9 | 136 | 4D | 3C |
| Octal | 347 | 112 | 316 | 0 | 104 | 13 | 11 | 466 | 115 | 74 |
| Binary | 11100111 | 1001010 | 11001110 | 0 | 1000100 | 1011 | 1001 | 100110110 | 1001101 | 111100 |
Color Harmonies of #E74ACE
Complementary color
Monochromatic Colors of #E74ACE
Black with #E74ACE
Text Example
Text Example
White with #E74ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ACE; }
p { color: rgb(231,74,206); }
H1.HeaderClassName
{
color: #E74ACE;
}
.AnyTagClassName
{
color: #E74ACE;
}
</style>
background-color css
<style>
a { background-color: #E74ACE; }
a { background-color: rgb(231,74,206); }
div.DivClassName
{
background-color: #E74ACE;
}
.BgClassName
{
background-color: #E74ACE;
}
</style>
border-color css
<style>
span { border-color: #E74ACE; }
span { border-color: rgb(231,74,206); }
td.TdClassName
{
border-color: #E74ACE;
}
.TagClassName
{
border-color: #E74ACE;
}
</style>