Html Css Color HEX #E063D8 Free Speech Magenta
📋 copy color: '#E063D8'red 224 ◦ green 99 ◦ blue 216
Shades of Free Speech Magenta #E063D8
Tints of Free Speech Magenta #E063D8
RGB
CMYK
RGB Variations
Color information
#E063D8 (or 0xE063D8) is known color: Free Speech Magenta. HEX triplet: E0, 63 and D8. RGB value is (224,99,216). Sum of RGB (Red+Green+Blue) = 224+99+216=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E063D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063D8 is #1F9C27. Grayscale: #959595. Windows color (decimal): -2071592 or 14181344. OLE color: 14181344.
HSL color Cylindrical-coordinate representation of color #E063D8: hue angle of 303.84º 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 #E063D8 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 216 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.12 |
| HSL | 303.84º | 0.67% | 0.63% | - |
| HSV(B) | 303.84º | 0.56% | 0.88% | - |
| XYZ | 47.6 | 29.73 | 68.2 | - |
| YUV | 149.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 216 | 0 | 0.56 | 0.04 | 0.12 | 303.84 | 0.67 | 0.63 |
| Hex | E0 | 63 | D8 | 0 | 38 | 4 | C | 130 | 43 | 3F |
| Octal | 340 | 143 | 330 | 0 | 70 | 4 | 14 | 460 | 103 | 77 |
| Binary | 11100000 | 1100011 | 11011000 | 0 | 111000 | 100 | 1100 | 100110000 | 1000011 | 111111 |
Color Harmonies of #E063D8
Complementary color
Monochromatic Colors of #E063D8
Black with #E063D8
Text Example
Text Example
White with #E063D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063D8; }
p { color: rgb(224,99,216); }
H1.HeaderClassName
{
color: #E063D8;
}
.AnyTagClassName
{
color: #E063D8;
}
</style>
background-color css
<style>
a { background-color: #E063D8; }
a { background-color: rgb(224,99,216); }
div.DivClassName
{
background-color: #E063D8;
}
.BgClassName
{
background-color: #E063D8;
}
</style>
border-color css
<style>
span { border-color: #E063D8; }
span { border-color: rgb(224,99,216); }
td.TdClassName
{
border-color: #E063D8;
}
.TagClassName
{
border-color: #E063D8;
}
</style>