Html Css Color HEX #E148C7 Free Speech Magenta
📋 copy color: '#E148C7'red 225 ◦ green 72 ◦ blue 199
Shades of Free Speech Magenta #E148C7
Tints of Free Speech Magenta #E148C7
RGB
CMYK
RGB Variations
Color information
#E148C7 (or 0xE148C7) is known color: Free Speech Magenta. HEX triplet: E1, 48 and C7. RGB value is (225,72,199). Sum of RGB (Red+Green+Blue) = 225+72+199=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E148C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148C7 is #1EB738. Grayscale: #838383. Windows color (decimal): -2012985 or 13060321. OLE color: 13060321.
HSL color Cylindrical-coordinate representation of color #E148C7: hue angle of 310.2º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E148C7 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 199 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.12 |
| HSL | 310.2º | 0.72% | 0.58% | - |
| HSV(B) | 310.2º | 0.68% | 0.88% | - |
| XYZ | 43.68 | 24.77 | 56.51 | - |
| YUV | 132.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 199 | 0 | 0.68 | 0.12 | 0.12 | 310.2 | 0.72 | 0.58 |
| Hex | E1 | 48 | C7 | 0 | 44 | C | C | 136 | 48 | 3A |
| Octal | 341 | 110 | 307 | 0 | 104 | 14 | 14 | 466 | 110 | 72 |
| Binary | 11100001 | 1001000 | 11000111 | 0 | 1000100 | 1100 | 1100 | 100110110 | 1001000 | 111010 |
Color Harmonies of #E148C7
Complementary color
Monochromatic Colors of #E148C7
Black with #E148C7
Text Example
Text Example
White with #E148C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148C7; }
p { color: rgb(225,72,199); }
H1.HeaderClassName
{
color: #E148C7;
}
.AnyTagClassName
{
color: #E148C7;
}
</style>
background-color css
<style>
a { background-color: #E148C7; }
a { background-color: rgb(225,72,199); }
div.DivClassName
{
background-color: #E148C7;
}
.BgClassName
{
background-color: #E148C7;
}
</style>
border-color css
<style>
span { border-color: #E148C7; }
span { border-color: rgb(225,72,199); }
td.TdClassName
{
border-color: #E148C7;
}
.TagClassName
{
border-color: #E148C7;
}
</style>