Html Css Color HEX #E147D2 Free Speech Magenta
📋 copy color: '#E147D2'red 225 ◦ green 71 ◦ blue 210
Shades of Free Speech Magenta #E147D2
Tints of Free Speech Magenta #E147D2
RGB
CMYK
RGB Variations
Color information
#E147D2 (or 0xE147D2) is known color: Free Speech Magenta. HEX triplet: E1, 47 and D2. RGB value is (225,71,210). Sum of RGB (Red+Green+Blue) = 225+71+210=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E147D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147D2 is #1EB82D. Grayscale: #848484. Windows color (decimal): -2013230 or 13780961. OLE color: 13780961.
HSL color Cylindrical-coordinate representation of color #E147D2: hue angle of 305.84º 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 #E147D2 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 210 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.12 |
| HSL | 305.84º | 0.72% | 0.58% | - |
| HSV(B) | 305.84º | 0.68% | 0.88% | - |
| XYZ | 44.94 | 25.17 | 63.46 | - |
| YUV | 132.89 | 171.52 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 210 | 0 | 0.68 | 0.07 | 0.12 | 305.84 | 0.72 | 0.58 |
| Hex | E1 | 47 | D2 | 0 | 44 | 7 | C | 132 | 48 | 3A |
| Octal | 341 | 107 | 322 | 0 | 104 | 7 | 14 | 462 | 110 | 72 |
| Binary | 11100001 | 1000111 | 11010010 | 0 | 1000100 | 111 | 1100 | 100110010 | 1001000 | 111010 |
Color Harmonies of #E147D2
Complementary color
Monochromatic Colors of #E147D2
Black with #E147D2
Text Example
Text Example
White with #E147D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E147D2; }
p { color: rgb(225,71,210); }
H1.HeaderClassName
{
color: #E147D2;
}
.AnyTagClassName
{
color: #E147D2;
}
</style>
background-color css
<style>
a { background-color: #E147D2; }
a { background-color: rgb(225,71,210); }
div.DivClassName
{
background-color: #E147D2;
}
.BgClassName
{
background-color: #E147D2;
}
</style>
border-color css
<style>
span { border-color: #E147D2; }
span { border-color: rgb(225,71,210); }
td.TdClassName
{
border-color: #E147D2;
}
.TagClassName
{
border-color: #E147D2;
}
</style>