Html Css Color HEX #E063E3 Free Speech Magenta
📋 copy color: '#E063E3'red 224 ◦ green 99 ◦ blue 227
Shades of Free Speech Magenta #E063E3
Tints of Free Speech Magenta #E063E3
RGB
CMYK
RGB Variations
Color information
#E063E3 (or 0xE063E3) is known color: Free Speech Magenta. HEX triplet: E0, 63 and E3. RGB value is (224,99,227). Sum of RGB (Red+Green+Blue) = 224+99+227=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 227 - color contains mainly: blue. Hex color #E063E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063E3 is #1F9C1C. Grayscale: #969696. Windows color (decimal): -2071581 or 14902240. OLE color: 14902240.
HSL color Cylindrical-coordinate representation of color #E063E3: hue angle of 298.59º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E063E3 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 99 | 227 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.11 |
| HSL | 298.59º | 0.7% | 0.64% | - |
| HSV(B) | 298.59º | 0.56% | 0.89% | - |
| XYZ | 49.07 | 30.32 | 75.94 | - |
| YUV | 150.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 227 | 0.01 | 0.56 | 0 | 0.11 | 298.59 | 0.7 | 0.64 |
| Hex | E0 | 63 | E3 | 1 | 38 | 0 | B | 12B | 46 | 40 |
| Octal | 340 | 143 | 343 | 1 | 70 | 0 | 13 | 453 | 106 | 100 |
| Binary | 11100000 | 1100011 | 11100011 | 1 | 111000 | 0 | 1011 | 100101011 | 1000110 | 1000000 |
Color Harmonies of #E063E3
Complementary color
Monochromatic Colors of #E063E3
Black with #E063E3
Text Example
Text Example
White with #E063E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063E3; }
p { color: rgb(224,99,227); }
H1.HeaderClassName
{
color: #E063E3;
}
.AnyTagClassName
{
color: #E063E3;
}
</style>
background-color css
<style>
a { background-color: #E063E3; }
a { background-color: rgb(224,99,227); }
div.DivClassName
{
background-color: #E063E3;
}
.BgClassName
{
background-color: #E063E3;
}
</style>
border-color css
<style>
span { border-color: #E063E3; }
span { border-color: rgb(224,99,227); }
td.TdClassName
{
border-color: #E063E3;
}
.TagClassName
{
border-color: #E063E3;
}
</style>