Html Css Color HEX #E063E4 Free Speech Magenta
📋 copy color: '#E063E4'red 224 ◦ green 99 ◦ blue 228
Shades of Free Speech Magenta #E063E4
Tints of Free Speech Magenta #E063E4
RGB
CMYK
RGB Variations
Color information
#E063E4 (or 0xE063E4) is known color: Free Speech Magenta. HEX triplet: E0, 63 and E4. RGB value is (224,99,228). Sum of RGB (Red+Green+Blue) = 224+99+228=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #E063E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063E4 is #1F9C1B. Grayscale: #969696. Windows color (decimal): -2071580 or 14967776. OLE color: 14967776.
HSL color Cylindrical-coordinate representation of color #E063E4: hue angle of 298.14º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E063E4 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 99 | 228 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.11 |
| HSL | 298.14º | 0.7% | 0.64% | - |
| HSV(B) | 298.14º | 0.57% | 0.89% | - |
| XYZ | 49.21 | 30.37 | 76.67 | - |
| YUV | 151.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 228 | 0.02 | 0.57 | 0 | 0.11 | 298.14 | 0.7 | 0.64 |
| Hex | E0 | 63 | E4 | 2 | 39 | 0 | B | 12A | 46 | 40 |
| Octal | 340 | 143 | 344 | 2 | 71 | 0 | 13 | 452 | 106 | 100 |
| Binary | 11100000 | 1100011 | 11100100 | 10 | 111001 | 0 | 1011 | 100101010 | 1000110 | 1000000 |
Color Harmonies of #E063E4
Complementary color
Monochromatic Colors of #E063E4
Black with #E063E4
Text Example
Text Example
White with #E063E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063E4; }
p { color: rgb(224,99,228); }
H1.HeaderClassName
{
color: #E063E4;
}
.AnyTagClassName
{
color: #E063E4;
}
</style>
background-color css
<style>
a { background-color: #E063E4; }
a { background-color: rgb(224,99,228); }
div.DivClassName
{
background-color: #E063E4;
}
.BgClassName
{
background-color: #E063E4;
}
</style>
border-color css
<style>
span { border-color: #E063E4; }
span { border-color: rgb(224,99,228); }
td.TdClassName
{
border-color: #E063E4;
}
.TagClassName
{
border-color: #E063E4;
}
</style>