Html Css Color HEX #E946D2 Free Speech Magenta
📋 copy color: '#E946D2'red 233 ◦ green 70 ◦ blue 210
Shades of Free Speech Magenta #E946D2
Tints of Free Speech Magenta #E946D2
RGB
CMYK
RGB Variations
Color information
#E946D2 (or 0xE946D2) is known color: Free Speech Magenta. HEX triplet: E9, 46 and D2. RGB value is (233,70,210). Sum of RGB (Red+Green+Blue) = 233+70+210=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E946D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E946D2 is #16B92D. Grayscale: #868686. Windows color (decimal): -1489198 or 13780713. OLE color: 13780713.
HSL color Cylindrical-coordinate representation of color #E946D2: hue angle of 308.47º 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 #E946D2 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 210 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.09 |
| HSL | 308.47º | 0.79% | 0.59% | - |
| HSV(B) | 308.47º | 0.7% | 0.91% | - |
| XYZ | 47.43 | 26.36 | 63.56 | - |
| YUV | 134.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 210 | 0 | 0.70 | 0.10 | 0.09 | 308.47 | 0.79 | 0.59 |
| Hex | E9 | 46 | D2 | 0 | 46 | A | 9 | 134 | 4F | 3B |
| Octal | 351 | 106 | 322 | 0 | 106 | 12 | 11 | 464 | 117 | 73 |
| Binary | 11101001 | 1000110 | 11010010 | 0 | 1000110 | 1010 | 1001 | 100110100 | 1001111 | 111011 |
Color Harmonies of #E946D2
Complementary color
Monochromatic Colors of #E946D2
Black with #E946D2
Text Example
Text Example
White with #E946D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E946D2; }
p { color: rgb(233,70,210); }
H1.HeaderClassName
{
color: #E946D2;
}
.AnyTagClassName
{
color: #E946D2;
}
</style>
background-color css
<style>
a { background-color: #E946D2; }
a { background-color: rgb(233,70,210); }
div.DivClassName
{
background-color: #E946D2;
}
.BgClassName
{
background-color: #E946D2;
}
</style>
border-color css
<style>
span { border-color: #E946D2; }
span { border-color: rgb(233,70,210); }
td.TdClassName
{
border-color: #E946D2;
}
.TagClassName
{
border-color: #E946D2;
}
</style>