Html Css Color HEX #E548C6 Free Speech Magenta
📋 copy color: '#E548C6'red 229 ◦ green 72 ◦ blue 198
Shades of Free Speech Magenta #E548C6
Tints of Free Speech Magenta #E548C6
RGB
CMYK
RGB Variations
Color information
#E548C6 (or 0xE548C6) is known color: Free Speech Magenta. HEX triplet: E5, 48 and C6. RGB value is (229,72,198). Sum of RGB (Red+Green+Blue) = 229+72+198=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E548C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E548C6 is #1AB739. Grayscale: #848484. Windows color (decimal): -1750842 or 12994789. OLE color: 12994789.
HSL color Cylindrical-coordinate representation of color #E548C6: hue angle of 311.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E548C6 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 198 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.10 |
| HSL | 311.85º | 0.75% | 0.59% | - |
| HSV(B) | 311.85º | 0.69% | 0.9% | - |
| XYZ | 44.82 | 25.37 | 55.96 | - |
| YUV | 133.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 198 | 0 | 0.69 | 0.14 | 0.10 | 311.85 | 0.75 | 0.59 |
| Hex | E5 | 48 | C6 | 0 | 45 | E | A | 138 | 4B | 3B |
| Octal | 345 | 110 | 306 | 0 | 105 | 16 | 12 | 470 | 113 | 73 |
| Binary | 11100101 | 1001000 | 11000110 | 0 | 1000101 | 1110 | 1010 | 100111000 | 1001011 | 111011 |
Color Harmonies of #E548C6
Complementary color
Monochromatic Colors of #E548C6
Black with #E548C6
Text Example
Text Example
White with #E548C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E548C6; }
p { color: rgb(229,72,198); }
H1.HeaderClassName
{
color: #E548C6;
}
.AnyTagClassName
{
color: #E548C6;
}
</style>
background-color css
<style>
a { background-color: #E548C6; }
a { background-color: rgb(229,72,198); }
div.DivClassName
{
background-color: #E548C6;
}
.BgClassName
{
background-color: #E548C6;
}
</style>
border-color css
<style>
span { border-color: #E548C6; }
span { border-color: rgb(229,72,198); }
td.TdClassName
{
border-color: #E548C6;
}
.TagClassName
{
border-color: #E548C6;
}
</style>