Html Css Color HEX #E263E6 Free Speech Magenta
📋 copy color: '#E263E6'red 226 ◦ green 99 ◦ blue 230
Shades of Free Speech Magenta #E263E6
Tints of Free Speech Magenta #E263E6
RGB
CMYK
RGB Variations
Color information
#E263E6 (or 0xE263E6) is known color: Free Speech Magenta. HEX triplet: E2, 63 and E6. RGB value is (226,99,230). Sum of RGB (Red+Green+Blue) = 226+99+230=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #E263E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E263E6 is #1D9C19. Grayscale: #979797. Windows color (decimal): -1940506 or 15098850. OLE color: 15098850.
HSL color Cylindrical-coordinate representation of color #E263E6: hue angle of 298.17º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E263E6 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 99 | 230 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.10 |
| HSL | 298.17º | 0.72% | 0.65% | - |
| HSV(B) | 298.17º | 0.57% | 0.9% | - |
| XYZ | 50.11 | 30.81 | 78.17 | - |
| YUV | 151.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 230 | 0.02 | 0.57 | 0 | 0.10 | 298.17 | 0.72 | 0.65 |
| Hex | E2 | 63 | E6 | 2 | 39 | 0 | A | 12A | 48 | 41 |
| Octal | 342 | 143 | 346 | 2 | 71 | 0 | 12 | 452 | 110 | 101 |
| Binary | 11100010 | 1100011 | 11100110 | 10 | 111001 | 0 | 1010 | 100101010 | 1001000 | 1000001 |
Color Harmonies of #E263E6
Complementary color
Monochromatic Colors of #E263E6
Black with #E263E6
Text Example
Text Example
White with #E263E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263E6; }
p { color: rgb(226,99,230); }
H1.HeaderClassName
{
color: #E263E6;
}
.AnyTagClassName
{
color: #E263E6;
}
</style>
background-color css
<style>
a { background-color: #E263E6; }
a { background-color: rgb(226,99,230); }
div.DivClassName
{
background-color: #E263E6;
}
.BgClassName
{
background-color: #E263E6;
}
</style>
border-color css
<style>
span { border-color: #E263E6; }
span { border-color: rgb(226,99,230); }
td.TdClassName
{
border-color: #E263E6;
}
.TagClassName
{
border-color: #E263E6;
}
</style>