Html Css Color HEX #E458DB Free Speech Magenta
📋 copy color: '#E458DB'red 228 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #E458DB
Tints of Free Speech Magenta #E458DB
RGB
CMYK
RGB Variations
Color information
#E458DB (or 0xE458DB) is known color: Free Speech Magenta. HEX triplet: E4, 58 and DB. RGB value is (228,88,219). Sum of RGB (Red+Green+Blue) = 228+88+219=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E458DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E458DB is #1BA724. Grayscale: #909090. Windows color (decimal): -1812261 or 14375140. OLE color: 14375140.
HSL color Cylindrical-coordinate representation of color #E458DB: hue angle of 303.86º 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 #E458DB is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 219 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.11 |
| HSL | 303.86º | 0.72% | 0.62% | - |
| HSV(B) | 303.86º | 0.61% | 0.89% | - |
| XYZ | 48.27 | 28.59 | 69.99 | - |
| YUV | 144.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 219 | 0 | 0.61 | 0.04 | 0.11 | 303.86 | 0.72 | 0.62 |
| Hex | E4 | 58 | DB | 0 | 3D | 4 | B | 130 | 48 | 3E |
| Octal | 344 | 130 | 333 | 0 | 75 | 4 | 13 | 460 | 110 | 76 |
| Binary | 11100100 | 1011000 | 11011011 | 0 | 111101 | 100 | 1011 | 100110000 | 1001000 | 111110 |
Color Harmonies of #E458DB
Complementary color
Monochromatic Colors of #E458DB
Black with #E458DB
Text Example
Text Example
White with #E458DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E458DB; }
p { color: rgb(228,88,219); }
H1.HeaderClassName
{
color: #E458DB;
}
.AnyTagClassName
{
color: #E458DB;
}
</style>
background-color css
<style>
a { background-color: #E458DB; }
a { background-color: rgb(228,88,219); }
div.DivClassName
{
background-color: #E458DB;
}
.BgClassName
{
background-color: #E458DB;
}
</style>
border-color css
<style>
span { border-color: #E458DB; }
span { border-color: rgb(228,88,219); }
td.TdClassName
{
border-color: #E458DB;
}
.TagClassName
{
border-color: #E458DB;
}
</style>