Html Css Color HEX #E65BED Free Speech Magenta
📋 copy color: '#E65BED'red 230 ◦ green 91 ◦ blue 237
Shades of Free Speech Magenta #E65BED
Tints of Free Speech Magenta #E65BED
RGB
CMYK
RGB Variations
Color information
#E65BED (or 0xE65BED) is known color: Free Speech Magenta. HEX triplet: E6, 5B and ED. RGB value is (230,91,237). Sum of RGB (Red+Green+Blue) = 230+91+237=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #E65BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65BED is #19A412. Grayscale: #949494. Windows color (decimal): -1680403 or 15555558. OLE color: 15555558.
HSL color Cylindrical-coordinate representation of color #E65BED: hue angle of 297.12º 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 #E65BED is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 91 | 237 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.07 |
| HSL | 297.12º | 0.8% | 0.64% | - |
| HSV(B) | 297.12º | 0.62% | 0.93% | - |
| XYZ | 51.66 | 30.42 | 83.27 | - |
| YUV | 149.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 237 | 0.03 | 0.62 | 0 | 0.07 | 297.12 | 0.8 | 0.64 |
| Hex | E6 | 5B | ED | 3 | 3E | 0 | 7 | 129 | 50 | 40 |
| Octal | 346 | 133 | 355 | 3 | 76 | 0 | 7 | 451 | 120 | 100 |
| Binary | 11100110 | 1011011 | 11101101 | 11 | 111110 | 0 | 111 | 100101001 | 1010000 | 1000000 |
Color Harmonies of #E65BED
Complementary color
Monochromatic Colors of #E65BED
Black with #E65BED
Text Example
Text Example
White with #E65BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BED; }
p { color: rgb(230,91,237); }
H1.HeaderClassName
{
color: #E65BED;
}
.AnyTagClassName
{
color: #E65BED;
}
</style>
background-color css
<style>
a { background-color: #E65BED; }
a { background-color: rgb(230,91,237); }
div.DivClassName
{
background-color: #E65BED;
}
.BgClassName
{
background-color: #E65BED;
}
</style>
border-color css
<style>
span { border-color: #E65BED; }
span { border-color: rgb(230,91,237); }
td.TdClassName
{
border-color: #E65BED;
}
.TagClassName
{
border-color: #E65BED;
}
</style>