Html Css Color HEX #E164E5 Free Speech Magenta
📋 copy color: '#E164E5'red 225 ◦ green 100 ◦ blue 229
Shades of Free Speech Magenta #E164E5
Tints of Free Speech Magenta #E164E5
RGB
CMYK
RGB Variations
Color information
#E164E5 (or 0xE164E5) is known color: Free Speech Magenta. HEX triplet: E1, 64 and E5. RGB value is (225,100,229). Sum of RGB (Red+Green+Blue) = 225+100+229=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 100 (39.45% from 255 or 18.05% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #E164E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E164E5 is #1E9B1A. Grayscale: #979797. Windows color (decimal): -2005787 or 15033569. OLE color: 15033569.
HSL color Cylindrical-coordinate representation of color #E164E5: hue angle of 298.14º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E164E5 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 100 | 229 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.10 |
| HSL | 298.14º | 0.71% | 0.65% | - |
| HSV(B) | 298.14º | 0.56% | 0.9% | - |
| XYZ | 49.75 | 30.78 | 77.45 | - |
| YUV | 152.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 100 | 229 | 0.02 | 0.56 | 0 | 0.10 | 298.14 | 0.71 | 0.65 |
| Hex | E1 | 64 | E5 | 2 | 38 | 0 | A | 12A | 47 | 41 |
| Octal | 341 | 144 | 345 | 2 | 70 | 0 | 12 | 452 | 107 | 101 |
| Binary | 11100001 | 1100100 | 11100101 | 10 | 111000 | 0 | 1010 | 100101010 | 1000111 | 1000001 |
Color Harmonies of #E164E5
Complementary color
Monochromatic Colors of #E164E5
Black with #E164E5
Text Example
Text Example
White with #E164E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E164E5; }
p { color: rgb(225,100,229); }
H1.HeaderClassName
{
color: #E164E5;
}
.AnyTagClassName
{
color: #E164E5;
}
</style>
background-color css
<style>
a { background-color: #E164E5; }
a { background-color: rgb(225,100,229); }
div.DivClassName
{
background-color: #E164E5;
}
.BgClassName
{
background-color: #E164E5;
}
</style>
border-color css
<style>
span { border-color: #E164E5; }
span { border-color: rgb(225,100,229); }
td.TdClassName
{
border-color: #E164E5;
}
.TagClassName
{
border-color: #E164E5;
}
</style>