Html Css Color HEX #E052DC Free Speech Magenta
📋 copy color: '#E052DC'red 224 ◦ green 82 ◦ blue 220
Shades of Free Speech Magenta #E052DC
Tints of Free Speech Magenta #E052DC
RGB
CMYK
RGB Variations
Color information
#E052DC (or 0xE052DC) is known color: Free Speech Magenta. HEX triplet: E0, 52 and DC. RGB value is (224,82,220). Sum of RGB (Red+Green+Blue) = 224+82+220=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E052DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052DC is #1FAD23. Grayscale: #8B8B8B. Windows color (decimal): -2075940 or 14439136. OLE color: 14439136.
HSL color Cylindrical-coordinate representation of color #E052DC: hue angle of 301.69º degrees, saturation: 0.7, 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 #E052DC is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 220 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.12 |
| HSL | 301.69º | 0.7% | 0.6% | - |
| HSV(B) | 301.69º | 0.63% | 0.88% | - |
| XYZ | 46.68 | 27.05 | 70.47 | - |
| YUV | 140.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 220 | 0 | 0.63 | 0.02 | 0.12 | 301.69 | 0.7 | 0.6 |
| Hex | E0 | 52 | DC | 0 | 3F | 2 | C | 12E | 46 | 3C |
| Octal | 340 | 122 | 334 | 0 | 77 | 2 | 14 | 456 | 106 | 74 |
| Binary | 11100000 | 1010010 | 11011100 | 0 | 111111 | 10 | 1100 | 100101110 | 1000110 | 111100 |
Color Harmonies of #E052DC
Complementary color
Monochromatic Colors of #E052DC
Black with #E052DC
Text Example
Text Example
White with #E052DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E052DC; }
p { color: rgb(224,82,220); }
H1.HeaderClassName
{
color: #E052DC;
}
.AnyTagClassName
{
color: #E052DC;
}
</style>
background-color css
<style>
a { background-color: #E052DC; }
a { background-color: rgb(224,82,220); }
div.DivClassName
{
background-color: #E052DC;
}
.BgClassName
{
background-color: #E052DC;
}
</style>
border-color css
<style>
span { border-color: #E052DC; }
span { border-color: rgb(224,82,220); }
td.TdClassName
{
border-color: #E052DC;
}
.TagClassName
{
border-color: #E052DC;
}
</style>