Html Css Color HEX #E363C5 Free Speech Magenta
📋 copy color: '#E363C5'red 227 ◦ green 99 ◦ blue 197
Shades of Free Speech Magenta #E363C5
Tints of Free Speech Magenta #E363C5
RGB
CMYK
RGB Variations
Color information
#E363C5 (or 0xE363C5) is known color: Free Speech Magenta. HEX triplet: E3, 63 and C5. RGB value is (227,99,197). Sum of RGB (Red+Green+Blue) = 227+99+197=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E363C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363C5 is #1C9C3A. Grayscale: #949494. Windows color (decimal): -1875003 or 12936163. OLE color: 12936163.
HSL color Cylindrical-coordinate representation of color #E363C5: hue angle of 314.06º 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 #E363C5 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 197 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.11 |
| HSL | 314.06º | 0.7% | 0.64% | - |
| HSV(B) | 314.06º | 0.56% | 0.89% | - |
| XYZ | 46.22 | 29.29 | 56.04 | - |
| YUV | 148.44 | 155.41 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 197 | 0 | 0.56 | 0.13 | 0.11 | 314.06 | 0.7 | 0.64 |
| Hex | E3 | 63 | C5 | 0 | 38 | D | B | 13A | 46 | 40 |
| Octal | 343 | 143 | 305 | 0 | 70 | 15 | 13 | 472 | 106 | 100 |
| Binary | 11100011 | 1100011 | 11000101 | 0 | 111000 | 1101 | 1011 | 100111010 | 1000110 | 1000000 |
Color Harmonies of #E363C5
Complementary color
Monochromatic Colors of #E363C5
Black with #E363C5
Text Example
Text Example
White with #E363C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363C5; }
p { color: rgb(227,99,197); }
H1.HeaderClassName
{
color: #E363C5;
}
.AnyTagClassName
{
color: #E363C5;
}
</style>
background-color css
<style>
a { background-color: #E363C5; }
a { background-color: rgb(227,99,197); }
div.DivClassName
{
background-color: #E363C5;
}
.BgClassName
{
background-color: #E363C5;
}
</style>
border-color css
<style>
span { border-color: #E363C5; }
span { border-color: rgb(227,99,197); }
td.TdClassName
{
border-color: #E363C5;
}
.TagClassName
{
border-color: #E363C5;
}
</style>