Html Css Color HEX #E263C5 Free Speech Magenta
📋 copy color: '#E263C5'red 226 ◦ green 99 ◦ blue 197
Shades of Free Speech Magenta #E263C5
Tints of Free Speech Magenta #E263C5
RGB
CMYK
RGB Variations
Color information
#E263C5 (or 0xE263C5) is known color: Free Speech Magenta. HEX triplet: E2, 63 and C5. RGB value is (226,99,197). Sum of RGB (Red+Green+Blue) = 226+99+197=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E263C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E263C5 is #1D9C3A. Grayscale: #939393. Windows color (decimal): -1940539 or 12936162. OLE color: 12936162.
HSL color Cylindrical-coordinate representation of color #E263C5: hue angle of 313.7º degrees, saturation: 0.69, 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 #E263C5 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 197 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.11 |
| HSL | 313.7º | 0.69% | 0.64% | - |
| HSV(B) | 313.7º | 0.56% | 0.89% | - |
| XYZ | 45.9 | 29.12 | 56.03 | - |
| YUV | 148.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 197 | 0 | 0.56 | 0.13 | 0.11 | 313.7 | 0.69 | 0.64 |
| Hex | E2 | 63 | C5 | 0 | 38 | D | B | 13A | 45 | 40 |
| Octal | 342 | 143 | 305 | 0 | 70 | 15 | 13 | 472 | 105 | 100 |
| Binary | 11100010 | 1100011 | 11000101 | 0 | 111000 | 1101 | 1011 | 100111010 | 1000101 | 1000000 |
Color Harmonies of #E263C5
Complementary color
Monochromatic Colors of #E263C5
Black with #E263C5
Text Example
Text Example
White with #E263C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263C5; }
p { color: rgb(226,99,197); }
H1.HeaderClassName
{
color: #E263C5;
}
.AnyTagClassName
{
color: #E263C5;
}
</style>
background-color css
<style>
a { background-color: #E263C5; }
a { background-color: rgb(226,99,197); }
div.DivClassName
{
background-color: #E263C5;
}
.BgClassName
{
background-color: #E263C5;
}
</style>
border-color css
<style>
span { border-color: #E263C5; }
span { border-color: rgb(226,99,197); }
td.TdClassName
{
border-color: #E263C5;
}
.TagClassName
{
border-color: #E263C5;
}
</style>