Html Css Color HEX #E148C5 Free Speech Magenta
📋 copy color: '#E148C5'red 225 ◦ green 72 ◦ blue 197
Shades of Free Speech Magenta #E148C5
Tints of Free Speech Magenta #E148C5
RGB
CMYK
RGB Variations
Color information
#E148C5 (or 0xE148C5) is known color: Free Speech Magenta. HEX triplet: E1, 48 and C5. RGB value is (225,72,197). Sum of RGB (Red+Green+Blue) = 225+72+197=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E148C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148C5 is #1EB73A. Grayscale: #838383. Windows color (decimal): -2012987 or 12929249. OLE color: 12929249.
HSL color Cylindrical-coordinate representation of color #E148C5: hue angle of 310.98º 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 #E148C5 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 197 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.12 |
| HSL | 310.98º | 0.72% | 0.58% | - |
| HSV(B) | 310.98º | 0.68% | 0.88% | - |
| XYZ | 43.45 | 24.67 | 55.3 | - |
| YUV | 132 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 197 | 0 | 0.68 | 0.12 | 0.12 | 310.98 | 0.72 | 0.58 |
| Hex | E1 | 48 | C5 | 0 | 44 | C | C | 137 | 48 | 3A |
| Octal | 341 | 110 | 305 | 0 | 104 | 14 | 14 | 467 | 110 | 72 |
| Binary | 11100001 | 1001000 | 11000101 | 0 | 1000100 | 1100 | 1100 | 100110111 | 1001000 | 111010 |
Color Harmonies of #E148C5
Complementary color
Monochromatic Colors of #E148C5
Black with #E148C5
Text Example
Text Example
White with #E148C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148C5; }
p { color: rgb(225,72,197); }
H1.HeaderClassName
{
color: #E148C5;
}
.AnyTagClassName
{
color: #E148C5;
}
</style>
background-color css
<style>
a { background-color: #E148C5; }
a { background-color: rgb(225,72,197); }
div.DivClassName
{
background-color: #E148C5;
}
.BgClassName
{
background-color: #E148C5;
}
</style>
border-color css
<style>
span { border-color: #E148C5; }
span { border-color: rgb(225,72,197); }
td.TdClassName
{
border-color: #E148C5;
}
.TagClassName
{
border-color: #E148C5;
}
</style>