Html Css Color HEX #E74ACF Free Speech Magenta
📋 copy color: '#E74ACF'red 231 ◦ green 74 ◦ blue 207
Shades of Free Speech Magenta #E74ACF
Tints of Free Speech Magenta #E74ACF
RGB
CMYK
RGB Variations
Color information
#E74ACF (or 0xE74ACF) is known color: Free Speech Magenta. HEX triplet: E7, 4A and CF. RGB value is (231,74,207). Sum of RGB (Red+Green+Blue) = 231+74+207=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ACF is #18B530. Grayscale: #878787. Windows color (decimal): -1619249 or 13585127. OLE color: 13585127.
HSL color Cylindrical-coordinate representation of color #E74ACF: hue angle of 309.17º 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 #E74ACF is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 207 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.09 |
| HSL | 309.17º | 0.77% | 0.6% | - |
| HSV(B) | 309.17º | 0.68% | 0.91% | - |
| XYZ | 46.67 | 26.39 | 61.67 | - |
| YUV | 136.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 207 | 0 | 0.68 | 0.10 | 0.09 | 309.17 | 0.77 | 0.6 |
| Hex | E7 | 4A | CF | 0 | 44 | A | 9 | 135 | 4D | 3C |
| Octal | 347 | 112 | 317 | 0 | 104 | 12 | 11 | 465 | 115 | 74 |
| Binary | 11100111 | 1001010 | 11001111 | 0 | 1000100 | 1010 | 1001 | 100110101 | 1001101 | 111100 |
Color Harmonies of #E74ACF
Complementary color
Monochromatic Colors of #E74ACF
Black with #E74ACF
Text Example
Text Example
White with #E74ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ACF; }
p { color: rgb(231,74,207); }
H1.HeaderClassName
{
color: #E74ACF;
}
.AnyTagClassName
{
color: #E74ACF;
}
</style>
background-color css
<style>
a { background-color: #E74ACF; }
a { background-color: rgb(231,74,207); }
div.DivClassName
{
background-color: #E74ACF;
}
.BgClassName
{
background-color: #E74ACF;
}
</style>
border-color css
<style>
span { border-color: #E74ACF; }
span { border-color: rgb(231,74,207); }
td.TdClassName
{
border-color: #E74ACF;
}
.TagClassName
{
border-color: #E74ACF;
}
</style>