Html Css Color HEX #E255EE Free Speech Magenta
📋 copy color: '#E255EE'red 226 ◦ green 85 ◦ blue 238
Shades of Free Speech Magenta #E255EE
Tints of Free Speech Magenta #E255EE
RGB
CMYK
RGB Variations
Color information
#E255EE (or 0xE255EE) is known color: Free Speech Magenta. HEX triplet: E2, 55 and EE. RGB value is (226,85,238). Sum of RGB (Red+Green+Blue) = 226+85+238=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #E255EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255EE is #1DAA11. Grayscale: #909090. Windows color (decimal): -1944082 or 15619554. OLE color: 15619554.
HSL color Cylindrical-coordinate representation of color #E255EE: hue angle of 295.29º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E255EE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 85 | 238 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.07 |
| HSL | 295.29º | 0.82% | 0.63% | - |
| HSV(B) | 295.29º | 0.64% | 0.93% | - |
| XYZ | 50.05 | 28.84 | 83.82 | - |
| YUV | 144.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 238 | 0.05 | 0.64 | 0 | 0.07 | 295.29 | 0.82 | 0.63 |
| Hex | E2 | 55 | EE | 5 | 40 | 0 | 7 | 127 | 52 | 3F |
| Octal | 342 | 125 | 356 | 5 | 100 | 0 | 7 | 447 | 122 | 77 |
| Binary | 11100010 | 1010101 | 11101110 | 101 | 1000000 | 0 | 111 | 100100111 | 1010010 | 111111 |
Color Harmonies of #E255EE
Complementary color
Monochromatic Colors of #E255EE
Black with #E255EE
Text Example
Text Example
White with #E255EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255EE; }
p { color: rgb(226,85,238); }
H1.HeaderClassName
{
color: #E255EE;
}
.AnyTagClassName
{
color: #E255EE;
}
</style>
background-color css
<style>
a { background-color: #E255EE; }
a { background-color: rgb(226,85,238); }
div.DivClassName
{
background-color: #E255EE;
}
.BgClassName
{
background-color: #E255EE;
}
</style>
border-color css
<style>
span { border-color: #E255EE; }
span { border-color: rgb(226,85,238); }
td.TdClassName
{
border-color: #E255EE;
}
.TagClassName
{
border-color: #E255EE;
}
</style>