Html Css Color HEX #E748CF Free Speech Magenta
📋 copy color: '#E748CF'red 231 ◦ green 72 ◦ blue 207
Shades of Free Speech Magenta #E748CF
Tints of Free Speech Magenta #E748CF
RGB
CMYK
RGB Variations
Color information
#E748CF (or 0xE748CF) is known color: Free Speech Magenta. HEX triplet: E7, 48 and CF. RGB value is (231,72,207). Sum of RGB (Red+Green+Blue) = 231+72+207=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E748CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748CF is #18B730. Grayscale: #868686. Windows color (decimal): -1619761 or 13584615. OLE color: 13584615.
HSL color Cylindrical-coordinate representation of color #E748CF: hue angle of 309.06º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E748CF is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 207 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.09 |
| HSL | 309.06º | 0.77% | 0.59% | - |
| HSV(B) | 309.06º | 0.69% | 0.91% | - |
| XYZ | 46.53 | 26.13 | 61.62 | - |
| YUV | 134.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 207 | 0 | 0.69 | 0.10 | 0.09 | 309.06 | 0.77 | 0.59 |
| Hex | E7 | 48 | CF | 0 | 45 | A | 9 | 135 | 4D | 3B |
| Octal | 347 | 110 | 317 | 0 | 105 | 12 | 11 | 465 | 115 | 73 |
| Binary | 11100111 | 1001000 | 11001111 | 0 | 1000101 | 1010 | 1001 | 100110101 | 1001101 | 111011 |
Color Harmonies of #E748CF
Complementary color
Monochromatic Colors of #E748CF
Black with #E748CF
Text Example
Text Example
White with #E748CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748CF; }
p { color: rgb(231,72,207); }
H1.HeaderClassName
{
color: #E748CF;
}
.AnyTagClassName
{
color: #E748CF;
}
</style>
background-color css
<style>
a { background-color: #E748CF; }
a { background-color: rgb(231,72,207); }
div.DivClassName
{
background-color: #E748CF;
}
.BgClassName
{
background-color: #E748CF;
}
</style>
border-color css
<style>
span { border-color: #E748CF; }
span { border-color: rgb(231,72,207); }
td.TdClassName
{
border-color: #E748CF;
}
.TagClassName
{
border-color: #E748CF;
}
</style>