Html Css Color HEX #E149D7 Free Speech Magenta
📋 copy color: '#E149D7'red 225 ◦ green 73 ◦ blue 215
Shades of Free Speech Magenta #E149D7
Tints of Free Speech Magenta #E149D7
RGB
CMYK
RGB Variations
Color information
#E149D7 (or 0xE149D7) is known color: Free Speech Magenta. HEX triplet: E1, 49 and D7. RGB value is (225,73,215). Sum of RGB (Red+Green+Blue) = 225+73+215=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E149D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149D7 is #1EB628. Grayscale: #868686. Windows color (decimal): -2012713 or 14109153. OLE color: 14109153.
HSL color Cylindrical-coordinate representation of color #E149D7: hue angle of 303.95º 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 #E149D7 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 215 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.12 |
| HSL | 303.95º | 0.72% | 0.58% | - |
| HSV(B) | 303.95º | 0.68% | 0.88% | - |
| XYZ | 45.7 | 25.68 | 66.84 | - |
| YUV | 134.64 | 173.36 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 215 | 0 | 0.68 | 0.04 | 0.12 | 303.95 | 0.72 | 0.58 |
| Hex | E1 | 49 | D7 | 0 | 44 | 4 | C | 130 | 48 | 3A |
| Octal | 341 | 111 | 327 | 0 | 104 | 4 | 14 | 460 | 110 | 72 |
| Binary | 11100001 | 1001001 | 11010111 | 0 | 1000100 | 100 | 1100 | 100110000 | 1001000 | 111010 |
Color Harmonies of #E149D7
Complementary color
Monochromatic Colors of #E149D7
Black with #E149D7
Text Example
Text Example
White with #E149D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149D7; }
p { color: rgb(225,73,215); }
H1.HeaderClassName
{
color: #E149D7;
}
.AnyTagClassName
{
color: #E149D7;
}
</style>
background-color css
<style>
a { background-color: #E149D7; }
a { background-color: rgb(225,73,215); }
div.DivClassName
{
background-color: #E149D7;
}
.BgClassName
{
background-color: #E149D7;
}
</style>
border-color css
<style>
span { border-color: #E149D7; }
span { border-color: rgb(225,73,215); }
td.TdClassName
{
border-color: #E149D7;
}
.TagClassName
{
border-color: #E149D7;
}
</style>