Html Css Color HEX #E063C1 Free Speech Magenta
📋 copy color: '#E063C1'red 224 ◦ green 99 ◦ blue 193
Shades of Free Speech Magenta #E063C1
Tints of Free Speech Magenta #E063C1
RGB
CMYK
RGB Variations
Color information
#E063C1 (or 0xE063C1) is known color: Free Speech Magenta. HEX triplet: E0, 63 and C1. RGB value is (224,99,193). Sum of RGB (Red+Green+Blue) = 224+99+193=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E063C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063C1 is #1F9C3E. Grayscale: #929292. Windows color (decimal): -2071615 or 12674016. OLE color: 12674016.
HSL color Cylindrical-coordinate representation of color #E063C1: hue angle of 314.88º 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 #E063C1 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 193 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.12 |
| HSL | 314.88º | 0.67% | 0.63% | - |
| HSV(B) | 314.88º | 0.56% | 0.88% | - |
| XYZ | 44.83 | 28.62 | 53.61 | - |
| YUV | 147.09 | 153.91 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 193 | 0 | 0.56 | 0.14 | 0.12 | 314.88 | 0.67 | 0.63 |
| Hex | E0 | 63 | C1 | 0 | 38 | E | C | 13B | 43 | 3F |
| Octal | 340 | 143 | 301 | 0 | 70 | 16 | 14 | 473 | 103 | 77 |
| Binary | 11100000 | 1100011 | 11000001 | 0 | 111000 | 1110 | 1100 | 100111011 | 1000011 | 111111 |
Color Harmonies of #E063C1
Complementary color
Monochromatic Colors of #E063C1
Black with #E063C1
Text Example
Text Example
White with #E063C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063C1; }
p { color: rgb(224,99,193); }
H1.HeaderClassName
{
color: #E063C1;
}
.AnyTagClassName
{
color: #E063C1;
}
</style>
background-color css
<style>
a { background-color: #E063C1; }
a { background-color: rgb(224,99,193); }
div.DivClassName
{
background-color: #E063C1;
}
.BgClassName
{
background-color: #E063C1;
}
</style>
border-color css
<style>
span { border-color: #E063C1; }
span { border-color: rgb(224,99,193); }
td.TdClassName
{
border-color: #E063C1;
}
.TagClassName
{
border-color: #E063C1;
}
</style>