Html Css Color HEX #E55ADB Free Speech Magenta
📋 copy color: '#E55ADB'red 229 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #E55ADB
Tints of Free Speech Magenta #E55ADB
RGB
CMYK
RGB Variations
Color information
#E55ADB (or 0xE55ADB) is known color: Free Speech Magenta. HEX triplet: E5, 5A and DB. RGB value is (229,90,219). Sum of RGB (Red+Green+Blue) = 229+90+219=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E55ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55ADB is #1AA524. Grayscale: #919191. Windows color (decimal): -1746213 or 14375653. OLE color: 14375653.
HSL color Cylindrical-coordinate representation of color #E55ADB: hue angle of 304.32º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55ADB is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 219 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.10 |
| HSL | 304.32º | 0.73% | 0.63% | - |
| HSV(B) | 304.32º | 0.61% | 0.9% | - |
| XYZ | 48.76 | 29.08 | 70.06 | - |
| YUV | 146.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 219 | 0 | 0.61 | 0.04 | 0.10 | 304.32 | 0.73 | 0.63 |
| Hex | E5 | 5A | DB | 0 | 3D | 4 | A | 130 | 49 | 3F |
| Octal | 345 | 132 | 333 | 0 | 75 | 4 | 12 | 460 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11011011 | 0 | 111101 | 100 | 1010 | 100110000 | 1001001 | 111111 |
Color Harmonies of #E55ADB
Complementary color
Monochromatic Colors of #E55ADB
Black with #E55ADB
Text Example
Text Example
White with #E55ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55ADB; }
p { color: rgb(229,90,219); }
H1.HeaderClassName
{
color: #E55ADB;
}
.AnyTagClassName
{
color: #E55ADB;
}
</style>
background-color css
<style>
a { background-color: #E55ADB; }
a { background-color: rgb(229,90,219); }
div.DivClassName
{
background-color: #E55ADB;
}
.BgClassName
{
background-color: #E55ADB;
}
</style>
border-color css
<style>
span { border-color: #E55ADB; }
span { border-color: rgb(229,90,219); }
td.TdClassName
{
border-color: #E55ADB;
}
.TagClassName
{
border-color: #E55ADB;
}
</style>