Html Css Color HEX #E55AD2 Free Speech Magenta
📋 copy color: '#E55AD2'red 229 ◦ green 90 ◦ blue 210
Shades of Free Speech Magenta #E55AD2
Tints of Free Speech Magenta #E55AD2
RGB
CMYK
RGB Variations
Color information
#E55AD2 (or 0xE55AD2) is known color: Free Speech Magenta. HEX triplet: E5, 5A and D2. RGB value is (229,90,210). Sum of RGB (Red+Green+Blue) = 229+90+210=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E55AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55AD2 is #1AA52D. Grayscale: #909090. Windows color (decimal): -1746222 or 13785829. OLE color: 13785829.
HSL color Cylindrical-coordinate representation of color #E55AD2: hue angle of 308.2º 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 #E55AD2 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 210 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.10 |
| HSL | 308.2º | 0.73% | 0.63% | - |
| HSV(B) | 308.2º | 0.61% | 0.9% | - |
| XYZ | 47.6 | 28.62 | 63.99 | - |
| YUV | 145.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 210 | 0 | 0.61 | 0.08 | 0.10 | 308.2 | 0.73 | 0.63 |
| Hex | E5 | 5A | D2 | 0 | 3D | 8 | A | 134 | 49 | 3F |
| Octal | 345 | 132 | 322 | 0 | 75 | 10 | 12 | 464 | 111 | 77 |
| Binary | 11100101 | 1011010 | 11010010 | 0 | 111101 | 1000 | 1010 | 100110100 | 1001001 | 111111 |
Color Harmonies of #E55AD2
Complementary color
Monochromatic Colors of #E55AD2
Black with #E55AD2
Text Example
Text Example
White with #E55AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AD2; }
p { color: rgb(229,90,210); }
H1.HeaderClassName
{
color: #E55AD2;
}
.AnyTagClassName
{
color: #E55AD2;
}
</style>
background-color css
<style>
a { background-color: #E55AD2; }
a { background-color: rgb(229,90,210); }
div.DivClassName
{
background-color: #E55AD2;
}
.BgClassName
{
background-color: #E55AD2;
}
</style>
border-color css
<style>
span { border-color: #E55AD2; }
span { border-color: rgb(229,90,210); }
td.TdClassName
{
border-color: #E55AD2;
}
.TagClassName
{
border-color: #E55AD2;
}
</style>