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