Html Css Color HEX #E74DBA Free Speech Magenta
📋 copy color: '#E74DBA'red 231 ◦ green 77 ◦ blue 186
Shades of Free Speech Magenta #E74DBA
Tints of Free Speech Magenta #E74DBA
RGB
CMYK
RGB Variations
Color information
#E74DBA (or 0xE74DBA) is known color: Free Speech Magenta. HEX triplet: E7, 4D and BA. RGB value is (231,77,186). Sum of RGB (Red+Green+Blue) = 231+77+186=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DBA is #18B245. Grayscale: #878787. Windows color (decimal): -1618502 or 12209639. OLE color: 12209639.
HSL color Cylindrical-coordinate representation of color #E74DBA: hue angle of 317.53º 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 #E74DBA is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 186 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.09 |
| HSL | 317.53º | 0.76% | 0.6% | - |
| HSV(B) | 317.53º | 0.67% | 0.91% | - |
| XYZ | 44.47 | 25.84 | 49.1 | - |
| YUV | 135.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 186 | 0 | 0.67 | 0.19 | 0.09 | 317.53 | 0.76 | 0.6 |
| Hex | E7 | 4D | BA | 0 | 43 | 13 | 9 | 13E | 4C | 3C |
| Octal | 347 | 115 | 272 | 0 | 103 | 23 | 11 | 476 | 114 | 74 |
| Binary | 11100111 | 1001101 | 10111010 | 0 | 1000011 | 10011 | 1001 | 100111110 | 1001100 | 111100 |
Color Harmonies of #E74DBA
Complementary color
Monochromatic Colors of #E74DBA
Black with #E74DBA
Text Example
Text Example
White with #E74DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DBA; }
p { color: rgb(231,77,186); }
H1.HeaderClassName
{
color: #E74DBA;
}
.AnyTagClassName
{
color: #E74DBA;
}
</style>
background-color css
<style>
a { background-color: #E74DBA; }
a { background-color: rgb(231,77,186); }
div.DivClassName
{
background-color: #E74DBA;
}
.BgClassName
{
background-color: #E74DBA;
}
</style>
border-color css
<style>
span { border-color: #E74DBA; }
span { border-color: rgb(231,77,186); }
td.TdClassName
{
border-color: #E74DBA;
}
.TagClassName
{
border-color: #E74DBA;
}
</style>