Html Css Color HEX #E263E7 Free Speech Magenta
📋 copy color: '#E263E7'red 226 ◦ green 99 ◦ blue 231
Shades of Free Speech Magenta #E263E7
Tints of Free Speech Magenta #E263E7
RGB
CMYK
RGB Variations
Color information
#E263E7 (or 0xE263E7) is known color: Free Speech Magenta. HEX triplet: E2, 63 and E7. RGB value is (226,99,231). Sum of RGB (Red+Green+Blue) = 226+99+231=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #E263E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E263E7 is #1D9C18. Grayscale: #979797. Windows color (decimal): -1940505 or 15164386. OLE color: 15164386.
HSL color Cylindrical-coordinate representation of color #E263E7: hue angle of 297.73º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E263E7 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 99 | 231 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.09 |
| HSL | 297.73º | 0.73% | 0.65% | - |
| HSV(B) | 297.73º | 0.57% | 0.91% | - |
| XYZ | 50.25 | 30.86 | 78.91 | - |
| YUV | 152.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 231 | 0.02 | 0.57 | 0 | 0.09 | 297.73 | 0.73 | 0.65 |
| Hex | E2 | 63 | E7 | 2 | 39 | 0 | 9 | 12A | 49 | 41 |
| Octal | 342 | 143 | 347 | 2 | 71 | 0 | 11 | 452 | 111 | 101 |
| Binary | 11100010 | 1100011 | 11100111 | 10 | 111001 | 0 | 1001 | 100101010 | 1001001 | 1000001 |
Color Harmonies of #E263E7
Complementary color
Monochromatic Colors of #E263E7
Black with #E263E7
Text Example
Text Example
White with #E263E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263E7; }
p { color: rgb(226,99,231); }
H1.HeaderClassName
{
color: #E263E7;
}
.AnyTagClassName
{
color: #E263E7;
}
</style>
background-color css
<style>
a { background-color: #E263E7; }
a { background-color: rgb(226,99,231); }
div.DivClassName
{
background-color: #E263E7;
}
.BgClassName
{
background-color: #E263E7;
}
</style>
border-color css
<style>
span { border-color: #E263E7; }
span { border-color: rgb(226,99,231); }
td.TdClassName
{
border-color: #E263E7;
}
.TagClassName
{
border-color: #E263E7;
}
</style>