Html Css Color HEX #E34DDB Free Speech Magenta
📋 copy color: '#E34DDB'red 227 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #E34DDB
Tints of Free Speech Magenta #E34DDB
RGB
CMYK
RGB Variations
Color information
#E34DDB (or 0xE34DDB) is known color: Free Speech Magenta. HEX triplet: E3, 4D and DB. RGB value is (227,77,219). Sum of RGB (Red+Green+Blue) = 227+77+219=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E34DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E34DDB is #1CB224. Grayscale: #898989. Windows color (decimal): -1880613 or 14372323. OLE color: 14372323.
HSL color Cylindrical-coordinate representation of color #E34DDB: hue angle of 303.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34DDB is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 219 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.11 |
| HSL | 303.2º | 0.73% | 0.6% | - |
| HSV(B) | 303.2º | 0.66% | 0.89% | - |
| XYZ | 47.12 | 26.75 | 69.7 | - |
| YUV | 138.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 219 | 0 | 0.66 | 0.04 | 0.11 | 303.2 | 0.73 | 0.6 |
| Hex | E3 | 4D | DB | 0 | 42 | 4 | B | 12F | 49 | 3C |
| Octal | 343 | 115 | 333 | 0 | 102 | 4 | 13 | 457 | 111 | 74 |
| Binary | 11100011 | 1001101 | 11011011 | 0 | 1000010 | 100 | 1011 | 100101111 | 1001001 | 111100 |
Color Harmonies of #E34DDB
Complementary color
Monochromatic Colors of #E34DDB
Black with #E34DDB
Text Example
Text Example
White with #E34DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34DDB; }
p { color: rgb(227,77,219); }
H1.HeaderClassName
{
color: #E34DDB;
}
.AnyTagClassName
{
color: #E34DDB;
}
</style>
background-color css
<style>
a { background-color: #E34DDB; }
a { background-color: rgb(227,77,219); }
div.DivClassName
{
background-color: #E34DDB;
}
.BgClassName
{
background-color: #E34DDB;
}
</style>
border-color css
<style>
span { border-color: #E34DDB; }
span { border-color: rgb(227,77,219); }
td.TdClassName
{
border-color: #E34DDB;
}
.TagClassName
{
border-color: #E34DDB;
}
</style>