Html Css Color HEX #E554C2 Free Speech Magenta
📋 copy color: '#E554C2'red 229 ◦ green 84 ◦ blue 194
Shades of Free Speech Magenta #E554C2
Tints of Free Speech Magenta #E554C2
RGB
CMYK
RGB Variations
Color information
#E554C2 (or 0xE554C2) is known color: Free Speech Magenta. HEX triplet: E5, 54 and C2. RGB value is (229,84,194). Sum of RGB (Red+Green+Blue) = 229+84+194=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E554C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554C2 is #1AAB3D. Grayscale: #8B8B8B. Windows color (decimal): -1747774 or 12735717. OLE color: 12735717.
HSL color Cylindrical-coordinate representation of color #E554C2: hue angle of 314.48º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E554C2 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 194 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.10 |
| HSL | 314.48º | 0.74% | 0.61% | - |
| HSV(B) | 314.48º | 0.63% | 0.9% | - |
| XYZ | 45.22 | 26.89 | 53.85 | - |
| YUV | 139.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 194 | 0 | 0.63 | 0.15 | 0.10 | 314.48 | 0.74 | 0.61 |
| Hex | E5 | 54 | C2 | 0 | 3F | F | A | 13A | 4A | 3D |
| Octal | 345 | 124 | 302 | 0 | 77 | 17 | 12 | 472 | 112 | 75 |
| Binary | 11100101 | 1010100 | 11000010 | 0 | 111111 | 1111 | 1010 | 100111010 | 1001010 | 111101 |
Color Harmonies of #E554C2
Complementary color
Monochromatic Colors of #E554C2
Black with #E554C2
Text Example
Text Example
White with #E554C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554C2; }
p { color: rgb(229,84,194); }
H1.HeaderClassName
{
color: #E554C2;
}
.AnyTagClassName
{
color: #E554C2;
}
</style>
background-color css
<style>
a { background-color: #E554C2; }
a { background-color: rgb(229,84,194); }
div.DivClassName
{
background-color: #E554C2;
}
.BgClassName
{
background-color: #E554C2;
}
</style>
border-color css
<style>
span { border-color: #E554C2; }
span { border-color: rgb(229,84,194); }
td.TdClassName
{
border-color: #E554C2;
}
.TagClassName
{
border-color: #E554C2;
}
</style>