Html Css Color HEX #E063BC Free Speech Magenta
📋 copy color: '#E063BC'red 224 ◦ green 99 ◦ blue 188
Shades of Free Speech Magenta #E063BC
Tints of Free Speech Magenta #E063BC
RGB
CMYK
RGB Variations
Color information
#E063BC (or 0xE063BC) is known color: Free Speech Magenta. HEX triplet: E0, 63 and BC. RGB value is (224,99,188). Sum of RGB (Red+Green+Blue) = 224+99+188=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E063BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063BC is #1F9C43. Grayscale: #929292. Windows color (decimal): -2071620 or 12346336. OLE color: 12346336.
HSL color Cylindrical-coordinate representation of color #E063BC: hue angle of 317.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E063BC is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 188 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.12 |
| HSL | 317.28º | 0.67% | 0.63% | - |
| HSV(B) | 317.28º | 0.56% | 0.88% | - |
| XYZ | 44.28 | 28.4 | 50.73 | - |
| YUV | 146.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 188 | 0 | 0.56 | 0.16 | 0.12 | 317.28 | 0.67 | 0.63 |
| Hex | E0 | 63 | BC | 0 | 38 | 10 | C | 13D | 43 | 3F |
| Octal | 340 | 143 | 274 | 0 | 70 | 20 | 14 | 475 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10111100 | 0 | 111000 | 10000 | 1100 | 100111101 | 1000011 | 111111 |
Color Harmonies of #E063BC
Complementary color
Monochromatic Colors of #E063BC
Black with #E063BC
Text Example
Text Example
White with #E063BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063BC; }
p { color: rgb(224,99,188); }
H1.HeaderClassName
{
color: #E063BC;
}
.AnyTagClassName
{
color: #E063BC;
}
</style>
background-color css
<style>
a { background-color: #E063BC; }
a { background-color: rgb(224,99,188); }
div.DivClassName
{
background-color: #E063BC;
}
.BgClassName
{
background-color: #E063BC;
}
</style>
border-color css
<style>
span { border-color: #E063BC; }
span { border-color: rgb(224,99,188); }
td.TdClassName
{
border-color: #E063BC;
}
.TagClassName
{
border-color: #E063BC;
}
</style>