Html Css Color HEX #E55BEE Free Speech Magenta
📋 copy color: '#E55BEE'red 229 ◦ green 91 ◦ blue 238
Shades of Free Speech Magenta #E55BEE
Tints of Free Speech Magenta #E55BEE
RGB
CMYK
RGB Variations
Color information
#E55BEE (or 0xE55BEE) is known color: Free Speech Magenta. HEX triplet: E5, 5B and EE. RGB value is (229,91,238). Sum of RGB (Red+Green+Blue) = 229+91+238=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #E55BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55BEE is #1AA411. Grayscale: #949494. Windows color (decimal): -1745938 or 15621093. OLE color: 15621093.
HSL color Cylindrical-coordinate representation of color #E55BEE: hue angle of 296.33º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55BEE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 91 | 238 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.07 |
| HSL | 296.33º | 0.81% | 0.65% | - |
| HSV(B) | 296.33º | 0.62% | 0.93% | - |
| XYZ | 51.49 | 30.31 | 84.03 | - |
| YUV | 149.02 | 178.22 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 238 | 0.04 | 0.62 | 0 | 0.07 | 296.33 | 0.81 | 0.65 |
| Hex | E5 | 5B | EE | 4 | 3E | 0 | 7 | 128 | 51 | 41 |
| Octal | 345 | 133 | 356 | 4 | 76 | 0 | 7 | 450 | 121 | 101 |
| Binary | 11100101 | 1011011 | 11101110 | 100 | 111110 | 0 | 111 | 100101000 | 1010001 | 1000001 |
Color Harmonies of #E55BEE
Complementary color
Monochromatic Colors of #E55BEE
Black with #E55BEE
Text Example
Text Example
White with #E55BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BEE; }
p { color: rgb(229,91,238); }
H1.HeaderClassName
{
color: #E55BEE;
}
.AnyTagClassName
{
color: #E55BEE;
}
</style>
background-color css
<style>
a { background-color: #E55BEE; }
a { background-color: rgb(229,91,238); }
div.DivClassName
{
background-color: #E55BEE;
}
.BgClassName
{
background-color: #E55BEE;
}
</style>
border-color css
<style>
span { border-color: #E55BEE; }
span { border-color: rgb(229,91,238); }
td.TdClassName
{
border-color: #E55BEE;
}
.TagClassName
{
border-color: #E55BEE;
}
</style>