Html Css Color HEX #E25AC1 Free Speech Magenta
📋 copy color: '#E25AC1'red 226 ◦ green 90 ◦ blue 193
Shades of Free Speech Magenta #E25AC1
Tints of Free Speech Magenta #E25AC1
RGB
CMYK
RGB Variations
Color information
#E25AC1 (or 0xE25AC1) is known color: Free Speech Magenta. HEX triplet: E2, 5A and C1. RGB value is (226,90,193). Sum of RGB (Red+Green+Blue) = 226+90+193=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25AC1 is #1DA53E. Grayscale: #8E8E8E. Windows color (decimal): -1942847 or 12671714. OLE color: 12671714.
HSL color Cylindrical-coordinate representation of color #E25AC1: hue angle of 314.56º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25AC1 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 193 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.11 |
| HSL | 314.56º | 0.7% | 0.62% | - |
| HSV(B) | 314.56º | 0.6% | 0.89% | - |
| XYZ | 44.65 | 27.33 | 53.37 | - |
| YUV | 142.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 193 | 0 | 0.60 | 0.15 | 0.11 | 314.56 | 0.7 | 0.62 |
| Hex | E2 | 5A | C1 | 0 | 3C | F | B | 13B | 46 | 3E |
| Octal | 342 | 132 | 301 | 0 | 74 | 17 | 13 | 473 | 106 | 76 |
| Binary | 11100010 | 1011010 | 11000001 | 0 | 111100 | 1111 | 1011 | 100111011 | 1000110 | 111110 |
Color Harmonies of #E25AC1
Complementary color
Monochromatic Colors of #E25AC1
Black with #E25AC1
Text Example
Text Example
White with #E25AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25AC1; }
p { color: rgb(226,90,193); }
H1.HeaderClassName
{
color: #E25AC1;
}
.AnyTagClassName
{
color: #E25AC1;
}
</style>
background-color css
<style>
a { background-color: #E25AC1; }
a { background-color: rgb(226,90,193); }
div.DivClassName
{
background-color: #E25AC1;
}
.BgClassName
{
background-color: #E25AC1;
}
</style>
border-color css
<style>
span { border-color: #E25AC1; }
span { border-color: rgb(226,90,193); }
td.TdClassName
{
border-color: #E25AC1;
}
.TagClassName
{
border-color: #E25AC1;
}
</style>