Html Css Color HEX #E748D1 Free Speech Magenta
📋 copy color: '#E748D1'red 231 ◦ green 72 ◦ blue 209
Shades of Free Speech Magenta #E748D1
Tints of Free Speech Magenta #E748D1
RGB
CMYK
RGB Variations
Color information
#E748D1 (or 0xE748D1) is known color: Free Speech Magenta. HEX triplet: E7, 48 and D1. RGB value is (231,72,209). Sum of RGB (Red+Green+Blue) = 231+72+209=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E748D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748D1 is #18B72E. Grayscale: #868686. Windows color (decimal): -1619759 or 13715687. OLE color: 13715687.
HSL color Cylindrical-coordinate representation of color #E748D1: hue angle of 308.3º 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 #E748D1 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 209 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.09 |
| HSL | 308.3º | 0.77% | 0.59% | - |
| HSV(B) | 308.3º | 0.69% | 0.91% | - |
| XYZ | 46.78 | 26.23 | 62.92 | - |
| YUV | 135.16 | 169.68 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 209 | 0 | 0.69 | 0.10 | 0.09 | 308.3 | 0.77 | 0.59 |
| Hex | E7 | 48 | D1 | 0 | 45 | A | 9 | 134 | 4D | 3B |
| Octal | 347 | 110 | 321 | 0 | 105 | 12 | 11 | 464 | 115 | 73 |
| Binary | 11100111 | 1001000 | 11010001 | 0 | 1000101 | 1010 | 1001 | 100110100 | 1001101 | 111011 |
Color Harmonies of #E748D1
Complementary color
Monochromatic Colors of #E748D1
Black with #E748D1
Text Example
Text Example
White with #E748D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748D1; }
p { color: rgb(231,72,209); }
H1.HeaderClassName
{
color: #E748D1;
}
.AnyTagClassName
{
color: #E748D1;
}
</style>
background-color css
<style>
a { background-color: #E748D1; }
a { background-color: rgb(231,72,209); }
div.DivClassName
{
background-color: #E748D1;
}
.BgClassName
{
background-color: #E748D1;
}
</style>
border-color css
<style>
span { border-color: #E748D1; }
span { border-color: rgb(231,72,209); }
td.TdClassName
{
border-color: #E748D1;
}
.TagClassName
{
border-color: #E748D1;
}
</style>