Html Css Color HEX #E947D0 Free Speech Magenta
📋 copy color: '#E947D0'red 233 ◦ green 71 ◦ blue 208
Shades of Free Speech Magenta #E947D0
Tints of Free Speech Magenta #E947D0
RGB
CMYK
RGB Variations
Color information
#E947D0 (or 0xE947D0) is known color: Free Speech Magenta. HEX triplet: E9, 47 and D0. RGB value is (233,71,208). Sum of RGB (Red+Green+Blue) = 233+71+208=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E947D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E947D0 is #16B82F. Grayscale: #868686. Windows color (decimal): -1488944 or 13649897. OLE color: 13649897.
HSL color Cylindrical-coordinate representation of color #E947D0: hue angle of 309.26º 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 #E947D0 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 71 | 208 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.09 |
| HSL | 309.26º | 0.79% | 0.6% | - |
| HSV(B) | 309.26º | 0.7% | 0.91% | - |
| XYZ | 47.24 | 26.38 | 62.28 | - |
| YUV | 135.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 71 | 208 | 0 | 0.70 | 0.11 | 0.09 | 309.26 | 0.79 | 0.6 |
| Hex | E9 | 47 | D0 | 0 | 46 | B | 9 | 135 | 4F | 3C |
| Octal | 351 | 107 | 320 | 0 | 106 | 13 | 11 | 465 | 117 | 74 |
| Binary | 11101001 | 1000111 | 11010000 | 0 | 1000110 | 1011 | 1001 | 100110101 | 1001111 | 111100 |
Color Harmonies of #E947D0
Complementary color
Monochromatic Colors of #E947D0
Black with #E947D0
Text Example
Text Example
White with #E947D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E947D0; }
p { color: rgb(233,71,208); }
H1.HeaderClassName
{
color: #E947D0;
}
.AnyTagClassName
{
color: #E947D0;
}
</style>
background-color css
<style>
a { background-color: #E947D0; }
a { background-color: rgb(233,71,208); }
div.DivClassName
{
background-color: #E947D0;
}
.BgClassName
{
background-color: #E947D0;
}
</style>
border-color css
<style>
span { border-color: #E947D0; }
span { border-color: rgb(233,71,208); }
td.TdClassName
{
border-color: #E947D0;
}
.TagClassName
{
border-color: #E947D0;
}
</style>