Html Css Color HEX #E256EE Free Speech Magenta
📋 copy color: '#E256EE'red 226 ◦ green 86 ◦ blue 238
Shades of Free Speech Magenta #E256EE
Tints of Free Speech Magenta #E256EE
RGB
CMYK
RGB Variations
Color information
#E256EE (or 0xE256EE) is known color: Free Speech Magenta. HEX triplet: E2, 56 and EE. RGB value is (226,86,238). Sum of RGB (Red+Green+Blue) = 226+86+238=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 86 (33.98% from 255 or 15.64% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #E256EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E256EE is #1DA911. Grayscale: #909090. Windows color (decimal): -1943826 or 15619810. OLE color: 15619810.
HSL color Cylindrical-coordinate representation of color #E256EE: hue angle of 295.26º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E256EE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 86 | 238 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.07 |
| HSL | 295.26º | 0.82% | 0.64% | - |
| HSV(B) | 295.26º | 0.64% | 0.93% | - |
| XYZ | 50.12 | 29 | 83.84 | - |
| YUV | 145.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 238 | 0.05 | 0.64 | 0 | 0.07 | 295.26 | 0.82 | 0.64 |
| Hex | E2 | 56 | EE | 5 | 40 | 0 | 7 | 127 | 52 | 40 |
| Octal | 342 | 126 | 356 | 5 | 100 | 0 | 7 | 447 | 122 | 100 |
| Binary | 11100010 | 1010110 | 11101110 | 101 | 1000000 | 0 | 111 | 100100111 | 1010010 | 1000000 |
Color Harmonies of #E256EE
Complementary color
Monochromatic Colors of #E256EE
Black with #E256EE
Text Example
Text Example
White with #E256EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E256EE; }
p { color: rgb(226,86,238); }
H1.HeaderClassName
{
color: #E256EE;
}
.AnyTagClassName
{
color: #E256EE;
}
</style>
background-color css
<style>
a { background-color: #E256EE; }
a { background-color: rgb(226,86,238); }
div.DivClassName
{
background-color: #E256EE;
}
.BgClassName
{
background-color: #E256EE;
}
</style>
border-color css
<style>
span { border-color: #E256EE; }
span { border-color: rgb(226,86,238); }
td.TdClassName
{
border-color: #E256EE;
}
.TagClassName
{
border-color: #E256EE;
}
</style>