Html Css Color HEX #E748E7 Free Speech Magenta
📋 copy color: '#E748E7'red 231 ◦ green 72 ◦ blue 231
Shades of Free Speech Magenta #E748E7
Tints of Free Speech Magenta #E748E7
RGB
CMYK
RGB Variations
Color information
#E748E7 (or 0xE748E7) is known color: Free Speech Magenta. HEX triplet: E7, 48 and E7. RGB value is (231,72,231). Sum of RGB (Red+Green+Blue) = 231+72+231=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 72 (28.52% from 255 or 13.48% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E748E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E748E7 is #18B718. Grayscale: #898989. Windows color (decimal): -1619737 or 15157479. OLE color: 15157479.
HSL color Cylindrical-coordinate representation of color #E748E7: hue angle of 300º 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 #E748E7 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 231 | - |
| CMYK | 0 | 0.69 | 0 | 0.09 |
| HSL | 300º | 0.77% | 0.59% | - |
| HSV(B) | 300º | 0.69% | 0.91% | - |
| XYZ | 49.7 | 27.39 | 78.27 | - |
| YUV | 137.67 | 180.68 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 231 | 0 | 0.69 | 0 | 0.09 | 300 | 0.77 | 0.59 |
| Hex | E7 | 48 | E7 | 0 | 45 | 0 | 9 | 12C | 4D | 3B |
| Octal | 347 | 110 | 347 | 0 | 105 | 0 | 11 | 454 | 115 | 73 |
| Binary | 11100111 | 1001000 | 11100111 | 0 | 1000101 | 0 | 1001 | 100101100 | 1001101 | 111011 |
Color Harmonies of #E748E7
Complementary color
Monochromatic Colors of #E748E7
Black with #E748E7
Text Example
Text Example
White with #E748E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748E7; }
p { color: rgb(231,72,231); }
H1.HeaderClassName
{
color: #E748E7;
}
.AnyTagClassName
{
color: #E748E7;
}
</style>
background-color css
<style>
a { background-color: #E748E7; }
a { background-color: rgb(231,72,231); }
div.DivClassName
{
background-color: #E748E7;
}
.BgClassName
{
background-color: #E748E7;
}
</style>
border-color css
<style>
span { border-color: #E748E7; }
span { border-color: rgb(231,72,231); }
td.TdClassName
{
border-color: #E748E7;
}
.TagClassName
{
border-color: #E748E7;
}
</style>