Html Css Color HEX #E147D4 Free Speech Magenta
📋 copy color: '#E147D4'red 225 ◦ green 71 ◦ blue 212
Shades of Free Speech Magenta #E147D4
Tints of Free Speech Magenta #E147D4
RGB
CMYK
RGB Variations
Color information
#E147D4 (or 0xE147D4) is known color: Free Speech Magenta. HEX triplet: E1, 47 and D4. RGB value is (225,71,212). Sum of RGB (Red+Green+Blue) = 225+71+212=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E147D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147D4 is #1EB82B. Grayscale: #848484. Windows color (decimal): -2013228 or 13912033. OLE color: 13912033.
HSL color Cylindrical-coordinate representation of color #E147D4: hue angle of 305.06º 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 #E147D4 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 212 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.12 |
| HSL | 305.06º | 0.72% | 0.58% | - |
| HSV(B) | 305.06º | 0.68% | 0.88% | - |
| XYZ | 45.19 | 25.27 | 64.78 | - |
| YUV | 133.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 212 | 0 | 0.68 | 0.06 | 0.12 | 305.06 | 0.72 | 0.58 |
| Hex | E1 | 47 | D4 | 0 | 44 | 6 | C | 131 | 48 | 3A |
| Octal | 341 | 107 | 324 | 0 | 104 | 6 | 14 | 461 | 110 | 72 |
| Binary | 11100001 | 1000111 | 11010100 | 0 | 1000100 | 110 | 1100 | 100110001 | 1001000 | 111010 |
Color Harmonies of #E147D4
Complementary color
Monochromatic Colors of #E147D4
Black with #E147D4
Text Example
Text Example
White with #E147D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E147D4; }
p { color: rgb(225,71,212); }
H1.HeaderClassName
{
color: #E147D4;
}
.AnyTagClassName
{
color: #E147D4;
}
</style>
background-color css
<style>
a { background-color: #E147D4; }
a { background-color: rgb(225,71,212); }
div.DivClassName
{
background-color: #E147D4;
}
.BgClassName
{
background-color: #E147D4;
}
</style>
border-color css
<style>
span { border-color: #E147D4; }
span { border-color: rgb(225,71,212); }
td.TdClassName
{
border-color: #E147D4;
}
.TagClassName
{
border-color: #E147D4;
}
</style>