Html Css Color HEX #E74ADF Free Speech Magenta
📋 copy color: '#E74ADF'red 231 ◦ green 74 ◦ blue 223
Shades of Free Speech Magenta #E74ADF
Tints of Free Speech Magenta #E74ADF
RGB
CMYK
RGB Variations
Color information
#E74ADF (or 0xE74ADF) is known color: Free Speech Magenta. HEX triplet: E7, 4A and DF. RGB value is (231,74,223). Sum of RGB (Red+Green+Blue) = 231+74+223=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ADF is #18B520. Grayscale: #898989. Windows color (decimal): -1619233 or 14633703. OLE color: 14633703.
HSL color Cylindrical-coordinate representation of color #E74ADF: hue angle of 303.06º 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 #E74ADF is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 223 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.09 |
| HSL | 303.06º | 0.77% | 0.6% | - |
| HSV(B) | 303.06º | 0.68% | 0.91% | - |
| XYZ | 48.72 | 27.21 | 72.5 | - |
| YUV | 137.93 | 176.01 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 223 | 0 | 0.68 | 0.03 | 0.09 | 303.06 | 0.77 | 0.6 |
| Hex | E7 | 4A | DF | 0 | 44 | 3 | 9 | 12F | 4D | 3C |
| Octal | 347 | 112 | 337 | 0 | 104 | 3 | 11 | 457 | 115 | 74 |
| Binary | 11100111 | 1001010 | 11011111 | 0 | 1000100 | 11 | 1001 | 100101111 | 1001101 | 111100 |
Color Harmonies of #E74ADF
Complementary color
Monochromatic Colors of #E74ADF
Black with #E74ADF
Text Example
Text Example
White with #E74ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ADF; }
p { color: rgb(231,74,223); }
H1.HeaderClassName
{
color: #E74ADF;
}
.AnyTagClassName
{
color: #E74ADF;
}
</style>
background-color css
<style>
a { background-color: #E74ADF; }
a { background-color: rgb(231,74,223); }
div.DivClassName
{
background-color: #E74ADF;
}
.BgClassName
{
background-color: #E74ADF;
}
</style>
border-color css
<style>
span { border-color: #E74ADF; }
span { border-color: rgb(231,74,223); }
td.TdClassName
{
border-color: #E74ADF;
}
.TagClassName
{
border-color: #E74ADF;
}
</style>