Html Css Color HEX #E359DB Free Speech Magenta
📋 copy color: '#E359DB'red 227 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #E359DB
Tints of Free Speech Magenta #E359DB
RGB
CMYK
RGB Variations
Color information
#E359DB (or 0xE359DB) is known color: Free Speech Magenta. HEX triplet: E3, 59 and DB. RGB value is (227,89,219). Sum of RGB (Red+Green+Blue) = 227+89+219=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E359DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E359DB is #1CA624. Grayscale: #909090. Windows color (decimal): -1877541 or 14375395. OLE color: 14375395.
HSL color Cylindrical-coordinate representation of color #E359DB: hue angle of 303.48º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E359DB is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 219 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.11 |
| HSL | 303.48º | 0.71% | 0.62% | - |
| HSV(B) | 303.48º | 0.61% | 0.89% | - |
| XYZ | 48.04 | 28.59 | 70 | - |
| YUV | 145.08 | 169.72 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 219 | 0 | 0.61 | 0.04 | 0.11 | 303.48 | 0.71 | 0.62 |
| Hex | E3 | 59 | DB | 0 | 3D | 4 | B | 12F | 47 | 3E |
| Octal | 343 | 131 | 333 | 0 | 75 | 4 | 13 | 457 | 107 | 76 |
| Binary | 11100011 | 1011001 | 11011011 | 0 | 111101 | 100 | 1011 | 100101111 | 1000111 | 111110 |
Color Harmonies of #E359DB
Complementary color
Monochromatic Colors of #E359DB
Black with #E359DB
Text Example
Text Example
White with #E359DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359DB; }
p { color: rgb(227,89,219); }
H1.HeaderClassName
{
color: #E359DB;
}
.AnyTagClassName
{
color: #E359DB;
}
</style>
background-color css
<style>
a { background-color: #E359DB; }
a { background-color: rgb(227,89,219); }
div.DivClassName
{
background-color: #E359DB;
}
.BgClassName
{
background-color: #E359DB;
}
</style>
border-color css
<style>
span { border-color: #E359DB; }
span { border-color: rgb(227,89,219); }
td.TdClassName
{
border-color: #E359DB;
}
.TagClassName
{
border-color: #E359DB;
}
</style>