Html Css Color HEX #E946D4 Free Speech Magenta
📋 copy color: '#E946D4'red 233 ◦ green 70 ◦ blue 212
Shades of Free Speech Magenta #E946D4
Tints of Free Speech Magenta #E946D4
RGB
CMYK
RGB Variations
Color information
#E946D4 (or 0xE946D4) is known color: Free Speech Magenta. HEX triplet: E9, 46 and D4. RGB value is (233,70,212). Sum of RGB (Red+Green+Blue) = 233+70+212=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 70 (27.73% from 255 or 13.59% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E946D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E946D4 is #16B92B. Grayscale: #868686. Windows color (decimal): -1489196 or 13911785. OLE color: 13911785.
HSL color Cylindrical-coordinate representation of color #E946D4: hue angle of 307.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E946D4 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 212 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.09 |
| HSL | 307.73º | 0.79% | 0.59% | - |
| HSV(B) | 307.73º | 0.7% | 0.91% | - |
| XYZ | 47.68 | 26.46 | 64.88 | - |
| YUV | 134.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 212 | 0 | 0.70 | 0.09 | 0.09 | 307.73 | 0.79 | 0.59 |
| Hex | E9 | 46 | D4 | 0 | 46 | 9 | 9 | 134 | 4F | 3B |
| Octal | 351 | 106 | 324 | 0 | 106 | 11 | 11 | 464 | 117 | 73 |
| Binary | 11101001 | 1000110 | 11010100 | 0 | 1000110 | 1001 | 1001 | 100110100 | 1001111 | 111011 |
Color Harmonies of #E946D4
Complementary color
Monochromatic Colors of #E946D4
Black with #E946D4
Text Example
Text Example
White with #E946D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E946D4; }
p { color: rgb(233,70,212); }
H1.HeaderClassName
{
color: #E946D4;
}
.AnyTagClassName
{
color: #E946D4;
}
</style>
background-color css
<style>
a { background-color: #E946D4; }
a { background-color: rgb(233,70,212); }
div.DivClassName
{
background-color: #E946D4;
}
.BgClassName
{
background-color: #E946D4;
}
</style>
border-color css
<style>
span { border-color: #E946D4; }
span { border-color: rgb(233,70,212); }
td.TdClassName
{
border-color: #E946D4;
}
.TagClassName
{
border-color: #E946D4;
}
</style>