Html Css Color HEX #E748C2 Free Speech Magenta
📋 copy color: '#E748C2'red 231 ◦ green 72 ◦ blue 194
Shades of Free Speech Magenta #E748C2
Tints of Free Speech Magenta #E748C2
RGB
CMYK
RGB Variations
Color information
#E748C2 (or 0xE748C2) is known color: Free Speech Magenta. HEX triplet: E7, 48 and C2. RGB value is (231,72,194). Sum of RGB (Red+Green+Blue) = 231+72+194=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E748C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E748C2 is #18B73D. Grayscale: #858585. Windows color (decimal): -1619774 or 12732647. OLE color: 12732647.
HSL color Cylindrical-coordinate representation of color #E748C2: hue angle of 313.96º 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 #E748C2 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 72 | 194 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.09 |
| HSL | 313.96º | 0.77% | 0.59% | - |
| HSV(B) | 313.96º | 0.69% | 0.91% | - |
| XYZ | 45.01 | 25.52 | 53.59 | - |
| YUV | 133.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 72 | 194 | 0 | 0.69 | 0.16 | 0.09 | 313.96 | 0.77 | 0.59 |
| Hex | E7 | 48 | C2 | 0 | 45 | 10 | 9 | 13A | 4D | 3B |
| Octal | 347 | 110 | 302 | 0 | 105 | 20 | 11 | 472 | 115 | 73 |
| Binary | 11100111 | 1001000 | 11000010 | 0 | 1000101 | 10000 | 1001 | 100111010 | 1001101 | 111011 |
Color Harmonies of #E748C2
Complementary color
Monochromatic Colors of #E748C2
Black with #E748C2
Text Example
Text Example
White with #E748C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E748C2; }
p { color: rgb(231,72,194); }
H1.HeaderClassName
{
color: #E748C2;
}
.AnyTagClassName
{
color: #E748C2;
}
</style>
background-color css
<style>
a { background-color: #E748C2; }
a { background-color: rgb(231,72,194); }
div.DivClassName
{
background-color: #E748C2;
}
.BgClassName
{
background-color: #E748C2;
}
</style>
border-color css
<style>
span { border-color: #E748C2; }
span { border-color: rgb(231,72,194); }
td.TdClassName
{
border-color: #E748C2;
}
.TagClassName
{
border-color: #E748C2;
}
</style>