Html Css Color HEX #E061DB Free Speech Magenta
📋 copy color: '#E061DB'red 224 ◦ green 97 ◦ blue 219
Shades of Free Speech Magenta #E061DB
Tints of Free Speech Magenta #E061DB
RGB
CMYK
RGB Variations
Color information
#E061DB (or 0xE061DB) is known color: Free Speech Magenta. HEX triplet: E0, 61 and DB. RGB value is (224,97,219). Sum of RGB (Red+Green+Blue) = 224+97+219=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E061DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061DB is #1F9E24. Grayscale: #949494. Windows color (decimal): -2072101 or 14377440. OLE color: 14377440.
HSL color Cylindrical-coordinate representation of color #E061DB: hue angle of 302.36º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061DB is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 219 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.12 |
| HSL | 302.36º | 0.67% | 0.63% | - |
| HSV(B) | 302.36º | 0.57% | 0.88% | - |
| XYZ | 47.8 | 29.51 | 70.19 | - |
| YUV | 148.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 219 | 0 | 0.57 | 0.02 | 0.12 | 302.36 | 0.67 | 0.63 |
| Hex | E0 | 61 | DB | 0 | 39 | 2 | C | 12E | 43 | 3F |
| Octal | 340 | 141 | 333 | 0 | 71 | 2 | 14 | 456 | 103 | 77 |
| Binary | 11100000 | 1100001 | 11011011 | 0 | 111001 | 10 | 1100 | 100101110 | 1000011 | 111111 |
Color Harmonies of #E061DB
Complementary color
Monochromatic Colors of #E061DB
Black with #E061DB
Text Example
Text Example
White with #E061DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061DB; }
p { color: rgb(224,97,219); }
H1.HeaderClassName
{
color: #E061DB;
}
.AnyTagClassName
{
color: #E061DB;
}
</style>
background-color css
<style>
a { background-color: #E061DB; }
a { background-color: rgb(224,97,219); }
div.DivClassName
{
background-color: #E061DB;
}
.BgClassName
{
background-color: #E061DB;
}
</style>
border-color css
<style>
span { border-color: #E061DB; }
span { border-color: rgb(224,97,219); }
td.TdClassName
{
border-color: #E061DB;
}
.TagClassName
{
border-color: #E061DB;
}
</style>