Html Css Color HEX #E054BC Free Speech Magenta
📋 copy color: '#E054BC'red 224 ◦ green 84 ◦ blue 188
Shades of Free Speech Magenta #E054BC
Tints of Free Speech Magenta #E054BC
RGB
CMYK
RGB Variations
Color information
#E054BC (or 0xE054BC) is known color: Free Speech Magenta. HEX triplet: E0, 54 and BC. RGB value is (224,84,188). Sum of RGB (Red+Green+Blue) = 224+84+188=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E054BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E054BC is #1FAB43. Grayscale: #898989. Windows color (decimal): -2075460 or 12342496. OLE color: 12342496.
HSL color Cylindrical-coordinate representation of color #E054BC: hue angle of 315.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E054BC is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 188 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.12 |
| HSL | 315.43º | 0.69% | 0.6% | - |
| HSV(B) | 315.43º | 0.63% | 0.88% | - |
| XYZ | 42.99 | 25.82 | 50.29 | - |
| YUV | 137.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 188 | 0 | 0.62 | 0.16 | 0.12 | 315.43 | 0.69 | 0.6 |
| Hex | E0 | 54 | BC | 0 | 3E | 10 | C | 13B | 45 | 3C |
| Octal | 340 | 124 | 274 | 0 | 76 | 20 | 14 | 473 | 105 | 74 |
| Binary | 11100000 | 1010100 | 10111100 | 0 | 111110 | 10000 | 1100 | 100111011 | 1000101 | 111100 |
Color Harmonies of #E054BC
Complementary color
Monochromatic Colors of #E054BC
Black with #E054BC
Text Example
Text Example
White with #E054BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E054BC; }
p { color: rgb(224,84,188); }
H1.HeaderClassName
{
color: #E054BC;
}
.AnyTagClassName
{
color: #E054BC;
}
</style>
background-color css
<style>
a { background-color: #E054BC; }
a { background-color: rgb(224,84,188); }
div.DivClassName
{
background-color: #E054BC;
}
.BgClassName
{
background-color: #E054BC;
}
</style>
border-color css
<style>
span { border-color: #E054BC; }
span { border-color: rgb(224,84,188); }
td.TdClassName
{
border-color: #E054BC;
}
.TagClassName
{
border-color: #E054BC;
}
</style>