Html Css Color HEX #E03BED Free Speech Magenta
📋 copy color: '#E03BED'red 224 ◦ green 59 ◦ blue 237
Shades of Free Speech Magenta #E03BED
Tints of Free Speech Magenta #E03BED
RGB
CMYK
RGB Variations
Color information
#E03BED (or 0xE03BED) is known color: Free Speech Magenta. HEX triplet: E0, 3B and ED. RGB value is (224,59,237). Sum of RGB (Red+Green+Blue) = 224+59+237=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 59 (23.44% from 255 or 11.35% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #E03BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E03BED is #1FC412. Grayscale: #808080. Windows color (decimal): -2081811 or 15547360. OLE color: 15547360.
HSL color Cylindrical-coordinate representation of color #E03BED: hue angle of 295.62º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03BED is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 59 | 237 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.07 |
| HSL | 295.62º | 0.83% | 0.58% | - |
| HSV(B) | 295.62º | 0.75% | 0.93% | - |
| XYZ | 47.59 | 25.09 | 82.46 | - |
| YUV | 128.63 | 189.16 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 237 | 0.05 | 0.75 | 0 | 0.07 | 295.62 | 0.83 | 0.58 |
| Hex | E0 | 3B | ED | 5 | 4B | 0 | 7 | 128 | 53 | 3A |
| Octal | 340 | 73 | 355 | 5 | 113 | 0 | 7 | 450 | 123 | 72 |
| Binary | 11100000 | 111011 | 11101101 | 101 | 1001011 | 0 | 111 | 100101000 | 1010011 | 111010 |
Color Harmonies of #E03BED
Complementary color
Monochromatic Colors of #E03BED
Black with #E03BED
Text Example
Text Example
White with #E03BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03BED; }
p { color: rgb(224,59,237); }
H1.HeaderClassName
{
color: #E03BED;
}
.AnyTagClassName
{
color: #E03BED;
}
</style>
background-color css
<style>
a { background-color: #E03BED; }
a { background-color: rgb(224,59,237); }
div.DivClassName
{
background-color: #E03BED;
}
.BgClassName
{
background-color: #E03BED;
}
</style>
border-color css
<style>
span { border-color: #E03BED; }
span { border-color: rgb(224,59,237); }
td.TdClassName
{
border-color: #E03BED;
}
.TagClassName
{
border-color: #E03BED;
}
</style>