Html Css Color HEX #E15BED Free Speech Magenta
📋 copy color: '#E15BED'red 225 ◦ green 91 ◦ blue 237
Shades of Free Speech Magenta #E15BED
Tints of Free Speech Magenta #E15BED
RGB
CMYK
RGB Variations
Color information
#E15BED (or 0xE15BED) is known color: Free Speech Magenta. HEX triplet: E1, 5B and ED. RGB value is (225,91,237). Sum of RGB (Red+Green+Blue) = 225+91+237=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 91 (35.94% from 255 or 16.46% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #E15BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15BED is #1EA412. Grayscale: #939393. Windows color (decimal): -2008083 or 15555553. OLE color: 15555553.
HSL color Cylindrical-coordinate representation of color #E15BED: hue angle of 295.07º 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 #E15BED is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 91 | 237 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.07 |
| HSL | 295.07º | 0.8% | 0.64% | - |
| HSV(B) | 295.07º | 0.62% | 0.93% | - |
| XYZ | 50.08 | 29.6 | 83.2 | - |
| YUV | 147.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 237 | 0.05 | 0.62 | 0 | 0.07 | 295.07 | 0.8 | 0.64 |
| Hex | E1 | 5B | ED | 5 | 3E | 0 | 7 | 127 | 50 | 40 |
| Octal | 341 | 133 | 355 | 5 | 76 | 0 | 7 | 447 | 120 | 100 |
| Binary | 11100001 | 1011011 | 11101101 | 101 | 111110 | 0 | 111 | 100100111 | 1010000 | 1000000 |
Color Harmonies of #E15BED
Complementary color
Monochromatic Colors of #E15BED
Black with #E15BED
Text Example
Text Example
White with #E15BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15BED; }
p { color: rgb(225,91,237); }
H1.HeaderClassName
{
color: #E15BED;
}
.AnyTagClassName
{
color: #E15BED;
}
</style>
background-color css
<style>
a { background-color: #E15BED; }
a { background-color: rgb(225,91,237); }
div.DivClassName
{
background-color: #E15BED;
}
.BgClassName
{
background-color: #E15BED;
}
</style>
border-color css
<style>
span { border-color: #E15BED; }
span { border-color: rgb(225,91,237); }
td.TdClassName
{
border-color: #E15BED;
}
.TagClassName
{
border-color: #E15BED;
}
</style>