Html Css Color HEX #E148C2 Free Speech Magenta
📋 copy color: '#E148C2'red 225 ◦ green 72 ◦ blue 194
Shades of Free Speech Magenta #E148C2
Tints of Free Speech Magenta #E148C2
RGB
CMYK
RGB Variations
Color information
#E148C2 (or 0xE148C2) is known color: Free Speech Magenta. HEX triplet: E1, 48 and C2. RGB value is (225,72,194). Sum of RGB (Red+Green+Blue) = 225+72+194=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E148C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148C2 is #1EB73D. Grayscale: #838383. Windows color (decimal): -2012990 or 12732641. OLE color: 12732641.
HSL color Cylindrical-coordinate representation of color #E148C2: hue angle of 312.16º 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 #E148C2 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 194 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.12 |
| HSL | 312.16º | 0.72% | 0.58% | - |
| HSV(B) | 312.16º | 0.68% | 0.88% | - |
| XYZ | 43.11 | 24.54 | 53.5 | - |
| YUV | 131.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 194 | 0 | 0.68 | 0.14 | 0.12 | 312.16 | 0.72 | 0.58 |
| Hex | E1 | 48 | C2 | 0 | 44 | E | C | 138 | 48 | 3A |
| Octal | 341 | 110 | 302 | 0 | 104 | 16 | 14 | 470 | 110 | 72 |
| Binary | 11100001 | 1001000 | 11000010 | 0 | 1000100 | 1110 | 1100 | 100111000 | 1001000 | 111010 |
Color Harmonies of #E148C2
Complementary color
Monochromatic Colors of #E148C2
Black with #E148C2
Text Example
Text Example
White with #E148C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148C2; }
p { color: rgb(225,72,194); }
H1.HeaderClassName
{
color: #E148C2;
}
.AnyTagClassName
{
color: #E148C2;
}
</style>
background-color css
<style>
a { background-color: #E148C2; }
a { background-color: rgb(225,72,194); }
div.DivClassName
{
background-color: #E148C2;
}
.BgClassName
{
background-color: #E148C2;
}
</style>
border-color css
<style>
span { border-color: #E148C2; }
span { border-color: rgb(225,72,194); }
td.TdClassName
{
border-color: #E148C2;
}
.TagClassName
{
border-color: #E148C2;
}
</style>