Html Css Color HEX #E053BE Free Speech Magenta
📋 copy color: '#E053BE'red 224 ◦ green 83 ◦ blue 190
Shades of Free Speech Magenta #E053BE
Tints of Free Speech Magenta #E053BE
RGB
CMYK
RGB Variations
Color information
#E053BE (or 0xE053BE) is known color: Free Speech Magenta. HEX triplet: E0, 53 and BE. RGB value is (224,83,190). Sum of RGB (Red+Green+Blue) = 224+83+190=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E053BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053BE is #1FAC41. Grayscale: #898989. Windows color (decimal): -2075714 or 12473312. OLE color: 12473312.
HSL color Cylindrical-coordinate representation of color #E053BE: hue angle of 314.47º 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 #E053BE is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 190 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.12 |
| HSL | 314.47º | 0.69% | 0.6% | - |
| HSV(B) | 314.47º | 0.63% | 0.88% | - |
| XYZ | 43.13 | 25.75 | 51.41 | - |
| YUV | 137.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 190 | 0 | 0.63 | 0.15 | 0.12 | 314.47 | 0.69 | 0.6 |
| Hex | E0 | 53 | BE | 0 | 3F | F | C | 13A | 45 | 3C |
| Octal | 340 | 123 | 276 | 0 | 77 | 17 | 14 | 472 | 105 | 74 |
| Binary | 11100000 | 1010011 | 10111110 | 0 | 111111 | 1111 | 1100 | 100111010 | 1000101 | 111100 |
Color Harmonies of #E053BE
Complementary color
Monochromatic Colors of #E053BE
Black with #E053BE
Text Example
Text Example
White with #E053BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E053BE; }
p { color: rgb(224,83,190); }
H1.HeaderClassName
{
color: #E053BE;
}
.AnyTagClassName
{
color: #E053BE;
}
</style>
background-color css
<style>
a { background-color: #E053BE; }
a { background-color: rgb(224,83,190); }
div.DivClassName
{
background-color: #E053BE;
}
.BgClassName
{
background-color: #E053BE;
}
</style>
border-color css
<style>
span { border-color: #E053BE; }
span { border-color: rgb(224,83,190); }
td.TdClassName
{
border-color: #E053BE;
}
.TagClassName
{
border-color: #E053BE;
}
</style>