Html Css Color HEX #E147C7 Free Speech Magenta
📋 copy color: '#E147C7'red 225 ◦ green 71 ◦ blue 199
Shades of Free Speech Magenta #E147C7
Tints of Free Speech Magenta #E147C7
RGB
CMYK
RGB Variations
Color information
#E147C7 (or 0xE147C7) is known color: Free Speech Magenta. HEX triplet: E1, 47 and C7. RGB value is (225,71,199). Sum of RGB (Red+Green+Blue) = 225+71+199=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E147C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147C7 is #1EB838. Grayscale: #838383. Windows color (decimal): -2013241 or 13060065. OLE color: 13060065.
HSL color Cylindrical-coordinate representation of color #E147C7: hue angle of 310.13º 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 #E147C7 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 199 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.12 |
| HSL | 310.13º | 0.72% | 0.58% | - |
| HSV(B) | 310.13º | 0.68% | 0.88% | - |
| XYZ | 43.61 | 24.64 | 56.49 | - |
| YUV | 131.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 199 | 0 | 0.68 | 0.12 | 0.12 | 310.13 | 0.72 | 0.58 |
| Hex | E1 | 47 | C7 | 0 | 44 | C | C | 136 | 48 | 3A |
| Octal | 341 | 107 | 307 | 0 | 104 | 14 | 14 | 466 | 110 | 72 |
| Binary | 11100001 | 1000111 | 11000111 | 0 | 1000100 | 1100 | 1100 | 100110110 | 1001000 | 111010 |
Color Harmonies of #E147C7
Complementary color
Monochromatic Colors of #E147C7
Black with #E147C7
Text Example
Text Example
White with #E147C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E147C7; }
p { color: rgb(225,71,199); }
H1.HeaderClassName
{
color: #E147C7;
}
.AnyTagClassName
{
color: #E147C7;
}
</style>
background-color css
<style>
a { background-color: #E147C7; }
a { background-color: rgb(225,71,199); }
div.DivClassName
{
background-color: #E147C7;
}
.BgClassName
{
background-color: #E147C7;
}
</style>
border-color css
<style>
span { border-color: #E147C7; }
span { border-color: rgb(225,71,199); }
td.TdClassName
{
border-color: #E147C7;
}
.TagClassName
{
border-color: #E147C7;
}
</style>