Html Css Color HEX #E946DD Free Speech Magenta
📋 copy color: '#E946DD'red 233 ◦ green 70 ◦ blue 221
Shades of Free Speech Magenta #E946DD
Tints of Free Speech Magenta #E946DD
RGB
CMYK
RGB Variations
Color information
#E946DD (or 0xE946DD) is known color: Free Speech Magenta. HEX triplet: E9, 46 and DD. RGB value is (233,70,221). Sum of RGB (Red+Green+Blue) = 233+70+221=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E946DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E946DD is #16B922. Grayscale: #878787. Windows color (decimal): -1489187 or 14501609. OLE color: 14501609.
HSL color Cylindrical-coordinate representation of color #E946DD: hue angle of 304.42º 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 #E946DD is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 70 | 221 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.09 |
| HSL | 304.42º | 0.79% | 0.59% | - |
| HSV(B) | 304.42º | 0.7% | 0.91% | - |
| XYZ | 48.85 | 26.92 | 71.03 | - |
| YUV | 135.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 70 | 221 | 0 | 0.70 | 0.05 | 0.09 | 304.42 | 0.79 | 0.59 |
| Hex | E9 | 46 | DD | 0 | 46 | 5 | 9 | 130 | 4F | 3B |
| Octal | 351 | 106 | 335 | 0 | 106 | 5 | 11 | 460 | 117 | 73 |
| Binary | 11101001 | 1000110 | 11011101 | 0 | 1000110 | 101 | 1001 | 100110000 | 1001111 | 111011 |
Color Harmonies of #E946DD
Complementary color
Monochromatic Colors of #E946DD
Black with #E946DD
Text Example
Text Example
White with #E946DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E946DD; }
p { color: rgb(233,70,221); }
H1.HeaderClassName
{
color: #E946DD;
}
.AnyTagClassName
{
color: #E946DD;
}
</style>
background-color css
<style>
a { background-color: #E946DD; }
a { background-color: rgb(233,70,221); }
div.DivClassName
{
background-color: #E946DD;
}
.BgClassName
{
background-color: #E946DD;
}
</style>
border-color css
<style>
span { border-color: #E946DD; }
span { border-color: rgb(233,70,221); }
td.TdClassName
{
border-color: #E946DD;
}
.TagClassName
{
border-color: #E946DD;
}
</style>