Html Css Color HEX #E74DBF Free Speech Magenta
📋 copy color: '#E74DBF'red 231 ◦ green 77 ◦ blue 191
Shades of Free Speech Magenta #E74DBF
Tints of Free Speech Magenta #E74DBF
RGB
CMYK
RGB Variations
Color information
#E74DBF (or 0xE74DBF) is known color: Free Speech Magenta. HEX triplet: E7, 4D and BF. RGB value is (231,77,191). Sum of RGB (Red+Green+Blue) = 231+77+191=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DBF is #18B240. Grayscale: #878787. Windows color (decimal): -1618497 or 12537319. OLE color: 12537319.
HSL color Cylindrical-coordinate representation of color #E74DBF: hue angle of 315.58º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74DBF is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 191 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.09 |
| HSL | 315.58º | 0.76% | 0.6% | - |
| HSV(B) | 315.58º | 0.67% | 0.91% | - |
| XYZ | 45.01 | 26.06 | 51.95 | - |
| YUV | 136.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 191 | 0 | 0.67 | 0.17 | 0.09 | 315.58 | 0.76 | 0.6 |
| Hex | E7 | 4D | BF | 0 | 43 | 11 | 9 | 13C | 4C | 3C |
| Octal | 347 | 115 | 277 | 0 | 103 | 21 | 11 | 474 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10111111 | 0 | 1000011 | 10001 | 1001 | 100111100 | 1001100 | 111100 |
Color Harmonies of #E74DBF
Complementary color
Monochromatic Colors of #E74DBF
Black with #E74DBF
Text Example
Text Example
White with #E74DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DBF; }
p { color: rgb(231,77,191); }
H1.HeaderClassName
{
color: #E74DBF;
}
.AnyTagClassName
{
color: #E74DBF;
}
</style>
background-color css
<style>
a { background-color: #E74DBF; }
a { background-color: rgb(231,77,191); }
div.DivClassName
{
background-color: #E74DBF;
}
.BgClassName
{
background-color: #E74DBF;
}
</style>
border-color css
<style>
span { border-color: #E74DBF; }
span { border-color: rgb(231,77,191); }
td.TdClassName
{
border-color: #E74DBF;
}
.TagClassName
{
border-color: #E74DBF;
}
</style>