Html Css Color HEX #E053C0 Free Speech Magenta
📋 copy color: '#E053C0'red 224 ◦ green 83 ◦ blue 192
Shades of Free Speech Magenta #E053C0
Tints of Free Speech Magenta #E053C0
RGB
CMYK
RGB Variations
Color information
#E053C0 (or 0xE053C0) is known color: Free Speech Magenta. HEX triplet: E0, 53 and C0. RGB value is (224,83,192). Sum of RGB (Red+Green+Blue) = 224+83+192=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E053C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053C0 is #1FAC3F. Grayscale: #898989. Windows color (decimal): -2075712 or 12604384. OLE color: 12604384.
HSL color Cylindrical-coordinate representation of color #E053C0: hue angle of 313.62º 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 #E053C0 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 192 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.12 |
| HSL | 313.62º | 0.69% | 0.6% | - |
| HSV(B) | 313.62º | 0.63% | 0.88% | - |
| XYZ | 43.35 | 25.84 | 52.57 | - |
| YUV | 137.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 192 | 0 | 0.63 | 0.14 | 0.12 | 313.62 | 0.69 | 0.6 |
| Hex | E0 | 53 | C0 | 0 | 3F | E | C | 13A | 45 | 3C |
| Octal | 340 | 123 | 300 | 0 | 77 | 16 | 14 | 472 | 105 | 74 |
| Binary | 11100000 | 1010011 | 11000000 | 0 | 111111 | 1110 | 1100 | 100111010 | 1000101 | 111100 |
Color Harmonies of #E053C0
Complementary color
Monochromatic Colors of #E053C0
Black with #E053C0
Text Example
Text Example
White with #E053C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E053C0; }
p { color: rgb(224,83,192); }
H1.HeaderClassName
{
color: #E053C0;
}
.AnyTagClassName
{
color: #E053C0;
}
</style>
background-color css
<style>
a { background-color: #E053C0; }
a { background-color: rgb(224,83,192); }
div.DivClassName
{
background-color: #E053C0;
}
.BgClassName
{
background-color: #E053C0;
}
</style>
border-color css
<style>
span { border-color: #E053C0; }
span { border-color: rgb(224,83,192); }
td.TdClassName
{
border-color: #E053C0;
}
.TagClassName
{
border-color: #E053C0;
}
</style>