Html Css Color HEX #E058DD Free Speech Magenta
📋 copy color: '#E058DD'red 224 ◦ green 88 ◦ blue 221
Shades of Free Speech Magenta #E058DD
Tints of Free Speech Magenta #E058DD
RGB
CMYK
RGB Variations
Color information
#E058DD (or 0xE058DD) is known color: Free Speech Magenta. HEX triplet: E0, 58 and DD. RGB value is (224,88,221). Sum of RGB (Red+Green+Blue) = 224+88+221=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E058DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E058DD is #1FA722. Grayscale: #8F8F8F. Windows color (decimal): -2074403 or 14506208. OLE color: 14506208.
HSL color Cylindrical-coordinate representation of color #E058DD: hue angle of 301.32º 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 #E058DD is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 221 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.12 |
| HSL | 301.32º | 0.69% | 0.61% | - |
| HSV(B) | 301.32º | 0.61% | 0.88% | - |
| XYZ | 47.28 | 28.05 | 71.33 | - |
| YUV | 143.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 221 | 0 | 0.61 | 0.01 | 0.12 | 301.32 | 0.69 | 0.61 |
| Hex | E0 | 58 | DD | 0 | 3D | 1 | C | 12D | 45 | 3D |
| Octal | 340 | 130 | 335 | 0 | 75 | 1 | 14 | 455 | 105 | 75 |
| Binary | 11100000 | 1011000 | 11011101 | 0 | 111101 | 1 | 1100 | 100101101 | 1000101 | 111101 |
Color Harmonies of #E058DD
Complementary color
Monochromatic Colors of #E058DD
Black with #E058DD
Text Example
Text Example
White with #E058DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E058DD; }
p { color: rgb(224,88,221); }
H1.HeaderClassName
{
color: #E058DD;
}
.AnyTagClassName
{
color: #E058DD;
}
</style>
background-color css
<style>
a { background-color: #E058DD; }
a { background-color: rgb(224,88,221); }
div.DivClassName
{
background-color: #E058DD;
}
.BgClassName
{
background-color: #E058DD;
}
</style>
border-color css
<style>
span { border-color: #E058DD; }
span { border-color: rgb(224,88,221); }
td.TdClassName
{
border-color: #E058DD;
}
.TagClassName
{
border-color: #E058DD;
}
</style>