Html Css Color HEX #E052C1 Free Speech Magenta
📋 copy color: '#E052C1'red 224 ◦ green 82 ◦ blue 193
Shades of Free Speech Magenta #E052C1
Tints of Free Speech Magenta #E052C1
RGB
CMYK
RGB Variations
Color information
#E052C1 (or 0xE052C1) is known color: Free Speech Magenta. HEX triplet: E0, 52 and C1. RGB value is (224,82,193). Sum of RGB (Red+Green+Blue) = 224+82+193=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E052C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E052C1 is #1FAD3E. Grayscale: #888888. Windows color (decimal): -2075967 or 12669664. OLE color: 12669664.
HSL color Cylindrical-coordinate representation of color #E052C1: hue angle of 313.1º 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 #E052C1 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 193 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.12 |
| HSL | 313.1º | 0.7% | 0.6% | - |
| HSV(B) | 313.1º | 0.63% | 0.88% | - |
| XYZ | 43.38 | 25.73 | 53.13 | - |
| YUV | 137.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 193 | 0 | 0.63 | 0.14 | 0.12 | 313.1 | 0.7 | 0.6 |
| Hex | E0 | 52 | C1 | 0 | 3F | E | C | 139 | 46 | 3C |
| Octal | 340 | 122 | 301 | 0 | 77 | 16 | 14 | 471 | 106 | 74 |
| Binary | 11100000 | 1010010 | 11000001 | 0 | 111111 | 1110 | 1100 | 100111001 | 1000110 | 111100 |
Color Harmonies of #E052C1
Complementary color
Monochromatic Colors of #E052C1
Black with #E052C1
Text Example
Text Example
White with #E052C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E052C1; }
p { color: rgb(224,82,193); }
H1.HeaderClassName
{
color: #E052C1;
}
.AnyTagClassName
{
color: #E052C1;
}
</style>
background-color css
<style>
a { background-color: #E052C1; }
a { background-color: rgb(224,82,193); }
div.DivClassName
{
background-color: #E052C1;
}
.BgClassName
{
background-color: #E052C1;
}
</style>
border-color css
<style>
span { border-color: #E052C1; }
span { border-color: rgb(224,82,193); }
td.TdClassName
{
border-color: #E052C1;
}
.TagClassName
{
border-color: #E052C1;
}
</style>