Html Css Color HEX #E74ACC Free Speech Magenta
📋 copy color: '#E74ACC'red 231 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #E74ACC
Tints of Free Speech Magenta #E74ACC
RGB
CMYK
RGB Variations
Color information
#E74ACC (or 0xE74ACC) is known color: Free Speech Magenta. HEX triplet: E7, 4A and CC. RGB value is (231,74,204). Sum of RGB (Red+Green+Blue) = 231+74+204=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ACC is #18B533. Grayscale: #878787. Windows color (decimal): -1619252 or 13388519. OLE color: 13388519.
HSL color Cylindrical-coordinate representation of color #E74ACC: hue angle of 310.32º 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 #E74ACC is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 204 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.09 |
| HSL | 310.32º | 0.77% | 0.6% | - |
| HSV(B) | 310.32º | 0.68% | 0.91% | - |
| XYZ | 46.3 | 26.25 | 59.75 | - |
| YUV | 135.76 | 166.51 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 204 | 0 | 0.68 | 0.12 | 0.09 | 310.32 | 0.77 | 0.6 |
| Hex | E7 | 4A | CC | 0 | 44 | C | 9 | 136 | 4D | 3C |
| Octal | 347 | 112 | 314 | 0 | 104 | 14 | 11 | 466 | 115 | 74 |
| Binary | 11100111 | 1001010 | 11001100 | 0 | 1000100 | 1100 | 1001 | 100110110 | 1001101 | 111100 |
Color Harmonies of #E74ACC
Complementary color
Monochromatic Colors of #E74ACC
Black with #E74ACC
Text Example
Text Example
White with #E74ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ACC; }
p { color: rgb(231,74,204); }
H1.HeaderClassName
{
color: #E74ACC;
}
.AnyTagClassName
{
color: #E74ACC;
}
</style>
background-color css
<style>
a { background-color: #E74ACC; }
a { background-color: rgb(231,74,204); }
div.DivClassName
{
background-color: #E74ACC;
}
.BgClassName
{
background-color: #E74ACC;
}
</style>
border-color css
<style>
span { border-color: #E74ACC; }
span { border-color: rgb(231,74,204); }
td.TdClassName
{
border-color: #E74ACC;
}
.TagClassName
{
border-color: #E74ACC;
}
</style>