Html Css Color HEX #EE5BED Free Speech Magenta
📋 copy color: '#EE5BED'red 238 ◦ green 91 ◦ blue 237
Shades of Free Speech Magenta #EE5BED
Tints of Free Speech Magenta #EE5BED
RGB
CMYK
RGB Variations
Color information
#EE5BED (or 0xEE5BED) is known color: Free Speech Magenta. HEX triplet: EE, 5B and ED. RGB value is (238,91,237). Sum of RGB (Red+Green+Blue) = 238+91+237=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 91 (35.94% from 255 or 16.08% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5BED is #11A412. Grayscale: #979797. Windows color (decimal): -1156115 or 15555566. OLE color: 15555566.
HSL color Cylindrical-coordinate representation of color #EE5BED: hue angle of 300.41º 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 #EE5BED is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 91 | 237 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.07 |
| HSL | 300.41º | 0.81% | 0.65% | - |
| HSV(B) | 300.41º | 0.62% | 0.93% | - |
| XYZ | 54.29 | 31.77 | 83.39 | - |
| YUV | 151.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 237 | 0 | 0.62 | 0.00 | 0.07 | 300.41 | 0.81 | 0.65 |
| Hex | EE | 5B | ED | 0 | 3E | 0 | 7 | 12C | 51 | 41 |
| Octal | 356 | 133 | 355 | 0 | 76 | 0 | 7 | 454 | 121 | 101 |
| Binary | 11101110 | 1011011 | 11101101 | 0 | 111110 | 0 | 111 | 100101100 | 1010001 | 1000001 |
Color Harmonies of #EE5BED
Complementary color
Monochromatic Colors of #EE5BED
Black with #EE5BED
Text Example
Text Example
White with #EE5BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5BED; }
p { color: rgb(238,91,237); }
H1.HeaderClassName
{
color: #EE5BED;
}
.AnyTagClassName
{
color: #EE5BED;
}
</style>
background-color css
<style>
a { background-color: #EE5BED; }
a { background-color: rgb(238,91,237); }
div.DivClassName
{
background-color: #EE5BED;
}
.BgClassName
{
background-color: #EE5BED;
}
</style>
border-color css
<style>
span { border-color: #EE5BED; }
span { border-color: rgb(238,91,237); }
td.TdClassName
{
border-color: #EE5BED;
}
.TagClassName
{
border-color: #EE5BED;
}
</style>