Html Css Color HEX #E063D7 Free Speech Magenta
📋 copy color: '#E063D7'red 224 ◦ green 99 ◦ blue 215
Shades of Free Speech Magenta #E063D7
Tints of Free Speech Magenta #E063D7
RGB
CMYK
RGB Variations
Color information
#E063D7 (or 0xE063D7) is known color: Free Speech Magenta. HEX triplet: E0, 63 and D7. RGB value is (224,99,215). Sum of RGB (Red+Green+Blue) = 224+99+215=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E063D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063D7 is #1F9C28. Grayscale: #959595. Windows color (decimal): -2071593 or 14115808. OLE color: 14115808.
HSL color Cylindrical-coordinate representation of color #E063D7: hue angle of 304.32º 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 #E063D7 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 215 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.12 |
| HSL | 304.32º | 0.67% | 0.63% | - |
| HSV(B) | 304.32º | 0.56% | 0.88% | - |
| XYZ | 47.47 | 29.68 | 67.52 | - |
| YUV | 149.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 215 | 0 | 0.56 | 0.04 | 0.12 | 304.32 | 0.67 | 0.63 |
| Hex | E0 | 63 | D7 | 0 | 38 | 4 | C | 130 | 43 | 3F |
| Octal | 340 | 143 | 327 | 0 | 70 | 4 | 14 | 460 | 103 | 77 |
| Binary | 11100000 | 1100011 | 11010111 | 0 | 111000 | 100 | 1100 | 100110000 | 1000011 | 111111 |
Color Harmonies of #E063D7
Complementary color
Monochromatic Colors of #E063D7
Black with #E063D7
Text Example
Text Example
White with #E063D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063D7; }
p { color: rgb(224,99,215); }
H1.HeaderClassName
{
color: #E063D7;
}
.AnyTagClassName
{
color: #E063D7;
}
</style>
background-color css
<style>
a { background-color: #E063D7; }
a { background-color: rgb(224,99,215); }
div.DivClassName
{
background-color: #E063D7;
}
.BgClassName
{
background-color: #E063D7;
}
</style>
border-color css
<style>
span { border-color: #E063D7; }
span { border-color: rgb(224,99,215); }
td.TdClassName
{
border-color: #E063D7;
}
.TagClassName
{
border-color: #E063D7;
}
</style>