Html Css Color HEX #E346DD Free Speech Magenta
📋 copy color: '#E346DD'red 227 ◦ green 70 ◦ blue 221
Shades of Free Speech Magenta #E346DD
Tints of Free Speech Magenta #E346DD
RGB
CMYK
RGB Variations
Color information
#E346DD (or 0xE346DD) is known color: Free Speech Magenta. HEX triplet: E3, 46 and DD. RGB value is (227,70,221). Sum of RGB (Red+Green+Blue) = 227+70+221=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E346DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E346DD is #1CB922. Grayscale: #858585. Windows color (decimal): -1882403 or 14501603. OLE color: 14501603.
HSL color Cylindrical-coordinate representation of color #E346DD: hue angle of 302.29º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E346DD is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 70 | 221 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.11 |
| HSL | 302.29º | 0.74% | 0.58% | - |
| HSV(B) | 302.29º | 0.69% | 0.89% | - |
| XYZ | 46.92 | 25.93 | 70.94 | - |
| YUV | 134.16 | 177.01 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 70 | 221 | 0 | 0.69 | 0.03 | 0.11 | 302.29 | 0.74 | 0.58 |
| Hex | E3 | 46 | DD | 0 | 45 | 3 | B | 12E | 4A | 3A |
| Octal | 343 | 106 | 335 | 0 | 105 | 3 | 13 | 456 | 112 | 72 |
| Binary | 11100011 | 1000110 | 11011101 | 0 | 1000101 | 11 | 1011 | 100101110 | 1001010 | 111010 |
Color Harmonies of #E346DD
Complementary color
Monochromatic Colors of #E346DD
Black with #E346DD
Text Example
Text Example
White with #E346DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E346DD; }
p { color: rgb(227,70,221); }
H1.HeaderClassName
{
color: #E346DD;
}
.AnyTagClassName
{
color: #E346DD;
}
</style>
background-color css
<style>
a { background-color: #E346DD; }
a { background-color: rgb(227,70,221); }
div.DivClassName
{
background-color: #E346DD;
}
.BgClassName
{
background-color: #E346DD;
}
</style>
border-color css
<style>
span { border-color: #E346DD; }
span { border-color: rgb(227,70,221); }
td.TdClassName
{
border-color: #E346DD;
}
.TagClassName
{
border-color: #E346DD;
}
</style>