Html Css Color HEX #E064BD Free Speech Magenta
📋 copy color: '#E064BD'red 224 ◦ green 100 ◦ blue 189
Shades of Free Speech Magenta #E064BD
Tints of Free Speech Magenta #E064BD
RGB
CMYK
RGB Variations
Color information
#E064BD (or 0xE064BD) is known color: Free Speech Magenta. HEX triplet: E0, 64 and BD. RGB value is (224,100,189). Sum of RGB (Red+Green+Blue) = 224+100+189=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E064BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064BD is #1F9B42. Grayscale: #929292. Windows color (decimal): -2071363 or 12412128. OLE color: 12412128.
HSL color Cylindrical-coordinate representation of color #E064BD: hue angle of 316.94º 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 #E064BD is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 189 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.12 |
| HSL | 316.94º | 0.67% | 0.64% | - |
| HSV(B) | 316.94º | 0.55% | 0.88% | - |
| XYZ | 44.48 | 28.64 | 51.33 | - |
| YUV | 147.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 189 | 0 | 0.55 | 0.16 | 0.12 | 316.94 | 0.67 | 0.64 |
| Hex | E0 | 64 | BD | 0 | 37 | 10 | C | 13D | 43 | 40 |
| Octal | 340 | 144 | 275 | 0 | 67 | 20 | 14 | 475 | 103 | 100 |
| Binary | 11100000 | 1100100 | 10111101 | 0 | 110111 | 10000 | 1100 | 100111101 | 1000011 | 1000000 |
Color Harmonies of #E064BD
Complementary color
Monochromatic Colors of #E064BD
Black with #E064BD
Text Example
Text Example
White with #E064BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E064BD; }
p { color: rgb(224,100,189); }
H1.HeaderClassName
{
color: #E064BD;
}
.AnyTagClassName
{
color: #E064BD;
}
</style>
background-color css
<style>
a { background-color: #E064BD; }
a { background-color: rgb(224,100,189); }
div.DivClassName
{
background-color: #E064BD;
}
.BgClassName
{
background-color: #E064BD;
}
</style>
border-color css
<style>
span { border-color: #E064BD; }
span { border-color: rgb(224,100,189); }
td.TdClassName
{
border-color: #E064BD;
}
.TagClassName
{
border-color: #E064BD;
}
</style>