Html Css Color HEX #E063BE Free Speech Magenta
📋 copy color: '#E063BE'red 224 ◦ green 99 ◦ blue 190
Shades of Free Speech Magenta #E063BE
Tints of Free Speech Magenta #E063BE
RGB
CMYK
RGB Variations
Color information
#E063BE (or 0xE063BE) is known color: Free Speech Magenta. HEX triplet: E0, 63 and BE. RGB value is (224,99,190). Sum of RGB (Red+Green+Blue) = 224+99+190=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E063BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063BE is #1F9C41. Grayscale: #929292. Windows color (decimal): -2071618 or 12477408. OLE color: 12477408.
HSL color Cylindrical-coordinate representation of color #E063BE: hue angle of 316.32º 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 #E063BE is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 190 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.12 |
| HSL | 316.32º | 0.67% | 0.63% | - |
| HSV(B) | 316.32º | 0.56% | 0.88% | - |
| XYZ | 44.5 | 28.49 | 51.87 | - |
| YUV | 146.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 190 | 0 | 0.56 | 0.15 | 0.12 | 316.32 | 0.67 | 0.63 |
| Hex | E0 | 63 | BE | 0 | 38 | F | C | 13C | 43 | 3F |
| Octal | 340 | 143 | 276 | 0 | 70 | 17 | 14 | 474 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10111110 | 0 | 111000 | 1111 | 1100 | 100111100 | 1000011 | 111111 |
Color Harmonies of #E063BE
Complementary color
Monochromatic Colors of #E063BE
Black with #E063BE
Text Example
Text Example
White with #E063BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063BE; }
p { color: rgb(224,99,190); }
H1.HeaderClassName
{
color: #E063BE;
}
.AnyTagClassName
{
color: #E063BE;
}
</style>
background-color css
<style>
a { background-color: #E063BE; }
a { background-color: rgb(224,99,190); }
div.DivClassName
{
background-color: #E063BE;
}
.BgClassName
{
background-color: #E063BE;
}
</style>
border-color css
<style>
span { border-color: #E063BE; }
span { border-color: rgb(224,99,190); }
td.TdClassName
{
border-color: #E063BE;
}
.TagClassName
{
border-color: #E063BE;
}
</style>