Html Css Color HEX #E057D2 Free Speech Magenta
📋 copy color: '#E057D2'red 224 ◦ green 87 ◦ blue 210
Shades of Free Speech Magenta #E057D2
Tints of Free Speech Magenta #E057D2
RGB
CMYK
RGB Variations
Color information
#E057D2 (or 0xE057D2) is known color: Free Speech Magenta. HEX triplet: E0, 57 and D2. RGB value is (224,87,210). Sum of RGB (Red+Green+Blue) = 224+87+210=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E057D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057D2 is #1FA82D. Grayscale: #8D8D8D. Windows color (decimal): -2074670 or 13785056. OLE color: 13785056.
HSL color Cylindrical-coordinate representation of color #E057D2: hue angle of 306.13º 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 #E057D2 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 210 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.12 |
| HSL | 306.13º | 0.69% | 0.61% | - |
| HSV(B) | 306.13º | 0.61% | 0.88% | - |
| XYZ | 45.78 | 27.32 | 63.83 | - |
| YUV | 141.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 210 | 0 | 0.61 | 0.06 | 0.12 | 306.13 | 0.69 | 0.61 |
| Hex | E0 | 57 | D2 | 0 | 3D | 6 | C | 132 | 45 | 3D |
| Octal | 340 | 127 | 322 | 0 | 75 | 6 | 14 | 462 | 105 | 75 |
| Binary | 11100000 | 1010111 | 11010010 | 0 | 111101 | 110 | 1100 | 100110010 | 1000101 | 111101 |
Color Harmonies of #E057D2
Complementary color
Monochromatic Colors of #E057D2
Black with #E057D2
Text Example
Text Example
White with #E057D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057D2; }
p { color: rgb(224,87,210); }
H1.HeaderClassName
{
color: #E057D2;
}
.AnyTagClassName
{
color: #E057D2;
}
</style>
background-color css
<style>
a { background-color: #E057D2; }
a { background-color: rgb(224,87,210); }
div.DivClassName
{
background-color: #E057D2;
}
.BgClassName
{
background-color: #E057D2;
}
</style>
border-color css
<style>
span { border-color: #E057D2; }
span { border-color: rgb(224,87,210); }
td.TdClassName
{
border-color: #E057D2;
}
.TagClassName
{
border-color: #E057D2;
}
</style>