Html Css Color HEX #E45ADB Free Speech Magenta
📋 copy color: '#E45ADB'red 228 ◦ green 90 ◦ blue 219
Shades of Free Speech Magenta #E45ADB
Tints of Free Speech Magenta #E45ADB
RGB
CMYK
RGB Variations
Color information
#E45ADB (or 0xE45ADB) is known color: Free Speech Magenta. HEX triplet: E4, 5A and DB. RGB value is (228,90,219). Sum of RGB (Red+Green+Blue) = 228+90+219=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 90 (35.55% from 255 or 16.76% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E45ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45ADB is #1BA524. Grayscale: #919191. Windows color (decimal): -1811749 or 14375652. OLE color: 14375652.
HSL color Cylindrical-coordinate representation of color #E45ADB: hue angle of 303.91º degrees, saturation: 0.72, 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 #E45ADB is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 219 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.11 |
| HSL | 303.91º | 0.72% | 0.62% | - |
| HSV(B) | 303.91º | 0.61% | 0.89% | - |
| XYZ | 48.44 | 28.92 | 70.05 | - |
| YUV | 145.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 219 | 0 | 0.61 | 0.04 | 0.11 | 303.91 | 0.72 | 0.62 |
| Hex | E4 | 5A | DB | 0 | 3D | 4 | B | 130 | 48 | 3E |
| Octal | 344 | 132 | 333 | 0 | 75 | 4 | 13 | 460 | 110 | 76 |
| Binary | 11100100 | 1011010 | 11011011 | 0 | 111101 | 100 | 1011 | 100110000 | 1001000 | 111110 |
Color Harmonies of #E45ADB
Complementary color
Monochromatic Colors of #E45ADB
Black with #E45ADB
Text Example
Text Example
White with #E45ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45ADB; }
p { color: rgb(228,90,219); }
H1.HeaderClassName
{
color: #E45ADB;
}
.AnyTagClassName
{
color: #E45ADB;
}
</style>
background-color css
<style>
a { background-color: #E45ADB; }
a { background-color: rgb(228,90,219); }
div.DivClassName
{
background-color: #E45ADB;
}
.BgClassName
{
background-color: #E45ADB;
}
</style>
border-color css
<style>
span { border-color: #E45ADB; }
span { border-color: rgb(228,90,219); }
td.TdClassName
{
border-color: #E45ADB;
}
.TagClassName
{
border-color: #E45ADB;
}
</style>