Html Css Color HEX #E050BC Free Speech Magenta
📋 copy color: '#E050BC'red 224 ◦ green 80 ◦ blue 188
Shades of Free Speech Magenta #E050BC
Tints of Free Speech Magenta #E050BC
RGB
CMYK
RGB Variations
Color information
#E050BC (or 0xE050BC) is known color: Free Speech Magenta. HEX triplet: E0, 50 and BC. RGB value is (224,80,188). Sum of RGB (Red+Green+Blue) = 224+80+188=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E050BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050BC is #1FAF43. Grayscale: #878787. Windows color (decimal): -2076484 or 12341472. OLE color: 12341472.
HSL color Cylindrical-coordinate representation of color #E050BC: hue angle of 315º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E050BC is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 188 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.12 |
| HSL | 315º | 0.7% | 0.6% | - |
| HSV(B) | 315º | 0.64% | 0.88% | - |
| XYZ | 42.69 | 25.22 | 50.19 | - |
| YUV | 135.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 188 | 0 | 0.64 | 0.16 | 0.12 | 315 | 0.7 | 0.6 |
| Hex | E0 | 50 | BC | 0 | 40 | 10 | C | 13B | 46 | 3C |
| Octal | 340 | 120 | 274 | 0 | 100 | 20 | 14 | 473 | 106 | 74 |
| Binary | 11100000 | 1010000 | 10111100 | 0 | 1000000 | 10000 | 1100 | 100111011 | 1000110 | 111100 |
Color Harmonies of #E050BC
Complementary color
Monochromatic Colors of #E050BC
Black with #E050BC
Text Example
Text Example
White with #E050BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050BC; }
p { color: rgb(224,80,188); }
H1.HeaderClassName
{
color: #E050BC;
}
.AnyTagClassName
{
color: #E050BC;
}
</style>
background-color css
<style>
a { background-color: #E050BC; }
a { background-color: rgb(224,80,188); }
div.DivClassName
{
background-color: #E050BC;
}
.BgClassName
{
background-color: #E050BC;
}
</style>
border-color css
<style>
span { border-color: #E050BC; }
span { border-color: rgb(224,80,188); }
td.TdClassName
{
border-color: #E050BC;
}
.TagClassName
{
border-color: #E050BC;
}
</style>