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