Html Css Color HEX #E356DD Free Speech Magenta
📋 copy color: '#E356DD'red 227 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #E356DD
Tints of Free Speech Magenta #E356DD
RGB
CMYK
RGB Variations
Color information
#E356DD (or 0xE356DD) is known color: Free Speech Magenta. HEX triplet: E3, 56 and DD. RGB value is (227,86,221). Sum of RGB (Red+Green+Blue) = 227+86+221=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E356DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E356DD is #1CA922. Grayscale: #8F8F8F. Windows color (decimal): -1878307 or 14505699. OLE color: 14505699.
HSL color Cylindrical-coordinate representation of color #E356DD: hue angle of 302.55º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E356DD is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 221 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.11 |
| HSL | 302.55º | 0.72% | 0.61% | - |
| HSV(B) | 302.55º | 0.62% | 0.89% | - |
| XYZ | 48.06 | 28.21 | 71.32 | - |
| YUV | 143.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 221 | 0 | 0.62 | 0.03 | 0.11 | 302.55 | 0.72 | 0.61 |
| Hex | E3 | 56 | DD | 0 | 3E | 3 | B | 12F | 48 | 3D |
| Octal | 343 | 126 | 335 | 0 | 76 | 3 | 13 | 457 | 110 | 75 |
| Binary | 11100011 | 1010110 | 11011101 | 0 | 111110 | 11 | 1011 | 100101111 | 1001000 | 111101 |
Color Harmonies of #E356DD
Complementary color
Monochromatic Colors of #E356DD
Black with #E356DD
Text Example
Text Example
White with #E356DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356DD; }
p { color: rgb(227,86,221); }
H1.HeaderClassName
{
color: #E356DD;
}
.AnyTagClassName
{
color: #E356DD;
}
</style>
background-color css
<style>
a { background-color: #E356DD; }
a { background-color: rgb(227,86,221); }
div.DivClassName
{
background-color: #E356DD;
}
.BgClassName
{
background-color: #E356DD;
}
</style>
border-color css
<style>
span { border-color: #E356DD; }
span { border-color: rgb(227,86,221); }
td.TdClassName
{
border-color: #E356DD;
}
.TagClassName
{
border-color: #E356DD;
}
</style>