Html Css Color HEX #E063CE Free Speech Magenta
📋 copy color: '#E063CE'red 224 ◦ green 99 ◦ blue 206
Shades of Free Speech Magenta #E063CE
Tints of Free Speech Magenta #E063CE
RGB
CMYK
RGB Variations
Color information
#E063CE (or 0xE063CE) is known color: Free Speech Magenta. HEX triplet: E0, 63 and CE. RGB value is (224,99,206). Sum of RGB (Red+Green+Blue) = 224+99+206=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E063CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063CE is #1F9C31. Grayscale: #949494. Windows color (decimal): -2071602 or 13525984. OLE color: 13525984.
HSL color Cylindrical-coordinate representation of color #E063CE: hue angle of 308.64º 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 #E063CE is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 206 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.12 |
| HSL | 308.64º | 0.67% | 0.63% | - |
| HSV(B) | 308.64º | 0.56% | 0.88% | - |
| XYZ | 46.34 | 29.23 | 61.59 | - |
| YUV | 148.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 206 | 0 | 0.56 | 0.08 | 0.12 | 308.64 | 0.67 | 0.63 |
| Hex | E0 | 63 | CE | 0 | 38 | 8 | C | 135 | 43 | 3F |
| Octal | 340 | 143 | 316 | 0 | 70 | 10 | 14 | 465 | 103 | 77 |
| Binary | 11100000 | 1100011 | 11001110 | 0 | 111000 | 1000 | 1100 | 100110101 | 1000011 | 111111 |
Color Harmonies of #E063CE
Complementary color
Monochromatic Colors of #E063CE
Black with #E063CE
Text Example
Text Example
White with #E063CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063CE; }
p { color: rgb(224,99,206); }
H1.HeaderClassName
{
color: #E063CE;
}
.AnyTagClassName
{
color: #E063CE;
}
</style>
background-color css
<style>
a { background-color: #E063CE; }
a { background-color: rgb(224,99,206); }
div.DivClassName
{
background-color: #E063CE;
}
.BgClassName
{
background-color: #E063CE;
}
</style>
border-color css
<style>
span { border-color: #E063CE; }
span { border-color: rgb(224,99,206); }
td.TdClassName
{
border-color: #E063CE;
}
.TagClassName
{
border-color: #E063CE;
}
</style>