Html Css Color HEX #E25BED Free Speech Magenta
📋 copy color: '#E25BED'red 226 ◦ green 91 ◦ blue 237
Shades of Free Speech Magenta #E25BED
Tints of Free Speech Magenta #E25BED
RGB
CMYK
RGB Variations
Color information
#E25BED (or 0xE25BED) is known color: Free Speech Magenta. HEX triplet: E2, 5B and ED. RGB value is (226,91,237). Sum of RGB (Red+Green+Blue) = 226+91+237=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 91 (35.94% from 255 or 16.43% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #E25BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25BED is #1DA412. Grayscale: #939393. Windows color (decimal): -1942547 or 15555554. OLE color: 15555554.
HSL color Cylindrical-coordinate representation of color #E25BED: hue angle of 295.48º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25BED is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 91 | 237 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.07 |
| HSL | 295.48º | 0.8% | 0.64% | - |
| HSV(B) | 295.48º | 0.62% | 0.93% | - |
| XYZ | 50.39 | 29.77 | 83.21 | - |
| YUV | 148.01 | 178.23 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 237 | 0.05 | 0.62 | 0 | 0.07 | 295.48 | 0.8 | 0.64 |
| Hex | E2 | 5B | ED | 5 | 3E | 0 | 7 | 127 | 50 | 40 |
| Octal | 342 | 133 | 355 | 5 | 76 | 0 | 7 | 447 | 120 | 100 |
| Binary | 11100010 | 1011011 | 11101101 | 101 | 111110 | 0 | 111 | 100100111 | 1010000 | 1000000 |
Color Harmonies of #E25BED
Complementary color
Monochromatic Colors of #E25BED
Black with #E25BED
Text Example
Text Example
White with #E25BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25BED; }
p { color: rgb(226,91,237); }
H1.HeaderClassName
{
color: #E25BED;
}
.AnyTagClassName
{
color: #E25BED;
}
</style>
background-color css
<style>
a { background-color: #E25BED; }
a { background-color: rgb(226,91,237); }
div.DivClassName
{
background-color: #E25BED;
}
.BgClassName
{
background-color: #E25BED;
}
</style>
border-color css
<style>
span { border-color: #E25BED; }
span { border-color: rgb(226,91,237); }
td.TdClassName
{
border-color: #E25BED;
}
.TagClassName
{
border-color: #E25BED;
}
</style>