Html Css Color HEX #E35EDB Free Speech Magenta
📋 copy color: '#E35EDB'red 227 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #E35EDB
Tints of Free Speech Magenta #E35EDB
RGB
CMYK
RGB Variations
Color information
#E35EDB (or 0xE35EDB) is known color: Free Speech Magenta. HEX triplet: E3, 5E and DB. RGB value is (227,94,219). Sum of RGB (Red+Green+Blue) = 227+94+219=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 94 (37.11% from 255 or 17.41% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E35EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35EDB is #1CA124. Grayscale: #939393. Windows color (decimal): -1876261 or 14376675. OLE color: 14376675.
HSL color Cylindrical-coordinate representation of color #E35EDB: hue angle of 303.61º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35EDB is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 94 | 219 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.11 |
| HSL | 303.61º | 0.7% | 0.63% | - |
| HSV(B) | 303.61º | 0.59% | 0.89% | - |
| XYZ | 48.47 | 29.45 | 70.15 | - |
| YUV | 148.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 94 | 219 | 0 | 0.59 | 0.04 | 0.11 | 303.61 | 0.7 | 0.63 |
| Hex | E3 | 5E | DB | 0 | 3B | 4 | B | 130 | 46 | 3F |
| Octal | 343 | 136 | 333 | 0 | 73 | 4 | 13 | 460 | 106 | 77 |
| Binary | 11100011 | 1011110 | 11011011 | 0 | 111011 | 100 | 1011 | 100110000 | 1000110 | 111111 |
Color Harmonies of #E35EDB
Complementary color
Monochromatic Colors of #E35EDB
Black with #E35EDB
Text Example
Text Example
White with #E35EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35EDB; }
p { color: rgb(227,94,219); }
H1.HeaderClassName
{
color: #E35EDB;
}
.AnyTagClassName
{
color: #E35EDB;
}
</style>
background-color css
<style>
a { background-color: #E35EDB; }
a { background-color: rgb(227,94,219); }
div.DivClassName
{
background-color: #E35EDB;
}
.BgClassName
{
background-color: #E35EDB;
}
</style>
border-color css
<style>
span { border-color: #E35EDB; }
span { border-color: rgb(227,94,219); }
td.TdClassName
{
border-color: #E35EDB;
}
.TagClassName
{
border-color: #E35EDB;
}
</style>