Html Css Color HEX #E064DB Free Speech Magenta
📋 copy color: '#E064DB'red 224 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #E064DB
Tints of Free Speech Magenta #E064DB
RGB
CMYK
RGB Variations
Color information
#E064DB (or 0xE064DB) is known color: Free Speech Magenta. HEX triplet: E0, 64 and DB. RGB value is (224,100,219). Sum of RGB (Red+Green+Blue) = 224+100+219=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E064DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064DB is #1F9B24. Grayscale: #969696. Windows color (decimal): -2071333 or 14378208. OLE color: 14378208.
HSL color Cylindrical-coordinate representation of color #E064DB: hue angle of 302.42º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E064DB is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 219 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.12 |
| HSL | 302.42º | 0.67% | 0.64% | - |
| HSV(B) | 302.42º | 0.55% | 0.88% | - |
| XYZ | 48.08 | 30.08 | 70.29 | - |
| YUV | 150.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 219 | 0 | 0.55 | 0.02 | 0.12 | 302.42 | 0.67 | 0.64 |
| Hex | E0 | 64 | DB | 0 | 37 | 2 | C | 12E | 43 | 40 |
| Octal | 340 | 144 | 333 | 0 | 67 | 2 | 14 | 456 | 103 | 100 |
| Binary | 11100000 | 1100100 | 11011011 | 0 | 110111 | 10 | 1100 | 100101110 | 1000011 | 1000000 |
Color Harmonies of #E064DB
Complementary color
Monochromatic Colors of #E064DB
Black with #E064DB
Text Example
Text Example
White with #E064DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E064DB; }
p { color: rgb(224,100,219); }
H1.HeaderClassName
{
color: #E064DB;
}
.AnyTagClassName
{
color: #E064DB;
}
</style>
background-color css
<style>
a { background-color: #E064DB; }
a { background-color: rgb(224,100,219); }
div.DivClassName
{
background-color: #E064DB;
}
.BgClassName
{
background-color: #E064DB;
}
</style>
border-color css
<style>
span { border-color: #E064DB; }
span { border-color: rgb(224,100,219); }
td.TdClassName
{
border-color: #E064DB;
}
.TagClassName
{
border-color: #E064DB;
}
</style>