Html Css Color HEX #E363BF Free Speech Magenta
📋 copy color: '#E363BF'red 227 ◦ green 99 ◦ blue 191
Shades of Free Speech Magenta #E363BF
Tints of Free Speech Magenta #E363BF
RGB
CMYK
RGB Variations
Color information
#E363BF (or 0xE363BF) is known color: Free Speech Magenta. HEX triplet: E3, 63 and BF. RGB value is (227,99,191). Sum of RGB (Red+Green+Blue) = 227+99+191=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E363BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363BF is #1C9C40. Grayscale: #939393. Windows color (decimal): -1875009 or 12542947. OLE color: 12542947.
HSL color Cylindrical-coordinate representation of color #E363BF: hue angle of 316.88º 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 #E363BF is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 191 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.11 |
| HSL | 316.88º | 0.7% | 0.64% | - |
| HSV(B) | 316.88º | 0.56% | 0.89% | - |
| XYZ | 45.54 | 29.02 | 52.49 | - |
| YUV | 147.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 191 | 0 | 0.56 | 0.16 | 0.11 | 316.88 | 0.7 | 0.64 |
| Hex | E3 | 63 | BF | 0 | 38 | 10 | B | 13D | 46 | 40 |
| Octal | 343 | 143 | 277 | 0 | 70 | 20 | 13 | 475 | 106 | 100 |
| Binary | 11100011 | 1100011 | 10111111 | 0 | 111000 | 10000 | 1011 | 100111101 | 1000110 | 1000000 |
Color Harmonies of #E363BF
Complementary color
Monochromatic Colors of #E363BF
Black with #E363BF
Text Example
Text Example
White with #E363BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363BF; }
p { color: rgb(227,99,191); }
H1.HeaderClassName
{
color: #E363BF;
}
.AnyTagClassName
{
color: #E363BF;
}
</style>
background-color css
<style>
a { background-color: #E363BF; }
a { background-color: rgb(227,99,191); }
div.DivClassName
{
background-color: #E363BF;
}
.BgClassName
{
background-color: #E363BF;
}
</style>
border-color css
<style>
span { border-color: #E363BF; }
span { border-color: rgb(227,99,191); }
td.TdClassName
{
border-color: #E363BF;
}
.TagClassName
{
border-color: #E363BF;
}
</style>