Html Css Color HEX #E748C7 Free Speech Magenta
📋 copy color: '#E748C7'red 231 ◦ green 72 ◦ blue 199
Shades of Free Speech Magenta #E748C7
Tints of Free Speech Magenta #E748C7
RGB
CMYK
RGB Variations
Color information
#E748C7 (or 0xE748C7) is known color: Free Speech Magenta. HEX triplet: E7, 48 and C7. RGB value is (231,72,199). Sum of RGB (Red+Green+Blue) = 231+72+199=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E748C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748C7 is #18B738. Grayscale: #858585. Windows color (decimal): -1619769 or 13060327. OLE color: 13060327.
HSL color Cylindrical-coordinate representation of color #E748C7: hue angle of 312.08º 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 #E748C7 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 199 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.09 |
| HSL | 312.08º | 0.77% | 0.59% | - |
| HSV(B) | 312.08º | 0.69% | 0.91% | - |
| XYZ | 45.58 | 25.75 | 56.6 | - |
| YUV | 134.02 | 164.68 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 199 | 0 | 0.69 | 0.14 | 0.09 | 312.08 | 0.77 | 0.59 |
| Hex | E7 | 48 | C7 | 0 | 45 | E | 9 | 138 | 4D | 3B |
| Octal | 347 | 110 | 307 | 0 | 105 | 16 | 11 | 470 | 115 | 73 |
| Binary | 11100111 | 1001000 | 11000111 | 0 | 1000101 | 1110 | 1001 | 100111000 | 1001101 | 111011 |
Color Harmonies of #E748C7
Complementary color
Monochromatic Colors of #E748C7
Black with #E748C7
Text Example
Text Example
White with #E748C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748C7; }
p { color: rgb(231,72,199); }
H1.HeaderClassName
{
color: #E748C7;
}
.AnyTagClassName
{
color: #E748C7;
}
</style>
background-color css
<style>
a { background-color: #E748C7; }
a { background-color: rgb(231,72,199); }
div.DivClassName
{
background-color: #E748C7;
}
.BgClassName
{
background-color: #E748C7;
}
</style>
border-color css
<style>
span { border-color: #E748C7; }
span { border-color: rgb(231,72,199); }
td.TdClassName
{
border-color: #E748C7;
}
.TagClassName
{
border-color: #E748C7;
}
</style>