Html Css Color HEX #E063CF Free Speech Magenta
📋 copy color: '#E063CF'red 224 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #E063CF
Tints of Free Speech Magenta #E063CF
RGB
CMYK
RGB Variations
Color information
#E063CF (or 0xE063CF) is known color: Free Speech Magenta. HEX triplet: E0, 63 and CF. RGB value is (224,99,207). Sum of RGB (Red+Green+Blue) = 224+99+207=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E063CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063CF is #1F9C30. Grayscale: #949494. Windows color (decimal): -2071601 or 13591520. OLE color: 13591520.
HSL color Cylindrical-coordinate representation of color #E063CF: hue angle of 308.16º 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 #E063CF is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 207 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.12 |
| HSL | 308.16º | 0.67% | 0.63% | - |
| HSV(B) | 308.16º | 0.56% | 0.88% | - |
| XYZ | 46.46 | 29.28 | 62.23 | - |
| YUV | 148.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 207 | 0 | 0.56 | 0.08 | 0.12 | 308.16 | 0.67 | 0.63 |
| Hex | E0 | 63 | CF | 0 | 38 | 8 | C | 134 | 43 | 3F |
| Octal | 340 | 143 | 317 | 0 | 70 | 10 | 14 | 464 | 103 | 77 |
| Binary | 11100000 | 1100011 | 11001111 | 0 | 111000 | 1000 | 1100 | 100110100 | 1000011 | 111111 |
Color Harmonies of #E063CF
Complementary color
Monochromatic Colors of #E063CF
Black with #E063CF
Text Example
Text Example
White with #E063CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063CF; }
p { color: rgb(224,99,207); }
H1.HeaderClassName
{
color: #E063CF;
}
.AnyTagClassName
{
color: #E063CF;
}
</style>
background-color css
<style>
a { background-color: #E063CF; }
a { background-color: rgb(224,99,207); }
div.DivClassName
{
background-color: #E063CF;
}
.BgClassName
{
background-color: #E063CF;
}
</style>
border-color css
<style>
span { border-color: #E063CF; }
span { border-color: rgb(224,99,207); }
td.TdClassName
{
border-color: #E063CF;
}
.TagClassName
{
border-color: #E063CF;
}
</style>