Html Css Color HEX #E057C2 Free Speech Magenta
📋 copy color: '#E057C2'red 224 ◦ green 87 ◦ blue 194
Shades of Free Speech Magenta #E057C2
Tints of Free Speech Magenta #E057C2
RGB
CMYK
RGB Variations
Color information
#E057C2 (or 0xE057C2) is known color: Free Speech Magenta. HEX triplet: E0, 57 and C2. RGB value is (224,87,194). Sum of RGB (Red+Green+Blue) = 224+87+194=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E057C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057C2 is #1FA83D. Grayscale: #8B8B8B. Windows color (decimal): -2074686 or 12736480. OLE color: 12736480.
HSL color Cylindrical-coordinate representation of color #E057C2: hue angle of 313.14º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E057C2 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 194 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.12 |
| HSL | 313.14º | 0.69% | 0.61% | - |
| HSV(B) | 313.14º | 0.61% | 0.88% | - |
| XYZ | 43.89 | 26.56 | 53.85 | - |
| YUV | 140.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 194 | 0 | 0.61 | 0.13 | 0.12 | 313.14 | 0.69 | 0.61 |
| Hex | E0 | 57 | C2 | 0 | 3D | D | C | 139 | 45 | 3D |
| Octal | 340 | 127 | 302 | 0 | 75 | 15 | 14 | 471 | 105 | 75 |
| Binary | 11100000 | 1010111 | 11000010 | 0 | 111101 | 1101 | 1100 | 100111001 | 1000101 | 111101 |
Color Harmonies of #E057C2
Complementary color
Monochromatic Colors of #E057C2
Black with #E057C2
Text Example
Text Example
White with #E057C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057C2; }
p { color: rgb(224,87,194); }
H1.HeaderClassName
{
color: #E057C2;
}
.AnyTagClassName
{
color: #E057C2;
}
</style>
background-color css
<style>
a { background-color: #E057C2; }
a { background-color: rgb(224,87,194); }
div.DivClassName
{
background-color: #E057C2;
}
.BgClassName
{
background-color: #E057C2;
}
</style>
border-color css
<style>
span { border-color: #E057C2; }
span { border-color: rgb(224,87,194); }
td.TdClassName
{
border-color: #E057C2;
}
.TagClassName
{
border-color: #E057C2;
}
</style>