Html Css Color HEX #E461DB Free Speech Magenta
📋 copy color: '#E461DB'red 228 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #E461DB
Tints of Free Speech Magenta #E461DB
RGB
CMYK
RGB Variations
Color information
#E461DB (or 0xE461DB) is known color: Free Speech Magenta. HEX triplet: E4, 61 and DB. RGB value is (228,97,219). Sum of RGB (Red+Green+Blue) = 228+97+219=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E461DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E461DB is #1B9E24. Grayscale: #959595. Windows color (decimal): -1809957 or 14377444. OLE color: 14377444.
HSL color Cylindrical-coordinate representation of color #E461DB: hue angle of 304.12º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E461DB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 219 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.11 |
| HSL | 304.12º | 0.71% | 0.64% | - |
| HSV(B) | 304.12º | 0.57% | 0.89% | - |
| XYZ | 49.06 | 30.16 | 70.25 | - |
| YUV | 150.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 219 | 0 | 0.57 | 0.04 | 0.11 | 304.12 | 0.71 | 0.64 |
| Hex | E4 | 61 | DB | 0 | 39 | 4 | B | 130 | 47 | 40 |
| Octal | 344 | 141 | 333 | 0 | 71 | 4 | 13 | 460 | 107 | 100 |
| Binary | 11100100 | 1100001 | 11011011 | 0 | 111001 | 100 | 1011 | 100110000 | 1000111 | 1000000 |
Color Harmonies of #E461DB
Complementary color
Monochromatic Colors of #E461DB
Black with #E461DB
Text Example
Text Example
White with #E461DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E461DB; }
p { color: rgb(228,97,219); }
H1.HeaderClassName
{
color: #E461DB;
}
.AnyTagClassName
{
color: #E461DB;
}
</style>
background-color css
<style>
a { background-color: #E461DB; }
a { background-color: rgb(228,97,219); }
div.DivClassName
{
background-color: #E461DB;
}
.BgClassName
{
background-color: #E461DB;
}
</style>
border-color css
<style>
span { border-color: #E461DB; }
span { border-color: rgb(228,97,219); }
td.TdClassName
{
border-color: #E461DB;
}
.TagClassName
{
border-color: #E461DB;
}
</style>