Html Css Color HEX #E45DDB Free Speech Magenta
📋 copy color: '#E45DDB'red 228 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #E45DDB
Tints of Free Speech Magenta #E45DDB
RGB
CMYK
RGB Variations
Color information
#E45DDB (or 0xE45DDB) is known color: Free Speech Magenta. HEX triplet: E4, 5D and DB. RGB value is (228,93,219). Sum of RGB (Red+Green+Blue) = 228+93+219=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DDB is #1BA224. Grayscale: #939393. Windows color (decimal): -1810981 or 14376420. OLE color: 14376420.
HSL color Cylindrical-coordinate representation of color #E45DDB: hue angle of 304º degrees, saturation: 0.71, 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 #E45DDB is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 219 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.11 |
| HSL | 304º | 0.71% | 0.63% | - |
| HSV(B) | 304º | 0.59% | 0.89% | - |
| XYZ | 48.7 | 29.44 | 70.13 | - |
| YUV | 147.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 219 | 0 | 0.59 | 0.04 | 0.11 | 304 | 0.71 | 0.63 |
| Hex | E4 | 5D | DB | 0 | 3B | 4 | B | 130 | 47 | 3F |
| Octal | 344 | 135 | 333 | 0 | 73 | 4 | 13 | 460 | 107 | 77 |
| Binary | 11100100 | 1011101 | 11011011 | 0 | 111011 | 100 | 1011 | 100110000 | 1000111 | 111111 |
Color Harmonies of #E45DDB
Complementary color
Monochromatic Colors of #E45DDB
Black with #E45DDB
Text Example
Text Example
White with #E45DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DDB; }
p { color: rgb(228,93,219); }
H1.HeaderClassName
{
color: #E45DDB;
}
.AnyTagClassName
{
color: #E45DDB;
}
</style>
background-color css
<style>
a { background-color: #E45DDB; }
a { background-color: rgb(228,93,219); }
div.DivClassName
{
background-color: #E45DDB;
}
.BgClassName
{
background-color: #E45DDB;
}
</style>
border-color css
<style>
span { border-color: #E45DDB; }
span { border-color: rgb(228,93,219); }
td.TdClassName
{
border-color: #E45DDB;
}
.TagClassName
{
border-color: #E45DDB;
}
</style>