Html Css Color HEX #E053BC Free Speech Magenta
📋 copy color: '#E053BC'red 224 ◦ green 83 ◦ blue 188
Shades of Free Speech Magenta #E053BC
Tints of Free Speech Magenta #E053BC
RGB
CMYK
RGB Variations
Color information
#E053BC (or 0xE053BC) is known color: Free Speech Magenta. HEX triplet: E0, 53 and BC. RGB value is (224,83,188). Sum of RGB (Red+Green+Blue) = 224+83+188=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E053BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053BC is #1FAC43. Grayscale: #888888. Windows color (decimal): -2075716 or 12342240. OLE color: 12342240.
HSL color Cylindrical-coordinate representation of color #E053BC: hue angle of 315.32º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E053BC is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 188 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.12 |
| HSL | 315.32º | 0.69% | 0.6% | - |
| HSV(B) | 315.32º | 0.63% | 0.88% | - |
| XYZ | 42.91 | 25.66 | 50.27 | - |
| YUV | 137.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 188 | 0 | 0.63 | 0.16 | 0.12 | 315.32 | 0.69 | 0.6 |
| Hex | E0 | 53 | BC | 0 | 3F | 10 | C | 13B | 45 | 3C |
| Octal | 340 | 123 | 274 | 0 | 77 | 20 | 14 | 473 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10111100 | 0 | 111111 | 10000 | 1100 | 100111011 | 1000101 | 111100 |
Color Harmonies of #E053BC
Complementary color
Monochromatic Colors of #E053BC
Black with #E053BC
Text Example
Text Example
White with #E053BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E053BC; }
p { color: rgb(224,83,188); }
H1.HeaderClassName
{
color: #E053BC;
}
.AnyTagClassName
{
color: #E053BC;
}
</style>
background-color css
<style>
a { background-color: #E053BC; }
a { background-color: rgb(224,83,188); }
div.DivClassName
{
background-color: #E053BC;
}
.BgClassName
{
background-color: #E053BC;
}
</style>
border-color css
<style>
span { border-color: #E053BC; }
span { border-color: rgb(224,83,188); }
td.TdClassName
{
border-color: #E053BC;
}
.TagClassName
{
border-color: #E053BC;
}
</style>