Html Css Color HEX #E149B8 Free Speech Magenta
📋 copy color: '#E149B8'red 225 ◦ green 73 ◦ blue 184
Shades of Free Speech Magenta #E149B8
Tints of Free Speech Magenta #E149B8
RGB
CMYK
RGB Variations
Color information
#E149B8 (or 0xE149B8) is known color: Free Speech Magenta. HEX triplet: E1, 49 and B8. RGB value is (225,73,184). Sum of RGB (Red+Green+Blue) = 225+73+184=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E149B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149B8 is #1EB647. Grayscale: #828282. Windows color (decimal): -2012744 or 12077537. OLE color: 12077537.
HSL color Cylindrical-coordinate representation of color #E149B8: hue angle of 316.18º 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 #E149B8 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 184 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.12 |
| HSL | 316.18º | 0.72% | 0.58% | - |
| HSV(B) | 316.18º | 0.68% | 0.88% | - |
| XYZ | 42.09 | 24.23 | 47.81 | - |
| YUV | 131.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 184 | 0 | 0.68 | 0.18 | 0.12 | 316.18 | 0.72 | 0.58 |
| Hex | E1 | 49 | B8 | 0 | 44 | 12 | C | 13C | 48 | 3A |
| Octal | 341 | 111 | 270 | 0 | 104 | 22 | 14 | 474 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10111000 | 0 | 1000100 | 10010 | 1100 | 100111100 | 1001000 | 111010 |
Color Harmonies of #E149B8
Complementary color
Monochromatic Colors of #E149B8
Black with #E149B8
Text Example
Text Example
White with #E149B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149B8; }
p { color: rgb(225,73,184); }
H1.HeaderClassName
{
color: #E149B8;
}
.AnyTagClassName
{
color: #E149B8;
}
</style>
background-color css
<style>
a { background-color: #E149B8; }
a { background-color: rgb(225,73,184); }
div.DivClassName
{
background-color: #E149B8;
}
.BgClassName
{
background-color: #E149B8;
}
</style>
border-color css
<style>
span { border-color: #E149B8; }
span { border-color: rgb(225,73,184); }
td.TdClassName
{
border-color: #E149B8;
}
.TagClassName
{
border-color: #E149B8;
}
</style>