Html Css Color HEX #E55AC2 Free Speech Magenta
📋 copy color: '#E55AC2'red 229 ◦ green 90 ◦ blue 194
Shades of Free Speech Magenta #E55AC2
Tints of Free Speech Magenta #E55AC2
RGB
CMYK
RGB Variations
Color information
#E55AC2 (or 0xE55AC2) is known color: Free Speech Magenta. HEX triplet: E5, 5A and C2. RGB value is (229,90,194). Sum of RGB (Red+Green+Blue) = 229+90+194=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55AC2 is #1AA53D. Grayscale: #8F8F8F. Windows color (decimal): -1746238 or 12737253. OLE color: 12737253.
HSL color Cylindrical-coordinate representation of color #E55AC2: hue angle of 315.11º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55AC2 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 194 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.10 |
| HSL | 315.11º | 0.73% | 0.63% | - |
| HSV(B) | 315.11º | 0.61% | 0.9% | - |
| XYZ | 45.71 | 27.87 | 54.01 | - |
| YUV | 143.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 194 | 0 | 0.61 | 0.15 | 0.10 | 315.11 | 0.73 | 0.63 |
| Hex | E5 | 5A | C2 | 0 | 3D | F | A | 13B | 49 | 3F |
| Octal | 345 | 132 | 302 | 0 | 75 | 17 | 12 | 473 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11000010 | 0 | 111101 | 1111 | 1010 | 100111011 | 1001001 | 111111 |
Color Harmonies of #E55AC2
Complementary color
Monochromatic Colors of #E55AC2
Black with #E55AC2
Text Example
Text Example
White with #E55AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AC2; }
p { color: rgb(229,90,194); }
H1.HeaderClassName
{
color: #E55AC2;
}
.AnyTagClassName
{
color: #E55AC2;
}
</style>
background-color css
<style>
a { background-color: #E55AC2; }
a { background-color: rgb(229,90,194); }
div.DivClassName
{
background-color: #E55AC2;
}
.BgClassName
{
background-color: #E55AC2;
}
</style>
border-color css
<style>
span { border-color: #E55AC2; }
span { border-color: rgb(229,90,194); }
td.TdClassName
{
border-color: #E55AC2;
}
.TagClassName
{
border-color: #E55AC2;
}
</style>