Html Css Color HEX #E947D1 Free Speech Magenta
📋 copy color: '#E947D1'red 233 ◦ green 71 ◦ blue 209
Shades of Free Speech Magenta #E947D1
Tints of Free Speech Magenta #E947D1
RGB
CMYK
RGB Variations
Color information
#E947D1 (or 0xE947D1) is known color: Free Speech Magenta. HEX triplet: E9, 47 and D1. RGB value is (233,71,209). Sum of RGB (Red+Green+Blue) = 233+71+209=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E947D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E947D1 is #16B82E. Grayscale: #868686. Windows color (decimal): -1488943 or 13715433. OLE color: 13715433.
HSL color Cylindrical-coordinate representation of color #E947D1: hue angle of 308.89º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E947D1 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 209 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.09 |
| HSL | 308.89º | 0.79% | 0.6% | - |
| HSV(B) | 308.89º | 0.7% | 0.91% | - |
| XYZ | 47.37 | 26.43 | 62.93 | - |
| YUV | 135.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 209 | 0 | 0.70 | 0.10 | 0.09 | 308.89 | 0.79 | 0.6 |
| Hex | E9 | 47 | D1 | 0 | 46 | A | 9 | 135 | 4F | 3C |
| Octal | 351 | 107 | 321 | 0 | 106 | 12 | 11 | 465 | 117 | 74 |
| Binary | 11101001 | 1000111 | 11010001 | 0 | 1000110 | 1010 | 1001 | 100110101 | 1001111 | 111100 |
Color Harmonies of #E947D1
Complementary color
Monochromatic Colors of #E947D1
Black with #E947D1
Text Example
Text Example
White with #E947D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E947D1; }
p { color: rgb(233,71,209); }
H1.HeaderClassName
{
color: #E947D1;
}
.AnyTagClassName
{
color: #E947D1;
}
</style>
background-color css
<style>
a { background-color: #E947D1; }
a { background-color: rgb(233,71,209); }
div.DivClassName
{
background-color: #E947D1;
}
.BgClassName
{
background-color: #E947D1;
}
</style>
border-color css
<style>
span { border-color: #E947D1; }
span { border-color: rgb(233,71,209); }
td.TdClassName
{
border-color: #E947D1;
}
.TagClassName
{
border-color: #E947D1;
}
</style>