Html Css Color HEX #E356DB Free Speech Magenta
📋 copy color: '#E356DB'red 227 ◦ green 86 ◦ blue 219
Shades of Free Speech Magenta #E356DB
Tints of Free Speech Magenta #E356DB
RGB
CMYK
RGB Variations
Color information
#E356DB (or 0xE356DB) is known color: Free Speech Magenta. HEX triplet: E3, 56 and DB. RGB value is (227,86,219). Sum of RGB (Red+Green+Blue) = 227+86+219=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E356DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E356DB is #1CA924. Grayscale: #8E8E8E. Windows color (decimal): -1878309 or 14374627. OLE color: 14374627.
HSL color Cylindrical-coordinate representation of color #E356DB: hue angle of 303.4º 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 #E356DB is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 219 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.11 |
| HSL | 303.4º | 0.72% | 0.61% | - |
| HSV(B) | 303.4º | 0.62% | 0.89% | - |
| XYZ | 47.79 | 28.1 | 69.92 | - |
| YUV | 143.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 219 | 0 | 0.62 | 0.04 | 0.11 | 303.4 | 0.72 | 0.61 |
| Hex | E3 | 56 | DB | 0 | 3E | 4 | B | 12F | 48 | 3D |
| Octal | 343 | 126 | 333 | 0 | 76 | 4 | 13 | 457 | 110 | 75 |
| Binary | 11100011 | 1010110 | 11011011 | 0 | 111110 | 100 | 1011 | 100101111 | 1001000 | 111101 |
Color Harmonies of #E356DB
Complementary color
Monochromatic Colors of #E356DB
Black with #E356DB
Text Example
Text Example
White with #E356DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356DB; }
p { color: rgb(227,86,219); }
H1.HeaderClassName
{
color: #E356DB;
}
.AnyTagClassName
{
color: #E356DB;
}
</style>
background-color css
<style>
a { background-color: #E356DB; }
a { background-color: rgb(227,86,219); }
div.DivClassName
{
background-color: #E356DB;
}
.BgClassName
{
background-color: #E356DB;
}
</style>
border-color css
<style>
span { border-color: #E356DB; }
span { border-color: rgb(227,86,219); }
td.TdClassName
{
border-color: #E356DB;
}
.TagClassName
{
border-color: #E356DB;
}
</style>