Html Css Color HEX #E063C7 Free Speech Magenta
📋 copy color: '#E063C7'red 224 ◦ green 99 ◦ blue 199
Shades of Free Speech Magenta #E063C7
Tints of Free Speech Magenta #E063C7
RGB
CMYK
RGB Variations
Color information
#E063C7 (or 0xE063C7) is known color: Free Speech Magenta. HEX triplet: E0, 63 and C7. RGB value is (224,99,199). Sum of RGB (Red+Green+Blue) = 224+99+199=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E063C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063C7 is #1F9C38. Grayscale: #939393. Windows color (decimal): -2071609 or 13067232. OLE color: 13067232.
HSL color Cylindrical-coordinate representation of color #E063C7: hue angle of 312º 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 #E063C7 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 199 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.12 |
| HSL | 312º | 0.67% | 0.63% | - |
| HSV(B) | 312º | 0.56% | 0.88% | - |
| XYZ | 45.51 | 28.89 | 57.21 | - |
| YUV | 147.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 199 | 0 | 0.56 | 0.11 | 0.12 | 312 | 0.67 | 0.63 |
| Hex | E0 | 63 | C7 | 0 | 38 | B | C | 138 | 43 | 3F |
| Octal | 340 | 143 | 307 | 0 | 70 | 13 | 14 | 470 | 103 | 77 |
| Binary | 11100000 | 1100011 | 11000111 | 0 | 111000 | 1011 | 1100 | 100111000 | 1000011 | 111111 |
Color Harmonies of #E063C7
Complementary color
Monochromatic Colors of #E063C7
Black with #E063C7
Text Example
Text Example
White with #E063C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063C7; }
p { color: rgb(224,99,199); }
H1.HeaderClassName
{
color: #E063C7;
}
.AnyTagClassName
{
color: #E063C7;
}
</style>
background-color css
<style>
a { background-color: #E063C7; }
a { background-color: rgb(224,99,199); }
div.DivClassName
{
background-color: #E063C7;
}
.BgClassName
{
background-color: #E063C7;
}
</style>
border-color css
<style>
span { border-color: #E063C7; }
span { border-color: rgb(224,99,199); }
td.TdClassName
{
border-color: #E063C7;
}
.TagClassName
{
border-color: #E063C7;
}
</style>