Html Css Color HEX #E053C2 Free Speech Magenta
📋 copy color: '#E053C2'red 224 ◦ green 83 ◦ blue 194
Shades of Free Speech Magenta #E053C2
Tints of Free Speech Magenta #E053C2
RGB
CMYK
RGB Variations
Color information
#E053C2 (or 0xE053C2) is known color: Free Speech Magenta. HEX triplet: E0, 53 and C2. RGB value is (224,83,194). Sum of RGB (Red+Green+Blue) = 224+83+194=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E053C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E053C2 is #1FAC3D. Grayscale: #898989. Windows color (decimal): -2075710 or 12735456. OLE color: 12735456.
HSL color Cylindrical-coordinate representation of color #E053C2: hue angle of 312.77º 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 #E053C2 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 194 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.12 |
| HSL | 312.77º | 0.69% | 0.6% | - |
| HSV(B) | 312.77º | 0.63% | 0.88% | - |
| XYZ | 43.57 | 25.93 | 53.75 | - |
| YUV | 137.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 194 | 0 | 0.63 | 0.13 | 0.12 | 312.77 | 0.69 | 0.6 |
| Hex | E0 | 53 | C2 | 0 | 3F | D | C | 139 | 45 | 3C |
| Octal | 340 | 123 | 302 | 0 | 77 | 15 | 14 | 471 | 105 | 74 |
| Binary | 11100000 | 1010011 | 11000010 | 0 | 111111 | 1101 | 1100 | 100111001 | 1000101 | 111100 |
Color Harmonies of #E053C2
Complementary color
Monochromatic Colors of #E053C2
Black with #E053C2
Text Example
Text Example
White with #E053C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E053C2; }
p { color: rgb(224,83,194); }
H1.HeaderClassName
{
color: #E053C2;
}
.AnyTagClassName
{
color: #E053C2;
}
</style>
background-color css
<style>
a { background-color: #E053C2; }
a { background-color: rgb(224,83,194); }
div.DivClassName
{
background-color: #E053C2;
}
.BgClassName
{
background-color: #E053C2;
}
</style>
border-color css
<style>
span { border-color: #E053C2; }
span { border-color: rgb(224,83,194); }
td.TdClassName
{
border-color: #E053C2;
}
.TagClassName
{
border-color: #E053C2;
}
</style>